summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger
AgeCommit message (Expand)Author
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-31Break out the disassembler code from the WXWidgets UI.Ryan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-23DolphinWX: Add missing breaks to a switch in RegisterViewLioncash
2015-05-20JitWindow: Add missing virtual destructor to HostDisassemblerLioncash
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-04-28DolphinWX: Remove unnecessary forward declarationsLioncash
2015-04-27DolphinWX: Make some debugger functions/vars privateLioncash
2015-04-24To make up for it, make pressing enter on the value textbox set the value.comex
2015-04-24Remove mnemonics in MemoryWindow.comex
2015-04-24Fix wx bullshit which made the watch view assert on my machine.comex
2015-04-15Debugger: Update the registers/watches before refreshing grids.Lioncash
2015-04-07Debugger: Fix memory leaks related to grid tablesLioncash
2015-03-24DolphinWX: Get rid of wxGrid-based casts in the debugger.Lioncash
2015-03-07Added the ability to split the Debugger window horizontally and vertically vi...skidau
2015-02-26DolphinWX: Remove an unnecessary sizer from the watch windowLioncash
2015-02-26Merge pull request #2117 from lioncash/idskidau
2015-02-25Merge pull request #2127 from lioncash/auiRyan Houdek
2015-02-25DolphinWX: Relocate the address search into the code windowLioncash
2015-02-24Merge pull request #2118 from lioncash/auiLioncash
2015-02-24DolphinWX: Use AUI in the code window.Lioncash
2015-02-24DolphinWX: Remove unnecessary control IDsLioncash
2015-02-23DolphinWX: Make RAM watch strings translateableLioncash
2015-02-23Merge pull request #1978 from lioncash/dspwindskidau
2015-02-19PowerPC: Get rid of magic numbers related to interp/JIT initialization.Lioncash
2015-02-14DolphinWX: Change Enable(false) calls into Disable() where possibleLioncash
2015-02-11Make address translation respect the CPU translation mode.magumagu
2015-01-28DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSXLioncash
2015-01-18Improve the LLVM disassembler in the debug window.Ryan Houdek
2014-12-20DolphinWX/Globals: Variable naming consistencyStevoisiak
2014-12-17Merge pull request #1702 from CarlKenner/DebugSymbolsskidau
2014-12-17Rename menu items, stop using PanicAlertT, remove -d when running from visual...CarlKenner
2014-12-17Merge bad map file loading into the original function.CarlKenner
2014-12-17Apparently c_str doesn't return a C str.CarlKenner
2014-12-17Add "Load bad map file" option for map files on disc that don't quite match.CarlKenner
2014-12-17Fix many bugs with the Symbols menu (when run with -d argument).CarlKenner
2014-12-12MemoryWindow: Remove wxSprintf call, use wxString::Format instead.Lioncash
2014-11-15WatchView: Pass string by reference in SetWatchNameLioncash
2014-11-13MemoryView: Fix a dealloc of a stack referenceLioncash
2014-11-11DolphinWX: Eliminate some memory leaksLioncash
2014-11-09DolphinWX: Kill off trivial event tablesLioncash
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-11-05DolphinWX: Eliminate most usages of event tables in the debugger.Lioncash
2014-11-02MemoryWindow: Use p_pFakeVMEM, not the virtual mirrorJasper St. Pierre
2014-10-31Fixed a warning in the add memcheck from Watch windowskidau
2014-10-28DolphinWX: Fix -Wsign-compare warnings.Rohit Nirmal
2014-10-28DolphinWX: Remove unused variable.Rohit Nirmal
2014-10-26Fixed a crash that would occur if a new watch were added by entering a watch ...skidau
2014-10-26Added a new option to add memchecks from the Watch window.skidau