summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-07citra-qt: Remove callstack widgetGravatar Yuri Kunde Schlesner1-85/+0
Appears to be currently broken, and given the complexity of doing this for ARM code without debugging information, should probably be left to an external tool or library. Use the GDB stub instead. Closes #586
2017-01-04Fix some warnings (#2399)Gravatar Jonathan Hao1-1/+0
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei1-1/+1
2016-12-21core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei1-1/+1
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-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-21/+20
2016-05-21Debugger/Callstack: Replace Memory::GetPointer with ↵Gravatar MerryMage1-1/+4
Memory::IsValidVirtualAddress
2015-12-29core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash1-7/+5
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-3/+3
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵Gravatar Emmanuel Gil Peyrot1-3/+5
standard u?int*_t types.
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-1/+1
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-03-30callstack: Remove unnecessary disassembler instantiationGravatar Lioncash1-2/+1
Decode is a static function. There's no need to allocate a disassembler instance.
2015-01-11Qt Callstack: Clear the callstack every time it's updatedGravatar archshift1-0/+11
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom1-1/+6
DebugModeLeft
2015-01-07citra-qt: Add check for valid address to call stackGravatar Kingcom1-0/+3
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-1/+1
2015-01-04citra-qt: Added license headers to files.Gravatar chrisvj1-0/+4
2015-01-01Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist1-3/+3
In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
2014-12-20Clean up some warningsGravatar Chin1-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot1-3/+3
or generated
2014-09-06core: Make the ARM disassembler use std::string internallyGravatar Lioncash1-1/+1
2014-04-18UI/debugger changesGravatar Mathieu Vaillancourt1-0/+66