summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
AgeCommit message (Collapse)Author
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
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.
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
- Various other cleanups.
2014-07-23Merge pull request #27 from neobrain/disassembly_view_rewritebunnei
citra-qt: Rewrite disassembly view.
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Tony Wasserka
rather than a u32. Anonymous structs are not standard C++, hence don't use them.
2014-07-02citra-qt: Rewrite disassembly view.Tony Wasserka
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka
2014-06-05qt: updated disassembler to show 2X as many instructionsbunnei
2014-04-18Remove unused QTableViewMathieu Vaillancourt
2014-04-18UI/debugger changesMathieu Vaillancourt