| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 2 | -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-04 | debug: improve pretty printer implementations | Felix Morgner | 2 | -1/+35 | |
| 2026-05-04 | debug: split gdb modules | Felix Morgner | 9 | -198/+37 | |
| 2026-05-02 | debug: optimize string pretty printer | Felix Morgner | 1 | -2/+3 | |
| 2026-05-02 | debug: fix vector pretty printer | Felix Morgner | 1 | -3/+3 | |
| 2026-05-02 | debug: add kapi formatter support | Felix Morgner | 3 | -1/+51 | |
| 2026-05-02 | debug: fix smart pointer pretty printers | Felix Morgner | 1 | -5/+5 | |
| 2026-05-01 | debug: add support for smart pointer pretty printing | Felix Morgner | 2 | -0/+53 | |
| 2026-05-01 | debug: add support for kstd pretty printing | Felix Morgner | 5 | -0/+94 | |
