diff options
| author | 2022-11-10 19:17:54 -0500 | |
|---|---|---|
| committer | 2022-11-10 19:20:57 -0500 | |
| commit | 18123ff958b0a4d877dab45a54637245c3b296ba (patch) | |
| tree | f8216a2d97b604b03bee20c475d2ee88edab9204 /src/core/debugger/gdbstub.h | |
| parent | debugger: allow more than one connection attempt per session (diff) | |
| download | yuzu-18123ff958b0a4d877dab45a54637245c3b296ba.tar.gz yuzu-18123ff958b0a4d877dab45a54637245c3b296ba.tar.xz yuzu-18123ff958b0a4d877dab45a54637245c3b296ba.zip | |
gdbstub: add ams monitor commands
Diffstat (limited to 'src/core/debugger/gdbstub.h')
| -rw-r--r-- | src/core/debugger/gdbstub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h index 0b0f56e4b..368197920 100644 --- a/src/core/debugger/gdbstub.h +++ b/src/core/debugger/gdbstub.h | |||
| @@ -32,6 +32,7 @@ private: | |||
| 32 | void ExecuteCommand(std::string_view packet, std::vector<DebuggerAction>& actions); | 32 | void ExecuteCommand(std::string_view packet, std::vector<DebuggerAction>& actions); |
| 33 | void HandleVCont(std::string_view command, std::vector<DebuggerAction>& actions); | 33 | void HandleVCont(std::string_view command, std::vector<DebuggerAction>& actions); |
| 34 | void HandleQuery(std::string_view command); | 34 | void HandleQuery(std::string_view command); |
| 35 | void HandleRcmd(const std::vector<u8>& command); | ||
| 35 | void HandleBreakpointInsert(std::string_view command); | 36 | void HandleBreakpointInsert(std::string_view command); |
| 36 | void HandleBreakpointRemove(std::string_view command); | 37 | void HandleBreakpointRemove(std::string_view command); |
| 37 | std::vector<char>::const_iterator CommandEnd() const; | 38 | std::vector<char>::const_iterator CommandEnd() const; |