diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 14:27:43 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-14 14:27:43 +0200 |
| commit | 94ceccd5acda2fd035eb55235126b944b0915576 (patch) | |
| tree | 8189412a45182b418cc3d0d63996c482e116e8d4 /dev/LibDebugger/POSIXMachContract.h | |
| parent | bdab776c880e4f4868332c451b028684f54ecd5d (diff) | |
dev(kdbg): Working on NeKernel Debugger.
how:
- Load vmkrnl.efi.
- Keep track of IP, Stack, and debugging information related to the
kernel.
- Make use of breakpoints and provide lldb grade experience.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibDebugger/POSIXMachContract.h')
| -rw-r--r-- | dev/LibDebugger/POSIXMachContract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibDebugger/POSIXMachContract.h b/dev/LibDebugger/POSIXMachContract.h index 5904cd2..1d7561a 100644 --- a/dev/LibDebugger/POSIXMachContract.h +++ b/dev/LibDebugger/POSIXMachContract.h @@ -4,7 +4,7 @@ #pragma once -#ifdef __APPLE__ +#ifdef LD_MACH_DEBUGGER /// @file POSIXMachContract.h /// @brief POSIX Mach debugger. |
