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:
parent
b8437a03e7
commit
8da31764b9
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue