summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-07citra-qt: Remove disassembler widgetGravatar Yuri Kunde Schlesner1-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
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei1-4/+4
2016-12-21core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei1-5/+5
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-4/+1
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-formatGravatar Yuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-64/+70
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-9/+7
2015-09-07citra-qt: Use monospace font on Disassembler and ARM RegistersGravatar Kloen1-1/+10
2015-07-29citra-qt: Adjust initializer list orderGravatar Lioncash1-1/+1
Silences a warning.
2015-07-25dyncom: Rename armdefs.h to armstate.hGravatar Lioncash1-1/+0
2015-07-25dyncom: Get rid of skyeye typedefsGravatar Lioncash1-1/+1
2015-06-28CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot1-0/+2
2015-05-15Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner1-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.
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-1/+0
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei1-2/+2
2015-05-01Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei1-38/+43
2015-05-01Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei1-5/+5
2015-05-01Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei1-8/+10
2015-03-30disassembler: Get rid of a const_castGravatar Lioncash1-4/+1
2015-02-03citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka1-8/+1
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom1-1/+6
DebugModeLeft
2015-01-09Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner1-0/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-3/+3
2015-01-04citra-qt: Added license headers to files.Gravatar chrisvj1-0/+4
2014-12-28Qt: we don't need to check if model is valid.Gravatar xdec1-1/+1
2014-12-28Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec1-1/+3
running.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei1-1/+1
area. Removed s_ prefix
2014-09-06core: Make the ARM disassembler use std::string internallyGravatar Lioncash1-5/+3
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Gravatar Tony Wasserka1-5/+21
2014-07-23Disassembler: Chose slightly lower value for chunk size.Gravatar Tony Wasserka1-1/+3
2014-07-02citra-qt: Rewrite disassembly view.Gravatar Tony Wasserka1-55/+150
2014-06-05qt: updated disassembler to show 2X as many instructionsGravatar bunnei1-1/+1
2014-04-18Remove unused QTableViewGravatar Mathieu Vaillancourt1-19/+2
2014-04-18UI/debugger changesGravatar Mathieu Vaillancourt1-17/+35
2014-04-12Show symbols in disasmGravatar Mathieu Vaillancourt1-1/+9
2014-04-10Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt1-8/+8
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-04Remove Core::GetState(). Use new ARM_Interface instead.Gravatar Mathieu Vaillancourt1-5/+4
2014-04-03More Qt changes for debuggerGravatar Mathieu Vaillancourt1-67/+59
2014-03-31Basic QT windowGravatar Mathieu Vaillancourt1-0/+144