diff options
| author | 2022-06-13 14:38:37 -0400 | |
|---|---|---|
| committer | 2022-06-13 14:38:37 -0400 | |
| commit | a0407a8e646172392514dd996d62464db64aee83 (patch) | |
| tree | b13a559bcb4a9f9641730d58285a56bde6d5cc80 /src/core/debugger/gdbstub.h | |
| parent | Merge pull request #8454 from liamwhite/inaddr-any (diff) | |
| parent | yuzu-cmd: ignore bogus timeous from SDL (diff) | |
| download | yuzu-a0407a8e646172392514dd996d62464db64aee83.tar.gz yuzu-a0407a8e646172392514dd996d62464db64aee83.tar.xz yuzu-a0407a8e646172392514dd996d62464db64aee83.zip | |
Merge pull request #8446 from liamwhite/cmd-gdb
core/debugger: support operation in yuzu-cmd
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 1bb638187..ec934c77e 100644 --- a/src/core/debugger/gdbstub.h +++ b/src/core/debugger/gdbstub.h | |||
| @@ -23,6 +23,7 @@ public: | |||
| 23 | 23 | ||
| 24 | void Connected() override; | 24 | void Connected() override; |
| 25 | void Stopped(Kernel::KThread* thread) override; | 25 | void Stopped(Kernel::KThread* thread) override; |
| 26 | void ShuttingDown() override; | ||
| 26 | std::vector<DebuggerAction> ClientData(std::span<const u8> data) override; | 27 | std::vector<DebuggerAction> ClientData(std::span<const u8> data) override; |
| 27 | 28 | ||
| 28 | private: | 29 | private: |