6

Is there any equivalent of GDB's 'detach' command in LLDB?

Alexey Golikov
  • 652
  • 8
  • 19

1 Answers1

13
process detach

I got this from this list of lldb aliases.

trojanfoe
  • 120,358
  • 21
  • 212
  • 242
  • 2
    Thank 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