Skip to content

Commit b2654c1

Browse files
committed
updated binaries-debugging.md
1 parent 2364e3f commit b2654c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ldd "$binary"
124124
Show what runtime libraries the binary is using:
125125

126126
```shell
127-
pldd "$binary"
127+
pldd "pid"
128128
```
129129

130130
Since this often fails to attach to a process:

0 commit comments

Comments
 (0)