pcsx2/pcsx2-qt/Debugger
Dan McCarthy ae2860d03d Debugger: Allow copying function names
Add the ability to copy a function name when you right click the first instruction of a function (the line where the function name displays).

Instructions inside the function that are not the first instruction will not show the copy option, partly because it's less clear what will be copied but also to not needlessly overpopulate the context menu.
2023-11-21 20:54:27 +00:00
..
Models Debugger: Flip the `Enabled` breakpoint column 2023-10-31 15:42:56 +00:00
BreakpointDialog.cpp Debugger Expressions: Add 'target', 'load', and 'store' reference 2023-01-14 01:58:04 +00: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: Implement subsequent/next scan for Mem Search (#10260) 2023-11-19 14:41:27 +00:00
CpuWidget.h Debugger: Implement subsequent/next scan for Mem Search (#10260) 2023-11-19 14:41:27 +00:00
CpuWidget.ui Debugger: Implement subsequent/next scan for Mem Search (#10260) 2023-11-19 14:41:27 +00:00
DebuggerWindow.cpp Debugger: Visually show what CPU triggered a breakpoint 2023-10-26 19:26:43 +01:00
DebuggerWindow.h Debugger: Visually show what CPU triggered a breakpoint 2023-10-26 19:26:43 +01:00
DebuggerWindow.ui Debugger: Fix an issue where the debugger is always on top of the main window 2023-10-13 13:53:12 +01:00
DisassemblyWidget.cpp Debugger: Allow copying function names 2023-11-21 20:54:27 +00:00
DisassemblyWidget.h Debugger: Allow copying function names 2023-11-21 20:54:27 +00:00
DisassemblyWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
MemoryViewWidget.cpp Debugger: Run the tables keybind handler before the widgets 2023-10-07 14:12:18 +10:00
MemoryViewWidget.h Debugger: Run the tables keybind handler before the widgets 2023-10-07 14:12:18 +10:00
MemoryViewWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
RegisterWidget.cpp Debugger: Properly initialize primitive class members 2023-08-22 21:23:16 +02:00
RegisterWidget.h Debugger: Properly initialize primitive class members 2023-08-22 21:23:16 +02:00
RegisterWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00