aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/load.py
AgeCommit message (Collapse)AuthorFilesLines
13 daysdebug: enable libstdc++ helpersFelix Morgner1-47/+0
2026-05-04debug: add multiboot2 information dump toolFelix Morgner1-0/+47
This patch introduces a new GDB tool `dump_mb2i` that dump the multiboot2 information provided by the bootloader. This tool can be invoked in the GDB console. For example in vscode: -exec dump_mb2i ((kapi::boot::information)bootstrap_information).mbi The tool expects the address of the loader provided MB2 information as its only argument.
2026-05-04debug: split gdb modulesFelix Morgner1-16/+0
2026-05-02debug: add kapi formatter supportFelix Morgner1-0/+16