Meta: Change default GDB layout

This adds a TUI window that displays disassembly/source code which
I've found quite useful.
This commit is contained in:
Gunnar Beutner 2021-06-29 10:48:01 +02:00 committed by Andreas Kling
parent 0b82c583e0
commit 449d34a154
Notes: sideshowbarker 2024-07-18 11:20:06 +09:00

View file

@ -21,4 +21,6 @@ exec $SERENITY_KERNEL_DEBUGGER \
-ex "set arch $gdb_arch" \
-ex 'target remote localhost:1234' \
-ex "source $(dirname "$0")/serenity_gdb.py" \
-ex "layout asm" \
-ex "fs next" \
"$@"