[lldb-dev] SBProcess::Detach kills target

Eugene Birukov via lldb-dev lldb-dev at lists.llvm.org
Fri Mar 25 15:35:46 PDT 2016


Hi,
Is this expected behavior or am I doing something wrong?
I am running my C++ program that uses LLDB API on Linux Ubuntu 15.10.
If I attach to already running process then SBProcess::Detach() behaves as expected - my debugger quits and the target keeps running. But if the target was launched by my debugger, then detach just kills it. Is there any way to leave the target running?
Thanks,Eugene 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160325/f6cd9b44/attachment.html>


More information about the lldb-dev mailing list