[lldb-dev] -o "process launch" and stdio forwarding
Greg Clayton
gclayton at apple.com
Tue Mar 10 10:41:16 PDT 2015
Works fine for me on Mac:
% lldb a.out
(lldb) target create "a.out"
Current executable set to 'a.out' (x86_64).
(lldb) process launch
Process 22983 launched: '/private/tmp/a.out' (x86_64)
carp
Read: carp
Process 22983 exited with status = 0 (0x00000000)
(lldb)
> On Mar 10, 2015, at 3:42 AM, Pavel Labath <labath at google.com> wrote:
>
> std::cout << "Read: " << s << std::endl;
>
> }
>
>
More information about the lldb-dev
mailing list