mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Correct gdb example in serenity.sh
This commit is contained in:
parent
7650e657aa
commit
14005f89a6
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/HerrSpace Commit: https://github.com/SerenityOS/serenity/commit/14005f89a6 Pull-request: https://github.com/SerenityOS/serenity/pull/23610 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...]
|
|||
Resolves the address 0x12345678 in the Kernel binary
|
||||
$NAME addr2line x86_64 WindowServer 0x12345678
|
||||
Resolves the address 0x12345678 in the WindowServer binary
|
||||
$NAME gdb x86_64 smp=on -ex 'hb *init'
|
||||
$NAME gdb x86_64 GNU smp=on -ex 'hb *init'
|
||||
Runs the image for the TARGET x86_64 in qemu and attaches a gdb session
|
||||
setting a breakpoint at the init() function in the Kernel.
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue