chaoticgd
7d63a9e51c
Debugger: Avoid resetting symbol trees while single stepping
2024-10-23 09:58:02 -04:00
chaoticgd
f77bf1ec6b
Debugger: Be smarter about deciding when functions should be hashed
2024-10-18 13:57:05 -04:00
chaoticgd
ed4fbb4f5a
Debugger: Hash functions scanned in by the MIPS analyst
2024-10-18 13:57:05 -04:00
chaoticgd
f963291970
Debugger: Cache hash match results on symbol tree nodes
2024-10-18 13:57:05 -04:00
chaoticgd
2c3abe33d5
Debugger: Add settings to control the analysis passes
2024-10-18 13:57:05 -04:00
chaoticgd
0fd7e1d7c2
Debugger: Split out SymbolImporter into its own class
2024-10-18 13:57:05 -04:00
chaoticgd
60abebb3a5
Debugger: Fix crash in symbol tree menu code
2024-10-08 09:47:41 -04:00
chaoticgd
8d3f4fac23
Debugger: Prevent flicker when resetting symbol tree node children
2024-09-15 08:57:12 -04:00
chaoticgd
93b18412f5
Debugger: Make check box widgets in the symbol tree more responsive
2024-09-15 08:57:12 -04:00
chaoticgd
90463a4a6c
Debugger: Bring back the expression parser
2024-09-02 16:16:05 -04:00
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