[Bug 23169] New: logging in "lldb-server platform --server" does not work

Bug ID 23169
Summary logging in “lldb-server platform --server” does not work
Product lldb
Version unspecified
Hardware PC
OS Linux
Status ASSIGNED
Severity normal
Priority P
Component All Bugs
Assignee labath@google.com
Reporter labath@google.com
CC lldb-dev@cs.uiuc.edu
Classification Unclassified

The platform now does a fork() for every connection, but the logging
infrastructure is not aware of that, which means the logs from individual
processes get all mashed up.

Since the long-term idea for the platform is to handle each connection in a
separate thread (instead of a process) I think we should bump the priority of
that and then this issue will go away, since lldb knows how to do thread-safe
logging.