Skip to content

Commit

Permalink
Meta: Change default GDB layout
Browse files Browse the repository at this point in the history
This adds a TUI window that displays disassembly/source code which
I've found quite useful.
  • Loading branch information
gunnarbeutner authored and awesomekling committed Jun 29, 2021
1 parent 0b82c58 commit 449d34a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Meta/debug-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
"$@"

0 comments on commit 449d34a

Please sign in to comment.