pcsx2/pcsx2-qt/Debugger
chaoticgd 79dbc272b8 Debugger: Add symbol tree widgets for functions and variables
This adds three new tabs in the debugger: The Globals tab, the Locals
tab and the Parameters tab. In addition, it rewrites the Functions tab.

All four of these tabs use the new symbol tree widgets and the
associated model. This allows the user the inspect complex data
structures in memory with full type information.

Lastly, new dialogs have been added for creating symbols.
2024-08-27 12:48:40 -04:00
..
Models Debugger: Replace SymbolMap class with new SymbolGuardian class 2024-08-27 12:48:40 -04:00
SymbolTree Debugger: Add symbol tree widgets for functions and variables 2024-08-27 12:48:40 -04:00
BreakpointDialog.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
BreakpointDialog.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
BreakpointDialog.ui Debugger: Use std::string for bp conditions. Implement memory bp conditions 2024-07-11 11:21:39 -04:00
CpuWidget.cpp Debugger: Add symbol tree widgets for functions and variables 2024-08-27 12:48:40 -04:00
CpuWidget.h Debugger: Add symbol tree widgets for functions and variables 2024-08-27 12:48:40 -04:00
CpuWidget.ui Debugger: Add symbol tree widgets for functions and variables 2024-08-27 12:48:40 -04:00
DebuggerSettingsManager.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
DebuggerSettingsManager.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
DebuggerWindow.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
DebuggerWindow.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
DebuggerWindow.ui Debugger: Disable the debugger toolbar ctx menu 2024-04-20 11:56:51 +10:00
DisassemblyWidget.cpp Debugger: Add symbol tree widgets for functions and variables 2024-08-27 12:48:40 -04:00
DisassemblyWidget.h Debugger: Replace SymbolMap class with new SymbolGuardian class 2024-08-27 12:48:40 -04:00
DisassemblyWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
MemorySearchWidget.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
MemorySearchWidget.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
MemorySearchWidget.ui Debugger: Memory search expansions + results count 2024-03-02 14:49:15 +00:00
MemoryViewWidget.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
MemoryViewWidget.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
MemoryViewWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
RegisterWidget.cpp headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
RegisterWidget.h headers: relicense to GPL-3.0+ 2024-07-30 17:17:13 -04:00
RegisterWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00