<div dir="ltr">The trick is that you need to start the process from the command line, via the -o "process launch" argument.<div><br></div><div>pl</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 March 2015 at 17:41, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Works fine for me on Mac:<br>
<br>
% lldb a.out<br>
(lldb) target create "a.out"<br>
Current executable set to 'a.out' (x86_64).<br>
(lldb) process launch<br>
Process 22983 launched: '/private/tmp/a.out' (x86_64)<br>
carp<br>
Read: carp<br>
Process 22983 exited with status = 0 (0x00000000)<br>
(lldb)<br>
<div class="HOEnZb"><div class="h5"><br>
> On Mar 10, 2015, at 3:42 AM, Pavel Labath <<a href="mailto:labath@google.com">labath@google.com</a>> wrote:<br>
><br>
> std::cout << "Read: " << s << std::endl;<br>
><br>
> }<br>
><br>
><br>
<br>
</div></div></blockquote></div><br></div>