Thanks for the verification Eugene.

I guess for the short term I am going to look at hacking the source to
force the use of a specific port - this might get us around the blocking
issue.


>Date: Thu, 27 Jul 2017 19:22:46 -0700
>From: Eugene Zemtsov via lldb-dev <[email protected]>
>To: Mark Nelson <[email protected]>
>Cc: [email protected]
>Subject: Re: [lldb-dev] Remote debugging - unix socket and/or specific port
>
>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 server protocol shouldn't confuse you, it's just a name
>of a text protocol LLDB client uses to talk to LLDB server [1]. LLDB tries
>to be compatible with GDB in this aspect.
>
>
>[1] https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html


------------------------------------------------------------------------------

Mark Nelson – [email protected] - http://marknelson.us
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to