<div dir="ltr">I see. My mistake was that I hadn't realized how to grab non gdb-remote logging (e.g., lldb channel)  that is coming from gdbserver - since now it's clear to me how to get lldb log output from gdbserver, such log separation is logical.<div><br></div><div>Thank you.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 5, 2014 at 5:56 PM, 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">ProcessGDBRemoteLog::GetLogIfAllCategoriesSet() is for logging specific the GDB remote plug-in used with:<br>
<br>
(lldb) log enable gdb-remote ...<br>
<br>
GetLogIfAnyCategoriesSet(...) is used when doing generic LLDB logging:<br>
<br>
(lldb) log enable lldb process ...<br>
<br>
So use the latter for generic process plug-in logging (like launching, attaching, etc). Then for packet stuff or other things specify only to the GDB remote part in the former.<br>
<br>
Greg<br>
<div><div class="h5"><br>
> On Nov 5, 2014, at 5:30 PM, Oleksiy Vyalov <<a href="mailto:ovyalov@google.com">ovyalov@google.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I was looking into source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp in order to improve logging for some corner cases - for example, attach to process failure. And got confused by logging style mixture - sometimes gdb-remote channel logging is used (via ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_,...)) or more often lldb channel is utilized (GetLogIfAnyCategoriesSet(LIBLLDB_LOG_....)).<br>
><br>
> Does it make sense to log everything within source/Plugins/Process/gdb-remote to gdb-remote channel only? As I can see lldb-gdbserver (cannot say for OSX debugserver and lldb-platform) allows to save log output as a file only for gdb-remote channel and lldb channel has no chance to be saved anywhere .<br>
><br>
> Thank you.<br>
><br>
> --<br>
> Oleksiy Vyalov | Software Engineer | <a href="mailto:ovyalov@google.com">ovyalov@google.com</a><br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(85,85,85);font-family:sans-serif;line-height:20px;background-color:rgb(255,255,255);border-width:2px 0px 0px;border-style:solid;border-color:rgb(213,15,37);padding-top:2px;margin-top:2px">Oleksiy Vyalov |</span><span style="color:rgb(85,85,85);font-family:sans-serif;line-height:20px;background-color:rgb(255,255,255);border-width:2px 0px 0px;border-style:solid;border-color:rgb(51,105,232);padding-top:2px;margin-top:2px"> Software Engineer |</span><span style="color:rgb(85,85,85);font-family:sans-serif;line-height:20px;background-color:rgb(255,255,255);border-width:2px 0px 0px;border-style:solid;border-color:rgb(0,153,57);padding-top:2px;margin-top:2px"> <a href="mailto:ovyalov@google.com" target="_blank">ovyalov<font color="#1155cc">@google.com</font></a></span></div></div>
</div>