<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'>Thanks for info. Still, is there a way to force the old behavior on Linux? I am creating a C++ program that does not involve starting command interpreter, and apparently I mess up LLDB state somewhere.  Now, looking at one state machine in a single process is much easier that looking at two interconnected state machines in two different processes.<BR> <BR>I found platform.plugin.linux.use-llgs-for-local setting - does it still work?<BR> <BR>Thanks,<BR>Eugene<br> <BR><div>> Subject: Re: [lldb-dev] LLDB-4.7 always starts server on Linux<br>> From: gclayton@apple.com<br>> Date: Fri, 26 Jun 2015 11:12:29 -0700<br>> CC: lldb-dev@cs.uiuc.edu<br>> To: eugenebi@hotmail.com<br>> <br>> This is the new way forward. Why is it better? Because it will ensure that remote debugging is just as good as local debugging. Otherwise remote debugging is something no one ever plays with and when people use it it doesn't work very well. It also means if something serious goes wrong, it can stop lldb itself from crashing and keeps LLDB out of the signal chain and many other things that can be beneficial when spawning child processes. <br>> <br>> Is there a reason you want the old behavior back?<br>> <br>> Greg<br>> <br>> > On Jun 26, 2015, at 9:55 AM, Eugene Birukov <eugenebi@hotmail.com> wrote:<br>> > <br>> > Hi,<br>> >  <br>> > When I run lldb-4.6 that I apt-get on my Ubuntu 14.04 box, it runs as a single process directly monitoring the target. When I run lldb-4.7 that I built from sources, it starts lldb-server.  Is this a legitimate policy change or I miss some configuration option? I mean, is it possible to run lldb-4.7 as a single process - the way 4.6 does?<br>> >  <br>> > Thanks,<br>> > Eugene<br>> > _______________________________________________<br>> > lldb-dev mailing list<br>> > lldb-dev@cs.uiuc.edu<br>> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev<br>> <br></div>                                    </div></body>
</html>