mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 21:59:11 +00:00
Meta: Add GDB pretty printers
This commit is contained in:
parent
ba261aba72
commit
232e64c10a
Notes:
sideshowbarker
2024-07-18 19:15:17 +09:00
Author: https://github.com/gunnarbeutner
Commit: 232e64c10a
Pull-request: https://github.com/SerenityOS/serenity/pull/6530
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/linusg
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