.. |
FrameDebugger
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
Qt_ui
|
Make MemoryViewTable agnostic of MIPS.
|
2024-03-19 15:10:16 -04:00 |
tests
|
Rename files.
|
2024-03-21 14:24:08 -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
|
Rename files.
|
2024-03-21 14:24:08 -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
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
DebugView.h
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
DisAsmTableModel.cpp
|
Fix disasm copy paste feature.
|
2024-03-22 17:18:50 -04:00 |
DisAsmTableModel.h
|
Fix disasm copy paste feature.
|
2024-03-22 17:18:50 -04:00 |
DisAsmVuTableModel.cpp
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
DisAsmVuTableModel.h
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
DisAsmWnd.cpp
|
Fix disasm copy paste feature.
|
2024-03-22 17:18:50 -04:00 |
DisAsmWnd.h
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
ELFHeaderView.cpp
|
Add ELF enum.
|
2024-03-25 16:33:15 -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 |
MemoryViewMIPS.cpp
|
Add support for viewing a subsection of memory in MemoryView.
|
2024-03-20 15:25:42 -04:00 |
MemoryViewMIPS.h
|
Remove unused param.
|
2024-03-20 15:14:57 -04:00 |
MemoryViewMIPSWnd.cpp
|
Add support for viewing a subsection of memory in MemoryView.
|
2024-03-20 15:25:42 -04:00 |
MemoryViewMIPSWnd.h
|
Add support for viewing a subsection of memory in MemoryView.
|
2024-03-20 15:25:42 -04:00 |
MemoryViewModel.cpp
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
MemoryViewModel.h
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
MemoryViewTable.cpp
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
MemoryViewTable.h
|
Rename files.
|
2024-03-21 14:24:08 -04:00 |
QtDebugger.cpp
|
Rename files.
|
2024-03-21 14:24:08 -04: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 |
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 |
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 |