Hi, 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_....)).
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 . Thank you. -- Oleksiy Vyalov | Software Engineer | ovya...@google.com
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev