summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Make the ARM disassembler use std::string internallyLioncash2014-09-062-6/+4
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-252-124/+62
* Pica: Add command processor.Tony Wasserka2014-08-121-1/+1
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-1/+1
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-8/+8
* Merge pull request #27 from neobrain/disassembly_view_rewritebunnei2014-07-232-60/+204
|\
| * citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka2014-07-231-5/+21
| * Disassembler: Chose slightly lower value for chunk size.Tony Wasserka2014-07-231-1/+3
| * citra-qt: Rewrite disassembly view.Tony Wasserka2014-07-022-60/+186
* | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka2014-07-231-16/+18
|/
* citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei2014-06-223-3/+3
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-1/+1
|\
| * qt: updated disassembler to show 2X as many instructionsbunnei2014-06-051-1/+1
* | Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
* | Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-122-19/+107
* | citra-qt: Add command list view.Tony Wasserka2014-06-122-0/+109
* | citra-qt: Add GX command history viewer.Tony Wasserka2014-06-122-0/+126
|/
* Remove unused QTableViewMathieu Vaillancourt2014-04-192-29/+2
* UI/debugger changesMathieu Vaillancourt2014-04-1911-0/+565