mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:25:10 +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:
parent
0b82c583e0
commit
449d34a154
1 changed files with 2 additions and 0 deletions
|
@ -21,4 +21,6 @@ exec $SERENITY_KERNEL_DEBUGGER \
|
||||||
-ex "set arch $gdb_arch" \
|
-ex "set arch $gdb_arch" \
|
||||||
-ex 'target remote localhost:1234' \
|
-ex 'target remote localhost:1234' \
|
||||||
-ex "source $(dirname "$0")/serenity_gdb.py" \
|
-ex "source $(dirname "$0")/serenity_gdb.py" \
|
||||||
|
-ex "layout asm" \
|
||||||
|
-ex "fs next" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue