mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
Documentation: Update bt(1) man page for symbolication changes
This commit is contained in:
parent
9c2786b872
commit
85dd5b810b
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ $ bt <pid>
|
|||
## Description
|
||||
|
||||
This program is used to inspect the current executable state of a process.
|
||||
It will read the stack of each thread in the process, and symbolize the
|
||||
It will read the stack of each thread in the process, and symbolicate the
|
||||
addresses for each frame in the stack producing a backtrace.
|
||||
|
||||
**NOTE**:
|
||||
|
||||
* Kernel addresses will not be available unless you are super user.
|
||||
|
||||
* If Kernel addresses are available, they will not be symbolized unless the
|
||||
`SymbolServer` service has access to the `/boot/Kernel` file.
|
||||
* If Kernel addresses are available, they will not be symbolicated unless
|
||||
the current user has access to the `/boot/Kernel` file.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue