Skip to content

Commit

Permalink
Meta: Enable asm-view symbol demangling in the gdb kernel debug script
Browse files Browse the repository at this point in the history
This makes sure that symbol names are demangled in the assembly view.
  • Loading branch information
IdanHo committed Apr 2, 2023
1 parent b8437a0 commit 8da3176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/debug-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exec $SERENITY_KERNEL_DEBUGGER \
-ex "set confirm on" \
-ex "set arch $gdb_arch" \
-ex "set print frame-arguments none" \
-ex "set print asm-demangle on" \
-ex "target remote ${gdb_host}:1234" \
-ex "source $SCRIPT_DIR/serenity_gdb.py" \
-ex "layout asm" \
Expand Down

0 comments on commit 8da3176

Please sign in to comment.