duckstation/src
PugsyMAME 792cf4673d
Quality of Life changes to breakpoints (#3297)
1. Made it so that breakpoints are checked for a match on 28 bits rather than the full 32 bits. It's much simpler to use 12345 rather than 80012345 and risk getting the number of zeros wrong and also handles the mirror code/memory accesses using 00??????, 80?????? & A0??????. 
2. Added bp.hit_count update to execution breakpoints.
3. Changed the Hit breakpoint message at the bottom of the debugger screen to include the hit count [see notes later].
4. Added bp.enabled check to the execution breakpoint (it uses it in the r/w breakpoints code already) [see notes later]. 

Notes: 
3. I've added the hit count to the message as it's quicker to spot but it's also a partial workaround as the Hit Count in the Breakpoints tab doesn't seem to get refreshed.
       4. I thought the checkbox in the Breakpoints tab would set the bp.enabled but it seems it has no affect on any type of breakpoint. The only way to stop a breakpoint is to delete it.
2024-09-15 16:17:08 +10:00
..
common Misc: Update file headers 2024-09-13 22:52:18 +10:00
common-tests Misc: Update file headers 2024-09-13 22:52:18 +10:00
core Quality of Life changes to breakpoints (#3297) 2024-09-15 16:17:08 +10:00
duckstation-qt Qt/Debugger: Improve row scrolling 2024-09-14 02:07:41 +10:00
duckstation-regtest Misc: Update file headers 2024-09-13 22:52:18 +10:00
scmversion Misc: Update file headers 2024-09-13 22:52:18 +10:00
updater Misc: Update file headers 2024-09-13 22:52:18 +10:00
util GPUDevice: Use suffixed shaderc libname 2024-09-14 00:08:07 +10:00
CMakeLists.txt Updater: Mac support 2023-09-24 12:21:19 +10:00