aboutsummaryrefslogtreecommitdiff
path: root/src/core/debugger/debugger.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-06-01 20:46:10 -0400
committerGitHub <noreply@github.com>2022-06-01 20:46:10 -0400
commit858f8ac6d9f39a1be95dc2f5e83c752b725136ad (patch)
tree26d5733fe69193e76402bad78b1a3a8b791b6095 /src/core/debugger/debugger.h
parentaf418eb6662bcb859e7922105d9ad6ba50dec3ac (diff)
parent989d4a7a41f449af0ea09e34bee331a3a3ac8170 (diff)
Merge pull request #8402 from liamwhite/better-step
core/debugger: Improved stepping mechanism and misc fixes
Diffstat (limited to 'src/core/debugger/debugger.h')
-rw-r--r--src/core/debugger/debugger.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/debugger/debugger.h b/src/core/debugger/debugger.h
index 7acd118157..ea36c6ab20 100644
--- a/src/core/debugger/debugger.h
+++ b/src/core/debugger/debugger.h
@@ -35,11 +35,6 @@ public:
*/
bool NotifyThreadStopped(Kernel::KThread* thread);
- /**
- * Returns whether a step is in progress.
- */
- bool IsStepping() const;
-
private:
std::unique_ptr<DebuggerImpl> impl;
};