summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.h
AgeCommit message (Collapse)Author
2017-05-07citra-qt: Remove callstack widgetYuri Kunde Schlesner
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
2016-12-11citra-qt: Make constructors explicit where applicableLioncash
2016-12-11citra-qt: Add missing #pragma once directivesLioncash
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-01-11Qt Callstack: Clear the callstack every time it's updatedarchshift
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 ↵Kingcom
DebugModeLeft
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj