aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2 daysci: improve code quality fingerprintsFelix Morgner1-1/+1
2 daysci: fix code quality file pathsFelix Morgner1-1/+8
2 daysci: enable code quality reportingFelix Morgner1-0/+47
12 daysdebug: add page and frame formattersFelix Morgner2-15/+15
13 daysdebug: use gdb.ValuePrinter base classFelix Morgner1-30/+0
13 daysdebug: enable libstdc++ helpersFelix Morgner2-0/+35
2026-05-06dump_mb2i: dump unsupported tags as hexFelix Morgner1-6/+11
2026-05-06dump_mb2i: add support for framebuffer tagFelix Morgner1-1/+21
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
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