summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
AgeCommit message (Expand)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-03-07Added the ability to split the Debugger window horizontally and vertically vi...skidau
2015-02-25DolphinWX: Relocate the address search into the code windowLioncash
2015-02-24DolphinWX: Use AUI in the code window.Lioncash
2015-02-19PowerPC: Get rid of magic numbers related to interp/JIT initialization.Lioncash
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-12-20DolphinWX/Globals: Variable naming consistencyStevoisiak
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-11-05DolphinWX: Eliminate most usages of event tables in the debugger.Lioncash
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-26Disable block linking while debugger stepping or if there are breakpointsskidau
2014-10-26Added a RAM Watch window to the debuggerskidau
2014-10-26Changed the step over routine to a single stepping version that steps until a...skidau
2014-10-26Added a "Step Out" (aka "Step return") function to the debugger.skidau
2014-10-13Core: Use an enum for indicating CPU coresLioncash
2014-10-08Debug: fix disable block linking optionFiora
2014-09-30JIT: properly remove FIFO write addresses when code is invalidatedFiora
2014-09-18Debugger: make opcode search a bit betterFiora
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-17Wx: further cleanup to toolbar creation processarchshift
2014-08-17Fixed toolbar's disabled button color.archshift
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
2014-08-11Merge pull request #761 from archshift/better-toolbarshuffle2
2014-08-09Removed TBDebug, using TBMain instead. Fixed debugger assert.archshift
2014-08-09Removed AuiTB, moved functions to menubar (Debug->Perspectives)archshift
2014-08-08Core: Kill off Host_UpdateLogDisplay()Lioncash
2014-08-08Included toolbar headers, preventing forward-decl errorsarchshift
2014-08-08Changed toolbar to be static, increasing UI integrationarchshift
2014-07-13DolphinWX: Remove the use of some wx 1.0 compatibility functions.Lioncash
2014-07-11DolphinWX: Allow short-hand searching in the code windowLioncash
2014-07-10DolphinWX: Remove unnecessary true within event Skip callsLioncash
2014-07-10DolphinWX: Get rid of an unneccessary cast in CodeWindowLioncash
2014-07-07Revert "Don't add segfault handler in interpreter mode"Pierre Bourdon
2014-07-05CoreParameter: add enum CPUBackendTillmann Karras
2014-05-18Remove an unnecessary null check in CodeWindow.cpp.Lioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-20Fix more header sorting issues in DolphinWX/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre