<div dir="ltr"><div>Using lldb 3.8.0, what enables logging output from the daughter "gdbserver" process, e.g. with a tree of processes like this:</div><div><br></div><div>\_ /bin/bash</div><div>  \_ ./lldb-server platform --listen *:1234 --log-file test.log --log-channels lldb all:gdb-remote all</div><div>     \_ ./lldb-server gdbserver <a href="http://127.0.0.1:0">127.0.0.1:0</a> --native-regs --pipe 7</div><div><div>        \_ ./simple_x86</div></div><div><br></div><div>generated by these lldb commands:</div><div><br></div><div><div>(lldb) platform select remote-linux</div></div><div><div>(lldb) platform connect connect://localhost:1234</div></div><div><div>(lldb) target create simple_x86</div></div><div><div>(lldb) process launch -s</div><div><br></div><div>what I want to see is the lldb and gdb-remote logging from the "gdbserver" host but only the "platform" process output is written to the "test.log" file. </div><div><br></div><div>How can I enable logging for the daughter "gdbserver"?</div><div><br></div><div><br></div></div></div>