summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/callstack.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings (#2399)Jonathan Hao2017-01-041-1/+0
|
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-1/+1
|
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-1/+1
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.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-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-21/+20
|
* Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddressMerryMage2016-05-211-1/+4
|
* core: Use unique_ptr for holding the interpreter instancesLioncash2015-12-301-7/+5
|
* citra_qt: Reorganize headersLioncash2015-09-111-3/+3
|
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-111-3/+5
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
|
* Memmap: Re-organize memory function in two filesYuri 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.
* callstack: Remove unnecessary disassembler instantiationLioncash2015-03-301-2/+1
| | | | Decode is a static function. There's no need to allocate a disassembler instance.
* Qt Callstack: Clear the callstack every time it's updatedarchshift2015-01-121-0/+11
| | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* Merge pull request #437 from Kingcom/DebugModeTony Wasserka2015-01-111-1/+6
|\ | | | | Replace OnCpuStepped signal
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+6
| |
* | citra-qt: Add check for valid address to call stackKingcom2015-01-071-0/+3
|/
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
|
* citra-qt: Added license headers to files.chrisvj2015-01-041-0/+4
|
* Make letter cases consistent in menus and widgetsDaniel Lundqvist2015-01-011-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.
* Clean up some warningsChin2014-12-201-2/+2
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-3/+3
|
* core: Make the ARM disassembler use std::string internallyLioncash2014-09-061-1/+1
|
* UI/debugger changesMathieu Vaillancourt2014-04-191-0/+66