jingham added a subscriber: apolyakov.
jingham added a comment.

It looks like lots of options to debugserver were added without also adding 
them to the --help output.  Probably because there are so few clients they 
already know the options (the same person added & used them...)  But if you 
look at the actual options in debugserver.cpp, you will see:

  {"unix-socket", required_argument, NULL,
   'u'}, // If we need to handshake with our parent process, an option will be
         // passed down that specifies a unix socket name to use
  {"fd", required_argument, NULL,
   '2'}, // A file descriptor was passed to this process when spawned that
         // is already open and ready for communication
  {"named-pipe", required_argument, NULL, 'P'},
  {"reverse-connect", no_argument, NULL, 'R'},

Will one of those serve your purpose?

Jim


Repository:
  rL LLVM

https://reviews.llvm.org/D49739



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to