Is there any equivalent of GDB's 'detach' command in LLDB?
Asked
Active
Viewed 2,017 times
1 Answers
13
process detach
I got this from this list of lldb aliases.

trojanfoe
- 120,358
- 21
- 212
- 242
-
2Thank you, @trojanfoe! One more useful table of GDB commands with the LLDB counterparts [http://lldb.llvm.org/lldb-gdb.html](http://lldb.llvm.org/lldb-gdb.html) – Alexey Golikov Nov 13 '12 at 13:23