Meta: Correct kaddr2line example in serenity.sh
This commit is contained in:
parent
50911e6f96
commit
8050ef24a6
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/HerrSpace Commit: https://github.com/SerenityOS/serenity/commit/8050ef24a6 Pull-request: https://github.com/SerenityOS/serenity/pull/23911 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/LucasChollet
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue