.. |
FrameDebugger
|
Frame debugger: Fix display of some far away primitives.
|
2023-09-25 10:53:52 -04:00 |
Qt_ui
|
Add comments view.
|
2023-08-30 10:21:25 -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
|
Add comments view.
|
2023-08-30 10:21:25 -04:00 |
CommentsView.cpp
|
Add comments view.
|
2023-08-30 10:21:25 -04:00 |
CommentsView.h
|
Add comments view.
|
2023-08-30 10:21:25 -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
|
Cleanup.
|
2023-11-06 18:25:12 -05:00 |
DebugUtils.h
|
Cleanup.
|
2023-11-06 18:25:12 -05: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 comments view.
|
2023-08-30 10:21:25 -04: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
|
Add some TLS related defines.
|
2023-11-06 18:18:22 -05:00 |
ELFProgramView.h
|
Refactor ELF support.
|
2022-07-22 17:10:27 -04:00 |
ELFSectionView.cpp
|
Add some TLS related defines.
|
2023-11-06 18:18:22 -05:00 |
ELFSectionView.h
|
Refactor ELF support.
|
2022-07-22 17:10:27 -04:00 |
ELFSymbolView.cpp
|
Put all ELF symbol listing code in common.
|
2023-08-30 10:21:24 -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
|
Rename some strings.
|
2023-08-30 10:21:25 -04:00 |
FunctionsView.h
|
Extract generic parts of functions view into tags view.
|
2023-08-30 10:21:24 -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
|
Add variable tags.
|
2023-08-30 10:21:25 -04:00 |
MemoryViewMIPSWnd.h
|
Add variable tags.
|
2023-08-30 10:21:25 -04:00 |
MemoryViewTable.cpp
|
Fix debugger build with Qt6
|
2023-08-21 18:52:20 -04:00 |
MemoryViewTable.h
|
Add variable tags.
|
2023-08-30 10:21:25 -04:00 |
QtDebugger.cpp
|
Updates following Xml code changes.
|
2023-11-14 17:42:31 -05:00 |
QtDebugger.h
|
Add comments view.
|
2023-08-30 10:21:25 -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 |
TagsView.cpp
|
Changes to TagsView to improve performance.
|
2023-11-29 16:00:54 -05:00 |
TagsView.h
|
Changes to TagsView to improve performance.
|
2023-11-29 16:00:54 -05:00 |
VariablesView.cpp
|
Rename some strings.
|
2023-08-30 10:21:25 -04:00 |
VariablesView.h
|
Add variable tags.
|
2023-08-30 10:21:25 -04:00 |
VirtualMachineStateView.h
|
Convert Debug menu over to use QT
|
2021-01-07 21:47:29 +00:00 |