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
/
RegisterView.cpp
Age
Commit message (
Expand
)
Author
2018-06-26
Remove DolphinWX
spycrab
2018-06-19
PowerPC: Add functions to read/write the full timebase value
Lioncash
2018-06-12
Gekko: Centralize bitmasking of the FPSCR within UReg_FPSCR
Lioncash
2018-05-25
Common: Namespace GekkoDisassembler.cpp/.h
Lioncash
2018-05-06
PowerPC: Make the PowerPCState's fpscr member variable a UReg_FPSCR instance
Lioncash
2018-05-06
Merge pull request #6341 from sepalani/debug-watches
Léo Lam
2018-05-05
PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance
Lioncash
2018-04-28
DebugInterface: Watches methods added
Sepalani
2018-04-12
Reformat all the things!
spycrab
2018-03-22
PowerPC: Namespace all header contents for PowerPC.h
Lioncash
2017-12-15
Merge pull request #6226 from aldelaro5/add-xer-debugger
Leo Lam
2017-12-15
DolphinWX: Add TB and GQR to Register Window
bobjrsenior
2017-12-01
debugger: Add the XER to the register view
aldelaro5
2017-05-01
Frame: Normalize member names
Lioncash
2016-11-02
More debug text fixes
JosJuice
2016-10-04
WX: HiDPI: FrameAUI / Debugger
EmptyChaos
2016-10-03
Fix a few warnings
Léo Lam
2016-09-30
RegisterView: Get rid of explicit memsets in CRegTable's constructor
Lioncash
2016-09-30
RegisterView: Move CRegTable implementation details into the cpp file
Lioncash
2016-09-30
RegisterView: Move FormatSpecifier enum into CRegTable
Lioncash
2016-09-08
Add formatting options for viewing registers
aldelaro5
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-28
RegisterView: View code menu added
Sepalani
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-23
DolphinWX: Add missing breaks to a switch in RegisterView
Lioncash
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
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
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-26
Added a "Delete watch" context menu to the Watch window.
skidau
2014-10-26
Added "Add to watch" context menu items to the Memory and Register windows.
skidau
2014-10-16
Merge pull request #1062 from zhuowei/master
skidau
2014-10-12
Added some of the MMU registers into the debugger Register window
skidau
2014-09-12
Parse input as hex instead of decimal to match display values in the debugger...
Zhuowei Zhang
2014-08-04
Common: Introduce the new Gekko disassembler to Common.
Lioncash
2014-05-17
Kill off _T and wxT macros
Lioncash
2014-02-23
Make DolphinWX/ mostly IWYU 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