mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +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
Notes:
sideshowbarker
2024-07-18 11:20:06 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/449d34a154f Pull-request: https://github.com/SerenityOS/serenity/pull/8317
1 changed files with 2 additions and 0 deletions
|
@ -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" \
|
||||
"$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue