<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>Is this expected behavior or am I doing something wrong?</div><div><br></div><div>I am running my C++ program that uses LLDB API on Linux Ubuntu 15.10.</div><div><br></div><div>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?</div><div><br></div><div>Thanks,</div><div>Eugene</div> </div></body>
</html>