git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@267443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Francis Ricci 2016-04-25 19:02:05 +00:00
Родитель e453083401
Коммит d0cf30fa26
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: