aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
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
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch1-1/+1
increase QEMU memory
2026-04-07ide: simplify overall configurationFelix Morgner1-2/+28
2025-07-13ide: improve launch configurationFelix Morgner1-0/+4