index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinWX
/
Debugger
/
CodeWindow.cpp
Age
Commit message (
Expand
)
Author
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-03-07
Added the ability to split the Debugger window horizontally and vertically vi...
skidau
2015-02-25
DolphinWX: Relocate the address search into the code window
Lioncash
2015-02-24
DolphinWX: Use AUI in the code window.
Lioncash
2015-02-19
PowerPC: Get rid of magic numbers related to interp/JIT initialization.
Lioncash
2015-02-11
Make address translation respect the CPU translation mode.
magumagu
2014-12-20
DolphinWX/Globals: Variable naming consistency
Stevoisiak
2014-12-17
Add "Load bad map file" option for map files on disc that don't quite match.
CarlKenner
2014-12-17
Fix many bugs with the Symbols menu (when run with -d argument).
CarlKenner
2014-11-05
DolphinWX: Eliminate most usages of event tables in the debugger.
Lioncash
2014-10-28
DolphinWX: Remove unused variable.
Rohit Nirmal
2014-10-26
Fixed a crash that would occur if a new watch were added by entering a watch ...
skidau
2014-10-26
Disable block linking while debugger stepping or if there are breakpoints
skidau
2014-10-26
Added a RAM Watch window to the debugger
skidau
2014-10-26
Changed the step over routine to a single stepping version that steps until a...
skidau
2014-10-26
Added a "Step Out" (aka "Step return") function to the debugger.
skidau
2014-10-13
Core: Use an enum for indicating CPU cores
Lioncash
2014-10-08
Debug: fix disable block linking option
Fiora
2014-09-30
JIT: properly remove FIFO write addresses when code is invalidated
Fiora
2014-09-18
Debugger: make opcode search a bit better
Fiora
2014-09-10
Merge pull request #1027 from rohit-n/change-include
Ryan Houdek
2014-09-09
Kill Core::g_CoreStartupParameter.
Rachel Bryk
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-17
Wx: further cleanup to toolbar creation process
archshift
2014-08-17
Fixed toolbar's disabled button color.
archshift
2014-08-15
Core: Kill off Host_ShowJitResults
Lioncash
2014-08-11
Merge pull request #761 from archshift/better-toolbar
shuffle2
2014-08-09
Removed TBDebug, using TBMain instead. Fixed debugger assert.
archshift
2014-08-09
Removed AuiTB, moved functions to menubar (Debug->Perspectives)
archshift
2014-08-08
Core: Kill off Host_UpdateLogDisplay()
Lioncash
2014-08-08
Included toolbar headers, preventing forward-decl errors
archshift
2014-08-08
Changed toolbar to be static, increasing UI integration
archshift
2014-07-13
DolphinWX: Remove the use of some wx 1.0 compatibility functions.
Lioncash
2014-07-11
DolphinWX: Allow short-hand searching in the code window
Lioncash
2014-07-10
DolphinWX: Remove unnecessary true within event Skip calls
Lioncash
2014-07-10
DolphinWX: Get rid of an unneccessary cast in CodeWindow
Lioncash
2014-07-07
Revert "Don't add segfault handler in interpreter mode"
Pierre Bourdon
2014-07-05
CoreParameter: add enum CPUBackend
Tillmann Karras
2014-05-18
Remove an unnecessary null check in CodeWindow.cpp.
Lioncash
2014-05-17
Kill off _T and wxT macros
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-23
Make DolphinWX/ mostly IWYU clean.
Pierre Bourdon
2014-02-20
Fix more header sorting issues in DolphinWX/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre