Meta: Correct kaddr2line example in serenity.sh

This commit is contained in:
Space Meyer 2024-04-08 02:29:00 +02:00 committed by Andrew Kaster
parent 50911e6f96
commit 8050ef24a6

View file

@ -54,7 +54,7 @@ Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...]
Runs the Lagom-built js(1) REPL
$NAME test lagom
Runs the unit tests on the build host
$NAME kaddr2line x86_64 0x12345678
$NAME kaddr2line x86_64 GNU 0x12345678
Resolves the address 0x12345678 in the Kernel binary
$NAME addr2line x86_64 WindowServer 0x12345678
Resolves the address 0x12345678 in the WindowServer binary