summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* citra-qt: Remove callstack widgetGravatar Yuri Kunde Schlesner2017-05-071-85/+0
* Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-041-1/+0
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-1/+1
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-21/+20
* Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd...Gravatar MerryMage2016-05-211-1/+4
* core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash2015-12-291-7/+5
* citra_qt: Reorganize headersGravatar Lioncash2015-09-111-3/+3
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-3/+5
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* callstack: Remove unnecessary disassembler instantiationGravatar Lioncash2015-03-301-2/+1
* Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-111-0/+11
* Merge pull request #437 from Kingcom/DebugModeGravatar Tony Wasserka2015-01-111-1/+6
|\
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...Gravatar Kingcom2015-01-111-1/+6
* | citra-qt: Add check for valid address to call stackGravatar Kingcom2015-01-071-0/+3
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-1/+1
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-041-0/+4
* Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-011-3/+3
* Clean up some warningsGravatar Chin2014-12-201-2/+2
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-3/+3
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-061-1/+1
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-181-0/+66