1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

Meta: Enable asm-view symbol demangling in the gdb kernel debug script

This makes sure that symbol names are demangled in the assembly view.
This commit is contained in:
Idan Horowitz 2023-04-01 22:37:52 +03:00
parent b8437a03e7
commit 8da31764b9

View file

@ -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" \