aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb
AgeCommit message (Collapse)AuthorFilesLines
2026-05-06debug: refactor dump_mb2i toolFelix Morgner1-64/+135
2026-05-06dump_mb2i: add support for bios boot device tagFelix Morgner1-0/+6
2026-05-04debug: add multiboot2 information dump toolFelix Morgner2-0/+153
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: improve pretty printer implementationsFelix Morgner2-1/+35
2026-05-04debug: split gdb modulesFelix Morgner9-198/+37
2026-05-02debug: optimize string pretty printerFelix Morgner1-2/+3
2026-05-02debug: fix vector pretty printerFelix Morgner1-3/+3
2026-05-02debug: add kapi formatter supportFelix Morgner3-1/+51
2026-05-02debug: fix smart pointer pretty printersFelix Morgner1-5/+5
2026-05-01debug: add support for smart pointer pretty printingFelix Morgner2-0/+53
2026-05-01debug: add support for kstd pretty printingFelix Morgner5-0/+94