summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.h
AgeCommit message (Collapse)Author
2017-05-07citra-qt: Remove disassembler widgetYuri Kunde Schlesner
It has performance problems, a very misleading UI, and is broken in general. It has essentially been superceded by the GDB stub, but if we wanted a built-in disassembler in the future it'd essentially need to be rewritten from scratch anyway. Closes #427, #1480
2016-12-21disassembler: Remove mutable specifier from breakpoints member variableLioncash
Breakpoints has been const correct with regards to what the DisassmblerModel needs for quite a while now.
2016-12-11citra-qt: Make constructors explicit where applicableLioncash
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei
2015-05-01Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-02-03citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Kingcom
DebugModeLeft
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj