pcsx2/pcsx2-qt/Debugger
Ty Lamontagne 752594f69a Debugger Breakpoints: Implement the user data role in the model
Consistent with the other models, and saves some awkward usage in the cpu widget where we have to interpret the variant as a string, to then convert it to a uint. I like this better as it provides an easy interface to get the 'raw' breakpoint data out of the model.
2023-01-10 13:57:06 +01:00
..
Models Debugger Breakpoints: Implement the user data role in the model 2023-01-10 13:57:06 +01:00
BreakpointDialog.cpp Debugger Breakpoints: (Refactor) Use some reflection and item models 2023-01-10 13:57:06 +01:00
BreakpointDialog.h Debugger Breakpoints: (Refactor) Use some reflection and item models 2023-01-10 13:57:06 +01:00
BreakpointDialog.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
CpuWidget.cpp Debugger Breakpoints: Implement the user data role in the model 2023-01-10 13:57:06 +01:00
CpuWidget.h Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
CpuWidget.ui Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
DebuggerWindow.cpp Debugger Breakpoints: (Refactor) Use some reflection and item models 2023-01-10 13:57:06 +01:00
DebuggerWindow.h Debugger Breakpoints: (Refactor) Use some reflection and item models 2023-01-10 13:57:06 +01:00
DebuggerWindow.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
DisassemblyWidget.cpp Debugger Threads: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
DisassemblyWidget.h Debugger Disassembly: Add 'NOP Instruction(s)' Context menu action 2023-01-03 04:38:14 +01:00
DisassemblyWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
MemoryViewWidget.cpp Debugger Threads: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
MemoryViewWidget.h Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
MemoryViewWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
RegisterWidget.cpp Debugger: Disable certain actions when the VM is not alive. 2023-01-03 04:38:14 +01:00
RegisterWidget.h Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
RegisterWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00