Play-/Source/ui_qt/DebugSupport
2023-06-05 09:26:01 -04:00
..
FrameDebugger Fix code style. 2023-05-30 21:00:01 -04:00
Qt_ui Update menu items. 2022-09-08 19:17:13 -04:00
AddressListViewWnd.cpp Fix contents of address view not being visible after closing window. 2021-01-26 19:30:24 -05:00
AddressListViewWnd.h Fix contents of address view not being visible after closing window. 2021-01-26 19:30:24 -05:00
CallStackWnd.cpp cleanup 2021-01-07 21:47:32 +00:00
CallStackWnd.h cleanup 2021-01-07 21:47:32 +00:00
CMakeLists.txt Clean DebugSupport CMake project. 2023-06-05 09:26:01 -04:00
DebugExpressionEvaluator.cpp initial Qt DisAsm 2021-01-07 21:47:30 +00:00
DebugExpressionEvaluator.h initial Qt DisAsm 2021-01-07 21:47:30 +00:00
DebugSupportSettings.cpp Style fix. 2022-04-12 10:24:50 -04:00
DebugSupportSettings.h Style fix. 2022-04-12 10:24:50 -04:00
DebugUtils.cpp Move debug search functions in DebugUtils. 2023-06-05 09:26:01 -04:00
DebugUtils.h Move debug search functions in DebugUtils. 2023-06-05 09:26:01 -04:00
DebugView.cpp cleanup: using QMdiArea as parent for Non-QMdiSubWindow widget is technically invalid 2021-01-11 15:06:10 +00:00
DebugView.h cleanup: using QMdiArea as parent for Non-QMdiSubWindow widget is technically invalid 2021-01-11 15:06:10 +00:00
DisAsmWnd.cpp Add proper "empty" return value to GetEffectiveAddress. 2022-12-07 14:48:20 -05:00
DisAsmWnd.h Improve size formulae once again. 2021-02-13 11:51:05 -05:00
ELFHeaderView.cpp Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFHeaderView.h Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFProgramView.cpp Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFProgramView.h Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFSectionView.cpp Show some more ELF constants. 2022-10-07 12:29:52 -04:00
ELFSectionView.h Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFSymbolView.cpp Show some more ELF constants. 2022-10-07 12:29:52 -04:00
ELFSymbolView.h Refactor ELF support. 2022-07-22 17:10:27 -04:00
ELFView.cpp Fix ElfView disappearing when closing it and reopening in debugger. 2023-03-15 09:25:50 -04:00
ELFView.h Fix ElfView disappearing when closing it and reopening in debugger. 2023-03-15 09:25:50 -04:00
FunctionsView.cpp Support deleting all functions from a module easily. 2023-04-04 17:36:27 -04:00
FunctionsView.h Fix a crash that could occur in when IOP functions view was opened while resetting the emu. 2022-11-03 16:23:31 -04:00
KernelObjectListView.cpp Allow viewing SIF RPC servers in debugger. 2023-01-18 15:29:13 -05:00
KernelObjectListView.h Style fixes. 2022-09-10 12:47:16 -04:00
MemoryViewMIPSWnd.cpp simplify CMemoryViewMIPSWnd to QWidget 2021-01-07 21:47:32 +00:00
MemoryViewMIPSWnd.h simplify CMemoryViewMIPSWnd to QWidget 2021-01-07 21:47:32 +00:00
MemoryViewTable.cpp Allow changing monospace font used in debugger through config. 2022-04-12 10:24:49 -04:00
MemoryViewTable.h Improve size formulae once again. 2021-02-13 11:51:05 -05:00
QtDebugger.cpp Move debug search functions in DebugUtils. 2023-06-05 09:26:01 -04:00
QtDebugger.h Move debug search functions in DebugUtils. 2023-06-05 09:26:01 -04:00
QtDialogListWidget.cpp Code style fixes. 2021-01-07 21:47:31 +00:00
QtDialogListWidget.h Code style fixes. 2021-01-07 21:47:31 +00:00
QtDisAsmTableModel.cpp Add proper "empty" return value to GetEffectiveAddress. 2022-12-07 14:48:20 -05:00
QtDisAsmTableModel.h Remove some hardcoded values. 2021-02-12 12:00:53 -05:00
QtDisAsmVuTableModel.cpp Rename VU column headers. 2021-01-12 08:28:24 -05:00
QtDisAsmVuTableModel.h use instruction mapping to prepare disasm view 2021-01-07 22:23:08 +00:00
QtGenericTableModel.cpp Add WIP kernel object viewer. 2022-09-06 19:41:42 -04:00
QtGenericTableModel.h cleanup 2021-01-07 21:47:32 +00:00
QtMemoryViewModel.cpp MemoryView: Hide bytes that are out of our memory range. 2022-04-01 10:19:38 -04:00
QtMemoryViewModel.h syntax cleanup 2021-01-07 21:47:33 +00:00
RegViewFPU.cpp Change register name display. 2021-01-14 16:24:06 -05:00
RegViewFPU.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00
RegViewGeneral.cpp remove redundant 'this->' pointer 2021-01-07 21:47:31 +00:00
RegViewGeneral.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00
RegViewPage.cpp Allow changing monospace font used in debugger through config. 2022-04-12 10:24:49 -04:00
RegViewPage.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00
RegViewSCU.cpp remove redundant 'this->' pointer 2021-01-07 21:47:31 +00:00
RegViewSCU.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00
RegViewVU.cpp Fix flag pipe display. 2021-01-26 19:30:25 -05:00
RegViewVU.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00
RegViewWnd.cpp Remove some dead code and fixed init. 2022-04-12 11:56:56 -04:00
RegViewWnd.h Remove some dead code and fixed init. 2022-04-12 11:56:56 -04:00
VirtualMachineStateView.h Convert Debug menu over to use QT 2021-01-07 21:47:29 +00:00