[Lldb-commits] [PATCH] D89477: [lldb] Port lldb gdb-server to libOption

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 16 02:14:38 PDT 2020


DavidSpickett added inline comments.


================
Comment at: lldb/tools/lldb-server/lldb-gdbserver.cpp:370
+  If no target is selected a startup, the lldb-server can be directed to launch
+  or attach a process by the LLDB client.
+
----------------
`attach a process` -> `attach to a process`

Also maybe it reads better as:
`the lldb-server can be directed by the LLDB client to launch or attach to a process.`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89477/new/

https://reviews.llvm.org/D89477



More information about the lldb-commits mailing list