summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Remove callstack widgetGravatar Yuri Kunde Schlesner2017-05-071-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 applicableGravatar Lioncash2016-12-111-1/+1
|
* citra-qt: Add missing #pragma once directivesGravatar Lioncash2016-12-111-0/+2
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+1
|
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-111-1/+1
|
* Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-111-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 ↵Gravatar Kingcom2015-01-111-1/+2
| | | | DebugModeLeft
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-0/+23