diff options
Diffstat (limited to 'src/core/debugger/gdbstub.cpp')
| -rw-r--r-- | src/core/debugger/gdbstub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/debugger/gdbstub.cpp b/src/core/debugger/gdbstub.cpp index f39f2ca29..b2fe6bd7d 100644 --- a/src/core/debugger/gdbstub.cpp +++ b/src/core/debugger/gdbstub.cpp | |||
| @@ -756,7 +756,7 @@ void GDBStub::HandleRcmd(const std::vector<u8>& command) { | |||
| 756 | 756 | ||
| 757 | reply = fmt::format("Process: {:#x} ({})\n" | 757 | reply = fmt::format("Process: {:#x} ({})\n" |
| 758 | "Program Id: {:#018x}\n", | 758 | "Program Id: {:#018x}\n", |
| 759 | process->GetProcessID(), process->GetName(), process->GetProgramID()); | 759 | process->GetProcessId(), process->GetName(), process->GetProgramId()); |
| 760 | reply += | 760 | reply += |
| 761 | fmt::format("Layout:\n" | 761 | fmt::format("Layout:\n" |
| 762 | " Alias: {:#012x} - {:#012x}\n" | 762 | " Alias: {:#012x} - {:#012x}\n" |