core/debugger: Support reading guest thread names

This commit is contained in:
Liam 2022-06-01 10:54:44 -04:00
parent 858f8ac6d9
commit 07922abffc
4 changed files with 172 additions and 14 deletions

View file

@ -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);