diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-08 15:19:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 15:19:36 +0100 |
| commit | 23f8d5e362860ff4eb1be0b8bddc666cb23c11bf (patch) | |
| tree | 831701ce306908b9c3cb34a7a0d74f94fc5a39ec /src/DebuggerKit | |
| parent | 741a874e823e9a2ac55aba0efe85d3b581009826 (diff) | |
| parent | e69204f159ee7fcd5b81085c63c3b17bebf6c5b0 (diff) | |
Merge pull request #67 from ne-foss-org/genericslibrary-header-patches
[CHORE] GenericsLibrary: pstd, swap: Free function implementations
Diffstat (limited to 'src/DebuggerKit')
| -rw-r--r-- | src/DebuggerKit/src/MachContractCLI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DebuggerKit/src/MachContractCLI.cpp b/src/DebuggerKit/src/MachContractCLI.cpp index a13a980..dcd8767 100644 --- a/src/DebuggerKit/src/MachContractCLI.cpp +++ b/src/DebuggerKit/src/MachContractCLI.cpp @@ -25,7 +25,7 @@ static Void dbgi_ctrlc_handler(std::int32_t _) { kKeepRunning = false; } -NECTAR_MODULE(DebuggerMachPOSIX) { +NECTAR_MODULE(DebuggerMach) { pfd::notify( "Debugger Event", "Userland Debugger\n(C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license."); |
