summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/callstack.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-08citra-qt: Remove callstack widgetYuri Kunde Schlesner1-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
2016-12-11citra-qt: Make constructors explicit where applicableLioncash1-1/+1
2016-12-11citra-qt: Add missing #pragma once directivesLioncash1-0/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+1
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-1/+1
2015-01-12Qt Callstack: Clear the callstack every time it's updatedarchshift1-0/+3
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 DebugModeLeftKingcom1-1/+2
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-0/+0
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei1-1/+1
2014-04-19UI/debugger changesMathieu Vaillancourt1-4/+3
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+20