mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Debugger improved: Register editor added
How to use the register editor: 1. Load an .ELF file 2. Select any instruction from a thread. (This is a workaround to activate the appropriate event listener. This will be changed in the future). 3. Press 'R' key and modify any register you want. Note: The register editor only works with PPU and SPU threads. Additional changes: * Fixed the filesize problem caused by the instruction editor dialog. * Instruction Editor: Fixed small issue in SPU threads
This commit is contained in:
parent
bf293ebbfc
commit
9c6ae554fa
9 changed files with 226 additions and 32 deletions
|
@ -159,6 +159,8 @@ public:
|
|||
void Stop();
|
||||
|
||||
virtual wxString RegsToString() { return wxEmptyString; }
|
||||
virtual wxString ReadRegString(wxString reg) { return wxEmptyString; }
|
||||
virtual bool WriteRegString(wxString reg, wxString value) { return false; }
|
||||
|
||||
virtual void Exec();
|
||||
void ExecOnce();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue