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

Module gdb_stub

Module gdb_stub 

Source
Expand description

GDB Remote Serial Protocol (RSP) Stub

Implements the GDB remote serial protocol over COM2 (I/O port 0x2F8). Supports core RSP commands: register read/write, memory read/write, continue/step, breakpoints, and thread queries.

Protocol: $packet-data#checksum framing with +/- acknowledgment.