summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/disassembler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08citra-qt: Remove disassembler widgetYuri Kunde Schlesner1-272/+0
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei1-4/+4
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-5/+5
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-64/+70
2015-09-11citra_qt: Reorganize headersLioncash1-9/+7
2015-09-07citra-qt: Use monospace font on Disassembler and ARM RegistersKloen1-1/+10
2015-07-29citra-qt: Adjust initializer list orderLioncash1-1/+1
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+0
2015-07-26dyncom: Get rid of skyeye typedefsLioncash1-1/+1
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot1-0/+2
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+0
2015-05-02Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei1-2/+2
2015-05-02Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei1-38/+43
2015-05-02Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei1-5/+5
2015-05-02Qt: Move EmuThread ownership from render window to main window.bunnei1-8/+10
2015-03-30disassembler: Get rid of a const_castLioncash1-4/+1
2015-02-03citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka1-8/+1
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom1-1/+6
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-0/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-3/+3
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2014-12-28Qt: we don't need to check if model is valid.xdec1-1/+1
2014-12-28Fix crash when the disassembler pause button is pressed while no game is running.xdec1-1/+3
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-1/+1
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash1-5/+3
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka1-5/+21
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka1-1/+3
2014-07-02citra-qt: Rewrite disassembly view.Tony Wasserka1-55/+150
2014-06-05qt: updated disassembler to show 2X as many instructionsbunnei1-1/+1
2014-04-19Remove unused QTableViewMathieu Vaillancourt1-19/+2
2014-04-19UI/debugger changesMathieu Vaillancourt1-17/+35
2014-04-13Show symbols in disasmMathieu Vaillancourt1-1/+9
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-8/+8
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt1-5/+4
2014-04-04More Qt changes for debuggerMathieu Vaillancourt1-67/+59
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+144