1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

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

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" \
"$@"