summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.h
diff options
context:
space:
mode:
authorGravatar Mai M2022-06-02 16:34:41 -0400
committerGravatar GitHub2022-06-02 16:34:41 -0400
commit5c0a31e29f2a750ffc3a9b9d716f7630d6c2abca (patch)
tree94e496ad50f61c0f2f04e178c4407ed26ddec21e /src/core/debugger/gdbstub.h
parentMerge pull request #8409 from liamwhite/tdesc-fix (diff)
parentcore/debugger: Support reading guest thread names (diff)
downloadyuzu-5c0a31e29f2a750ffc3a9b9d716f7630d6c2abca.tar.gz
yuzu-5c0a31e29f2a750ffc3a9b9d716f7630d6c2abca.tar.xz
yuzu-5c0a31e29f2a750ffc3a9b9d716f7630d6c2abca.zip
Merge pull request #8410 from liamwhite/thread-names
gdbstub: Support reading guest thread names
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:
34 std::optional<std::string> DetachCommand(); 34 std::optional<std::string> DetachCommand();
35 Kernel::KThread* GetThreadByID(u64 thread_id); 35 Kernel::KThread* GetThreadByID(u64 thread_id);
36 36
37 static u8 CalculateChecksum(std::string_view data);
38 void SendReply(std::string_view data); 37 void SendReply(std::string_view data);
39 void SendStatus(char status); 38 void SendStatus(char status);
40 39