Tony Wasserka
c63a495de6
Add GUI widget for controlling pica breakpoints.
11 years ago
Tony Wasserka
706f9c5574
citra-qt: Polish the pica tracing widget.
Changed start/stop button to reflect current tracing status.
Properly labeled column headers.
11 years ago
Emmanuel Gil Peyrot
739bb58c3a
Remove tabs in all files except in skyeye imports and in generated GL code
11 years ago
Emmanuel Gil Peyrot
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
11 years ago
Yuri Kunde Schlesner
d72708c1f5
Add `override` keyword through the code.
This was automated using `clang-modernize`.
11 years ago
bunnei
b5e6524594
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
11 years ago
Lioncash
403c84cdab
core: Make the ARM disassembler use std::string internally
11 years ago
Tony Wasserka
26ade98411
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
12 years ago
Tony Wasserka
76a586de49
Pica: Add command processor.
12 years ago
Tony Wasserka
9c781a6c76
Remove the fancy RegisterSet class introduced in 4c2bff61e.
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
Instead, we now use a more conventional approach which is a lot more clean to use.
12 years ago
bunnei
4e9f305ed2
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
- Various other cleanups.
12 years ago
Tony Wasserka
c131fb2c27
citra-qt: Show function names in disassembler based on bunnei's suggestion.
12 years ago
Tony Wasserka
456b9feb25
Disassembler: Chose slightly lower value for chunk size.
12 years ago
Tony Wasserka
9b0d0c81a0
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Anonymous structs are not standard C++, hence don't use them.
12 years ago
Tony Wasserka
fd78786828
citra-qt: Rewrite disassembly view.
12 years ago
bunnei
4e4a028ecd
citra_qt: Removed autogenerated files from repo and fixed build issues.
12 years ago
Tony Wasserka
f82410e633
Further refine GPU command list debugging.
12 years ago
Tony Wasserka
b0051b2203
Refine command list debugging functionality and its qt interface.
12 years ago
Tony Wasserka
6893732348
citra-qt: Add command list view.
12 years ago
Tony Wasserka
87e98ff97b
citra-qt: Add GX command history viewer.
12 years ago
bunnei
a002abf171
qt: updated disassembler to show 2X as many instructions
12 years ago
Mathieu Vaillancourt
ad0734acee
Remove unused QTableView
12 years ago
Mathieu Vaillancourt
e5f09b8be6
UI/debugger changes
12 years ago