summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/disassembler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-4/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-64/+70
* citra_qt: Reorganize headersLioncash2015-09-111-9/+7
* citra-qt: Use monospace font on Disassembler and ARM RegistersKloen2015-09-071-1/+10
* citra-qt: Adjust initializer list orderLioncash2015-07-291-1/+1
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+0
* dyncom: Get rid of skyeye typedefsLioncash2015-07-261-1/+1
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+2
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
* Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-021-2/+2
* Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2015-05-021-38/+43
* Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei2015-05-021-5/+5
* Qt: Move EmuThread ownership from render window to main window.bunnei2015-05-021-8/+10
* disassembler: Get rid of a const_castLioncash2015-03-301-4/+1
* citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka2015-02-031-8/+1
* Merge pull request #437 from Kingcom/DebugModeTony Wasserka2015-01-111-1/+6
|\
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+6
* | Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+1
|/
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-3/+3
* citra-qt: Added license headers to files.chrisvj2015-01-041-0/+4
* Qt: we don't need to check if model is valid.xdec2014-12-281-1/+1
* Fix crash when the disassembler pause button is pressed while no game is running.xdec2014-12-281-1/+3
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-1/+1
* core: Make the ARM disassembler use std::string internallyLioncash2014-09-061-5/+3
* 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-021-55/+150
* qt: updated disassembler to show 2X as many instructionsbunnei2014-06-051-1/+1
* Remove unused QTableViewMathieu Vaillancourt2014-04-191-19/+2
* UI/debugger changesMathieu Vaillancourt2014-04-191-0/+161