Meta: Add GDB pretty printers

This commit is contained in:
Gunnar Beutner 2021-04-20 18:37:33 +02:00 committed by Linus Groh
commit 232e64c10a
Notes: sideshowbarker 2024-07-18 19:15:17 +09:00
3 changed files with 280 additions and 3 deletions

View file

@ -201,7 +201,8 @@ run_gdb() {
if [ -n "$KERNEL_CMD_LINE" ]; then
export SERENITY_KERNEL_CMDLINE="$KERNEL_CMD_LINE"
fi
gdb "$BUILD_DIR/Kernel/Kernel" -ex 'target remote :1234' "${GDB_ARGS[@]}" -ex cont
sleep 1
"$(get_top_dir)/Meta/debug-kernel.sh" "${GDB_ARGS[@]}" -ex cont
fi
}