aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
AgeCommit message (Expand)Author
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09More cleanups.Tony Wasserka
2014-12-09citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka
2014-12-09More coding style fixes.Tony Wasserka
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09citra-qt: Add pica framebuffer widget.Tony Wasserka
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka
2014-12-09Add GUI widget for controlling pica breakpoints.Tony Wasserka
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-07-23Merge pull request #27 from neobrain/disassembly_view_rewritebunnei
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 rather...Tony Wasserka
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
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