Commit graph

38 commits

Author SHA1 Message Date
Jean-Philip Desjardins
5edde7b3d0 Add comments view. 2023-08-30 10:21:25 -04:00
Jean-Philip Desjardins
e95e5a2d4a Add variable tags. 2023-08-30 10:21:25 -04:00
Jean-Philip Desjardins
574d1c70a6 Init array. 2023-03-05 13:01:45 -05:00
Jean-Philip Desjardins
2c3c86eba5 Fix window title. 2022-09-10 12:23:26 -04:00
Jean-Philip Desjardins
7ccd91001b Update menu items. 2022-09-08 19:17:13 -04:00
Jean-Philip Desjardins
15b18e4af3 Add WIP kernel object viewer.
A more generic version of the thread viewer.
2022-09-06 19:41:42 -04:00
Jean-Philip Desjardins
5c3cc06bd2 Remove dumping of INTC/DMAC handlers to console.
To be replaced by UI based tooling.
2022-09-06 19:41:42 -04:00
Jean-Philip Desjardins
1d9c425663 Refactor ELF support.
Allow ELF32/ELF64 to coexist and allow ElfView to load both.
2022-07-22 17:10:27 -04:00
Jean-Philip Desjardins
fd530d0d53 Remove unused function. 2022-04-12 13:35:54 -04:00
Jean-Philip Desjardins
4d1b73e33e Implement "Show ELF Info" menu item. 2022-04-12 10:24:49 -04:00
Jean-Philip Desjardins
95ab5e2782 Add new debug window layout. 2022-04-12 10:24:49 -04:00
Jean-Philip Desjardins
03a50d4127 Rename functions. 2022-04-12 10:24:49 -04:00
Zer0xFF
7a9895927a alias OnMachineStateChange type 2022-01-18 17:58:13 +00:00
Zer0xFF
2ecb5f6c24 alias OnRunningStateChange type 2022-01-14 15:02:49 +00:00
Mahmood - Zer0xFF
d734f3cc61 use qt signals to avoid non-ui-thead access to ui 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
05a84e8cfd simplify QTableView to QTableView 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
694e590083 make CDisAsmWnd a QWidget to make it more re-usable 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
a7eb2b8d44 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
f16575db0a Add Qt ELFView 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
ac001b52e7 save view layout, when windows is getting closed, and only if the main debugger view visible, if its not visible it will report all children and invisible as well 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
37119db954 remove QtDebugger parent, to allow it to have its own taskbar icon 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
716839c224 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
06962b61f0 Code style fixes. 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
9b03928a39 typo fix 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
07b963b76d add Qt MemoryViewMIPSWnd 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
561fb65dcb add Registers view menu action 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
3767032c67 cleanup 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
3180527b96 restructure DisAsm 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
1fa19c67e5 initial Qt DisAsm 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
abc84be9ea save/load layout position 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
17c1dddd0d cleanup 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
113267a669 more menu action 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
b12ee578c6 enable signals 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
960dd2e168 enable FindWordValue(...) menu action 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
5edee20b30 enable layout config
config seems to only apply correctly to RegView, need to look into it
2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
bee39a19d7 enable few calls 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
c826c0eedc set actions to some of "Virtual Machine" toolbar items 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
923f61666e replace Debugger(QDockWidget) with QtDebugger(QMainWindow)
as QMainWindow has its own toolbar menu
2021-01-07 21:47:30 +00:00
Renamed from Source/ui_qt/DebugSupport/Debugger.h (Browse further)