summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-06-01 16:54:44 +0200
committerLiam <byteslice@airmail.cc>2022-06-02 03:25:32 +0200
commit07922abffc3f0c98fc47ca9f8fe340a22c8d20e0 (patch)
tree546994b941940af0f6a897b25d38ec576bcfbad7 /src/core/debugger/gdbstub.h
parentMerge pull request #8402 from liamwhite/better-step (diff)
downloadyuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar.gz
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar.bz2
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar.lz
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar.xz
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.tar.zst
yuzu-07922abffc3f0c98fc47ca9f8fe340a22c8d20e0.zip
Diffstat (limited to 'src/core/debugger/gdbstub.h')
-rw-r--r--src/core/debugger/gdbstub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h
index aa1f7de6c..1bb638187 100644
--- a/src/core/debugger/gdbstub.h
+++ b/src/core/debugger/gdbstub.h
@@ -34,7 +34,6 @@ private:
std::optional<std::string> DetachCommand();
Kernel::KThread* GetThreadByID(u64 thread_id);
- static u8 CalculateChecksum(std::string_view data);
void SendReply(std::string_view data);
void SendStatus(char status);