summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/callstack.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08citra-qt: Remove callstack widgetYuri Kunde Schlesner1-85/+0
2017-01-04Fix some warnings (#2399)Jonathan Hao1-1/+0
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei1-1/+1
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-1/+1
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-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-21/+20
2016-05-21Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddressMerryMage1-1/+4
2015-12-30core: Use unique_ptr for holding the interpreter instancesLioncash1-7/+5
2015-09-11citra_qt: Reorganize headersLioncash1-3/+3
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot1-3/+5
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+1
2015-03-30callstack: Remove unnecessary disassembler instantiationLioncash1-2/+1
2015-01-12Qt Callstack: Clear the callstack every time it's updatedarchshift1-0/+11
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom1-1/+6
2015-01-07citra-qt: Add check for valid address to call stackKingcom1-0/+3
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-1/+1
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist1-3/+3
2014-12-20Clean up some warningsChin1-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash1-1/+1
2014-04-19UI/debugger changesMathieu Vaillancourt1-0/+66