diff options
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/docs/lldb-for-gdb-users.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/lldb-for-gdb-users.txt b/lldb/docs/lldb-for-gdb-users.txt index 216903a55db..d505d639192 100644 --- a/lldb/docs/lldb-for-gdb-users.txt +++ b/lldb/docs/lldb-for-gdb-users.txt @@ -222,7 +222,7 @@ Or you can attach to a process by name with: (lldb) process attach -n Sketch -the "attach by name" also supports the "-w" option which waits for the +The "attach by name" also supports the "-w" option which waits for the next process of that name to show up, and attaches to that. You can also attach by PID: |

