From 0561a8d0a6ae7588309a6e3513bbfeeef5f0aa15 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 09:41:29 +0200 Subject: dev, LibDebugger: add kdbg, working on NeKernelContract's implementation. Signed-off-by: Amlal --- dev/LibDebugger/src/POSIXMachContract.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev/LibDebugger/src') diff --git a/dev/LibDebugger/src/POSIXMachContract.cc b/dev/LibDebugger/src/POSIXMachContract.cc index 1c23448..2f30f09 100644 --- a/dev/LibDebugger/src/POSIXMachContract.cc +++ b/dev/LibDebugger/src/POSIXMachContract.cc @@ -2,14 +2,15 @@ (C) 2025 Amlal El Mahrouss */ + #ifdef __APPLE__ + +#include #include #include #include #include #include -#ifndef _WIN32 - static BOOL kKeepRunning = false; static LibDebugger::POSIX::POSIXMachContract kDebugger; static LibDebugger::ProcessID kPID = 0L; @@ -42,7 +43,7 @@ static void dbgi_ctrlc_handler(std::int32_t _) LIBCOMPILER_MODULE(DebuggerMachPOSIX) { - pfd::notify("Debugger Event", "NeKernel Debugger\n(C) 2025 Amlal El Mahrouss, all rights reserved."); + pfd::notify("Debugger Event", "Userland Debugger\n(C) 2025 Amlal El Mahrouss, all rights reserved."); if (argc >= 3 && std::string(argv[1]) == "-p" && argv[2] != nullptr) -- cgit v1.2.3