diff options
| author | Francis Ricci <francisjricci@gmail.com> | 2016-04-25 19:02:05 +0000 |
|---|---|---|
| committer | Francis Ricci <francisjricci@gmail.com> | 2016-04-25 19:02:05 +0000 |
| commit | 86f37ffa6f0aa4d2861fd29d6782838b539b43c0 (patch) | |
| tree | aaf4c75a326a48945c44e6e6b1bf16b70d5e95f9 | |
| parent | d5c369f4600db7f05287f80edca43cc83318a310 (diff) | |
| download | bcm5719-llvm-86f37ffa6f0aa4d2861fd29d6782838b539b43c0.tar.gz bcm5719-llvm-86f37ffa6f0aa4d2861fd29d6782838b539b43c0.zip | |
test commit
llvm-svn: 267443
| -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: |

