summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Remove disassembler widgetGravatar Yuri Kunde Schlesner2017-05-071-272/+0
| | | | | | | | | 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
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-4/+4
|
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-5/+5
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-4/+2
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-64/+70
|
* citra_qt: Reorganize headersGravatar Lioncash2015-09-111-9/+7
|
* citra-qt: Use monospace font on Disassembler and ARM RegistersGravatar Kloen2015-09-071-1/+10
|
* citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-291-1/+1
| | | | Silences a warning.
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-251-1/+0
|
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-251-1/+1
|
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+2
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
| | | | | | | 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.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+0
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-011-2/+2
|
* Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-011-38/+43
|
* Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-011-5/+5
|
* Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-011-8/+10
|
* disassembler: Get rid of a const_castGravatar Lioncash2015-03-301-4/+1
|
* citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-031-8/+1
|
* Merge pull request #437 from Kingcom/DebugModeGravatar Tony Wasserka2015-01-111-1/+6
|\ | | | | Replace OnCpuStepped signal
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-111-1/+6
| | | | | | | | DebugModeLeft
* | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-0/+1
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-3/+3
|
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-041-0/+4
|
* Qt: we don't need to check if model is valid.Gravatar xdec2014-12-281-1/+1
|
* Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec2014-12-281-1/+3
| | | | running.
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-251-1/+1
| | | | | | area. Removed s_ prefix
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-061-5/+3
|
* citra-qt: Show function names in disassembler based on bunnei's suggestion.Gravatar Tony Wasserka2014-07-231-5/+21
|
* Disassembler: Chose slightly lower value for chunk size.Gravatar Tony Wasserka2014-07-231-1/+3
|
* citra-qt: Rewrite disassembly view.Gravatar Tony Wasserka2014-07-021-55/+150
|
* qt: updated disassembler to show 2X as many instructionsGravatar bunnei2014-06-051-1/+1
|
* Remove unused QTableViewGravatar Mathieu Vaillancourt2014-04-181-19/+2
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-181-0/+161