From befc10f9e391ebe538d9e40eb3ed42baf28829d5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 30 Jun 2025 10:22:15 +0200 Subject: feat: Kernel+IP system for NeDBG. Signed-off-by: Amlal El Mahrouss --- dev/LibDebugger/src/POSIXMachContractCLI.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibDebugger/src/POSIXMachContractCLI.cc') diff --git a/dev/LibDebugger/src/POSIXMachContractCLI.cc b/dev/LibDebugger/src/POSIXMachContractCLI.cc index 1b3c8a2..d754643 100644 --- a/dev/LibDebugger/src/POSIXMachContractCLI.cc +++ b/dev/LibDebugger/src/POSIXMachContractCLI.cc @@ -41,7 +41,7 @@ LIBCOMPILER_MODULE(DebuggerMachPOSIX) { kStdOut << "[+] Image set to: " << kPath << "\n"; } - ::signal(SIGINT, dbgi_ctrlc_handler); + LibCompiler::(SIGINT, dbgi_ctrlc_handler); while (YES) { if (kKeepRunning) { -- cgit v1.2.3