pcsx2/pcsx2-qt/Debugger/Models
Dan McCarthy 3a03b579d2 Debugger: Add Saved Addresses tab widget for bookmarking mem addresses
Adds a tab widget to the debugger that allows saving/bookmarking memory addresses and giving them labels/descriptions for convenience. Includes the ability to jump back to memory addresses from the Saved Addresses tab, and adding Saved Addresses from memory search search results context menu and the memory view context menu.

Also supports importing and exporting the saved addresses as CSV format.
2024-01-06 13:17:39 +10:00
..
BreakpointModel.cpp Debugger: Fix Importing Breakpoints CSV functionality (#10486) 2023-12-30 14:01:30 +10:00
BreakpointModel.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
SavedAddressesModel.cpp Debugger: Add Saved Addresses tab widget for bookmarking mem addresses 2024-01-06 13:17:39 +10:00
SavedAddressesModel.h Debugger: Add Saved Addresses tab widget for bookmarking mem addresses 2024-01-06 13:17:39 +10:00
StackModel.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
StackModel.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ThreadModel.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ThreadModel.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00