summaryrefslogtreecommitdiffhomepage
path: root/dev/LibDebugger/src/POSIXMachContractCLI.cc
AgeCommit message (Collapse)Author
2025-07-30feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.Amlal El Mahrouss
what: - They've now become CompilerKit and DebuggerKit. - Expanding XCoff for NeBoot PowerPC backend. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-10fix: `LibCompiler::install_signal(SIGINT, dbgi_ctrlc_handler);` toAmlal El Mahrouss
add Ctrl-C support again. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-05LibDebugger: refactor! Breaking changes inside the debugger contracts.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: Kernel+IP system for NeDBG.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: Ctrl-D support in Mach Debugger.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30fix: POSIXMachContractCLI: remove unused function call.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-14dev(kdbg): Working on NeKernel Debugger.Amlal El Mahrouss
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>