summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/callstack.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Remove callstack widgetYuri Kunde Schlesner2017-05-081-28/+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
* citra-qt: Make constructors explicit where applicableLioncash2016-12-111-1/+1
|
* citra-qt: Add missing #pragma once directivesLioncash2016-12-111-0/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+1
|
* General: Replace NULL and '0' usages with nullptr where applicableLioncash2015-09-111-1/+1
|
* Qt Callstack: Clear the callstack every time it's updatedarchshift2015-01-121-0/+3
| | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+2
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-0/+23