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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinWX
/
Debugger
/
WatchView.cpp
Age
Commit message (
Expand
)
Author
2018-06-26
Remove DolphinWX
spycrab
2018-05-17
PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
Lioncash
2018-04-28
DebugInterface: Watches methods added
Sepalani
2017-11-02
Make GUI strings more consistent
JosJuice
2017-05-01
Frame: Normalize member names
Lioncash
2017-01-11
BreakPoints: Rename variables
Lioncash
2016-11-02
More debug text fixes
JosJuice
2016-10-04
WX: HiDPI: FrameAUI / Debugger
EmptyChaos
2016-09-09
Move Memchecks support out of debug only builds
aldelaro5
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-13
Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)
EmptyChaos
2015-12-27
DebuggerViews: Fixed nullptr dereferences
Sepalani
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-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-02-23
DolphinWX: Make RAM watch strings translateable
Lioncash
2015-02-11
Make address translation respect the CPU translation mode.
magumagu
2014-11-15
WatchView: Pass string by reference in SetWatchName
Lioncash
2014-11-11
DolphinWX: Eliminate some memory leaks
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-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-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
2014-10-26
Added a "Delete watch" context menu to the Watch window.
skidau
2014-10-26
Added a RAM Watch window to the debugger
skidau