diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 09:20:51 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 09:20:51 +0100 |
| commit | a48098479269cdace4d9ce32264a73eef76994dc (patch) | |
| tree | 43025631e922b4d61b4b19e0f84cde8b7dd785b2 /dev/DebuggerKit/POSIXMachContract.h | |
| parent | d0df8d6dd397b175047db6764e4d64dc1d6d3118 (diff) | |
feat: new documented codebase and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/DebuggerKit/POSIXMachContract.h')
| -rw-r--r-- | dev/DebuggerKit/POSIXMachContract.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/DebuggerKit/POSIXMachContract.h b/dev/DebuggerKit/POSIXMachContract.h index 2df6ef1..4c20d38 100644 --- a/dev/DebuggerKit/POSIXMachContract.h +++ b/dev/DebuggerKit/POSIXMachContract.h @@ -42,8 +42,10 @@ CK_IMPORT_C kern_return_t mach_vm_protect(vm_map_t target_task, mach_vm_address_ #define PTRACE_PEEKTEXT PT_READ_I namespace DebuggerKit::POSIX { -/// \brief POSIXMachContract engine interface class in C++ +/// =========================================================== /// +/// \brief POSIXMachContract engine class in C++ /// \author Amlal El Mahrouss +/// =========================================================== /// class POSIXMachContract final DK_DEBUGGER_CONTRACT { public: explicit POSIXMachContract() = default; |
