Skip to content

Commit 8da3176

Browse files
committed
Meta: Enable asm-view symbol demangling in the gdb kernel debug script
This makes sure that symbol names are demangled in the assembly view.
1 parent b8437a0 commit 8da3176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Meta/debug-kernel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ exec $SERENITY_KERNEL_DEBUGGER \
5757
-ex "set confirm on" \
5858
-ex "set arch $gdb_arch" \
5959
-ex "set print frame-arguments none" \
60+
-ex "set print asm-demangle on" \
6061
-ex "target remote ${gdb_host}:1234" \
6162
-ex "source $SCRIPT_DIR/serenity_gdb.py" \
6263
-ex "layout asm" \

0 commit comments

Comments
 (0)