| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-04 | debug: add multiboot2 information dump tool | Felix Morgner | 1 | -41/+0 | |
| 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-04 | debug: improve pretty printer implementations | Felix Morgner | 1 | -1/+5 | |
| 2026-05-04 | debug: split gdb modules | Felix Morgner | 1 | -0/+37 | |
