⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module debug

Module debug 

Source
Expand description

Kernel Debug Infrastructure

Provides GDB remote serial protocol (RSP) stub for interactive debugging over COM2 (0x2F8). Supports register read/write, memory access, breakpoints, watchpoints, and thread awareness.

Modules§

breakpoint
GDB Breakpoint and Watchpoint Management
gdb_stub
GDB Remote Serial Protocol (RSP) Stub