summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash2-6/+4
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2-124/+62
2014-08-12Pica: Add command processor.Tony Wasserka1-1/+1
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka1-1/+1
2014-08-06GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei1-8/+8
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka1-5/+21
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka1-1/+3
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka1-16/+18
2014-07-02citra-qt: Rewrite disassembly view.Tony Wasserka2-60/+186
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei3-3/+3
2014-06-12Further refine GPU command list debugging.Tony Wasserka1-4/+10
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka2-19/+107
2014-06-12citra-qt: Add command list view.Tony Wasserka2-0/+109
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka2-0/+126
2014-06-05qt: updated disassembler to show 2X as many instructionsbunnei1-1/+1
2014-04-19Remove unused QTableViewMathieu Vaillancourt2-29/+2
2014-04-19UI/debugger changesMathieu Vaillancourt11-0/+565