https://llvm.org/bugs/show_bug.cgi?id=23169

            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: lab...@google.com
          Reporter: lab...@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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to