diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 14:53:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 14:53:33 +0100 |
| commit | 7d9fb7e4244d996f744233be046d9aa90afa8964 (patch) | |
| tree | eccd99f623291e4abe8bebb46936e035060eb6d8 /include/DebuggerKit/DebuggerContract.h | |
| parent | fe6ba8bd1a59f48000e7cd04a5f7ae10592dc25b (diff) | |
chore: GL improvements of pstd, and DebuggerKit tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/DebuggerKit/DebuggerContract.h')
| -rw-r--r-- | include/DebuggerKit/DebuggerContract.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/DebuggerKit/DebuggerContract.h b/include/DebuggerKit/DebuggerContract.h index ab808e8..971c80a 100644 --- a/include/DebuggerKit/DebuggerContract.h +++ b/include/DebuggerKit/DebuggerContract.h @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (See accompanying // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) // Official repository: https://github.com/nekernel-org/nectar @@ -36,7 +36,7 @@ class IDebuggerContract { using BreakpointMap = std::unordered_map<uintptr_t, uintptr_t>; - virtual BreakpointMap& Get() { return mBreakpoints; } + virtual BreakpointMap& Leak() { return mBreakpoints; } protected: ProcessID mPid{(ProcessID) ~0}; |
