Re: [lldb-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged

2017-07-27 Thread Sylvestre Ledru via lldb-dev
Hello, I am experiencing a build issue with clang tools extra that I reported here: https://bugs.llvm.org/show_bug.cgi?id=33970 Does it ring a bell? Thanks S Le 27/07/2017 à 00:41, Hans Wennborg via Release-testers a écrit : > Dear testers, > > 5.0.0-rc1 has just been tagged. > > Please bui

Re: [lldb-dev] Remote debugging - unix socket and/or specific port

2017-07-27 Thread Eugene Zemtsov via lldb-dev
Hi Mark, A quick look at PlatformPOSIX.cpp, PlatformLinux.cpp and PlatformRemoteGDBServer.cpp shows that Pavel's description of port forwarding situation is still accurate. On Linux currently there is no way to know the port number before LLDB tries actually attach to something. Mentioning of GDB