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
Age
Commit message (
Expand
)
Author
2015-06-07
Remove ARMv7 support.
Ryan Houdek
2015-05-31
Break out the disassembler code from the WXWidgets UI.
Ryan Houdek
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-23
DolphinWX: Add missing breaks to a switch in RegisterView
Lioncash
2015-05-20
JitWindow: Add missing virtual destructor to HostDisassembler
Lioncash
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-04-28
DolphinWX: Remove unnecessary forward declarations
Lioncash
2015-04-27
DolphinWX: Make some debugger functions/vars private
Lioncash
2015-04-24
To make up for it, make pressing enter on the value textbox set the value.
comex
2015-04-24
Remove mnemonics in MemoryWindow.
comex
2015-04-24
Fix wx bullshit which made the watch view assert on my machine.
comex
2015-04-15
Debugger: Update the registers/watches before refreshing grids.
Lioncash
2015-04-07
Debugger: Fix memory leaks related to grid tables
Lioncash
2015-03-24
DolphinWX: Get rid of wxGrid-based casts in the debugger.
Lioncash
2015-03-07
Added the ability to split the Debugger window horizontally and vertically vi...
skidau
2015-02-26
DolphinWX: Remove an unnecessary sizer from the watch window
Lioncash
2015-02-26
Merge pull request #2117 from lioncash/id
skidau
2015-02-25
Merge pull request #2127 from lioncash/aui
Ryan Houdek
2015-02-25
DolphinWX: Relocate the address search into the code window
Lioncash
2015-02-24
Merge pull request #2118 from lioncash/aui
Lioncash
2015-02-24
DolphinWX: Use AUI in the code window.
Lioncash
2015-02-24
DolphinWX: Remove unnecessary control IDs
Lioncash
2015-02-23
DolphinWX: Make RAM watch strings translateable
Lioncash
2015-02-23
Merge pull request #1978 from lioncash/dspwind
skidau
2015-02-19
PowerPC: Get rid of magic numbers related to interp/JIT initialization.
Lioncash
2015-02-14
DolphinWX: Change Enable(false) calls into Disable() where possible
Lioncash
2015-02-11
Make address translation respect the CPU translation mode.
magumagu
2015-01-28
DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSX
Lioncash
2015-01-18
Improve the LLVM disassembler in the debug window.
Ryan Houdek
2014-12-20
DolphinWX/Globals: Variable naming consistency
Stevoisiak
2014-12-17
Merge pull request #1702 from CarlKenner/DebugSymbols
skidau
2014-12-17
Rename menu items, stop using PanicAlertT, remove -d when running from visual...
CarlKenner
2014-12-17
Merge bad map file loading into the original function.
CarlKenner
2014-12-17
Apparently c_str doesn't return a C str.
CarlKenner
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-12-12
MemoryWindow: Remove wxSprintf call, use wxString::Format instead.
Lioncash
2014-11-15
WatchView: Pass string by reference in SetWatchName
Lioncash
2014-11-13
MemoryView: Fix a dealloc of a stack reference
Lioncash
2014-11-11
DolphinWX: Eliminate some memory leaks
Lioncash
2014-11-09
DolphinWX: Kill off trivial event tables
Lioncash
2014-11-07
DolphinWX: Remove unnecessary forward declarations
Lioncash
2014-11-05
DolphinWX: Eliminate most usages of event tables in the debugger.
Lioncash
2014-11-02
MemoryWindow: Use p_pFakeVMEM, not the virtual mirror
Jasper St. Pierre
2014-10-31
Fixed a warning in the add memcheck from Watch window
skidau
2014-10-28
DolphinWX: Fix -Wsign-compare warnings.
Rohit Nirmal
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
Added a new option to add memchecks from the Watch window.
skidau
[next]