We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8437a0 commit 8da3176Copy full SHA for 8da3176
Meta/debug-kernel.sh
@@ -57,6 +57,7 @@ exec $SERENITY_KERNEL_DEBUGGER \
57
-ex "set confirm on" \
58
-ex "set arch $gdb_arch" \
59
-ex "set print frame-arguments none" \
60
+ -ex "set print asm-demangle on" \
61
-ex "target remote ${gdb_host}:1234" \
62
-ex "source $SCRIPT_DIR/serenity_gdb.py" \
63
-ex "layout asm" \
0 commit comments