From af6d1735afe4b63d13ddb73f532b4a3309f527c2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 5 Jul 2025 10:24:19 +0200 Subject: LibDebugger: refactor! Breaking changes inside the debugger contracts. Signed-off-by: Amlal El Mahrouss --- dev/LibDebugger/DebuggerContract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibDebugger/DebuggerContract.h') diff --git a/dev/LibDebugger/DebuggerContract.h b/dev/LibDebugger/DebuggerContract.h index 0f4bc10..c9b269f 100644 --- a/dev/LibDebugger/DebuggerContract.h +++ b/dev/LibDebugger/DebuggerContract.h @@ -30,7 +30,7 @@ class DebuggerContract { public: virtual bool Attach(std::string path, std::string argv, ProcessID& pid) noexcept = 0; - virtual bool Breakpoint(std::string symbol) noexcept = 0; + virtual bool BreakAt(std::string symbol) noexcept = 0; virtual bool Break() noexcept = 0; virtual bool Continue() noexcept = 0; virtual bool Detach() noexcept = 0; -- cgit v1.2.3