| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 12 days | debug: add page and frame formatters | Felix Morgner | 2 | -15/+15 | |
| 13 days | debug: use gdb.ValuePrinter base class | Felix Morgner | 1 | -30/+0 | |
| 2026-05-06 | dump_mb2i: dump unsupported tags as hex | Felix Morgner | 1 | -6/+11 | |
| 2026-05-06 | dump_mb2i: add support for framebuffer tag | Felix Morgner | 1 | -1/+21 | |
| 2026-05-06 | debug: refactor dump_mb2i tool | Felix Morgner | 1 | -64/+135 | |
| 2026-05-06 | dump_mb2i: add support for bios boot device tag | Felix Morgner | 1 | -0/+6 | |
| 2026-05-04 | debug: add multiboot2 information dump tool | Felix Morgner | 1 | -0/+147 | |
| 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 | -0/+30 | |
