summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.cpp
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-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
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-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-09-11citra_qt: Reorganize headersLioncash
2015-09-07citra-qt: Use monospace font on Disassembler and ARM RegistersKloen
2015-07-29citra-qt: Adjust initializer list orderLioncash
Silences a warning.
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
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: Restructured to remove unnecessary shutdown event and various cleanups.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-03-30disassembler: Get rid of a const_castLioncash
2015-02-03citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka
2015-01-11Merge pull request #437 from Kingcom/DebugModeTony Wasserka
Replace OnCpuStepped signal
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Kingcom
DebugModeLeft
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2015-01-04citra-qt: Added license headers to files.chrisvj
2014-12-28Qt: we don't need to check if model is valid.xdec
2014-12-28Fix crash when the disassembler pause button is pressed while no game is ↵xdec
running.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵bunnei
area. Removed s_ prefix
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
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-02citra-qt: Rewrite disassembly view.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