mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Meta: Add GDB pretty printers
This commit is contained in:
parent
ba261aba72
commit
232e64c10a
3 changed files with 280 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue