summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-07citra-qt: Remove callstack widgetGravatar Yuri 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 applicableGravatar Lioncash1-1/+1
2016-12-11citra-qt: Add missing #pragma once directivesGravatar Lioncash1-0/+2
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-2/+1
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash1-1/+1
2015-01-11Qt Callstack: Clear the callstack every time it's updatedGravatar archshift1-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 ↵Gravatar Kingcom1-1/+2
DebugModeLeft
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-0/+0
2015-01-04citra-qt: Added license headers to files.Gravatar chrisvj1-0/+4
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.Gravatar bunnei1-1/+1
2014-04-18UI/debugger changesGravatar Mathieu Vaillancourt1-4/+3
2014-04-10Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt1-1/+1
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-03-31Basic QT windowGravatar Mathieu Vaillancourt1-0/+20