[lldb-dev] lldb-platform --listen
Greg Clayton
gclayton at apple.com
Wed Jan 7 09:43:44 PST 2015
I personally would rather not change this, everything else (lldb-gdbserver, debugserver, the GDB version of gdbserver) already accepts arguments or options as host:port.
I would be interested in hearing everyone's opinion on the matter to make sure I am not alone.
Greg
> On Jan 6, 2015, at 5:43 PM, Vince Harron <vharron at google.com> wrote:
>
> IIUC, lldb-platform's --listen parameter works like this
>
> lldb-platform --listen <remote-host>:<local-port>
>
> Usually, host:port notation indicates a host:port pair on the same interface. Mixing local and remote like this is very strange to me.
>
> I would prefer something more like
>
> lldb-platform --listen <local-port> --allow <remote-host>
>
> if they want host/ip restrictions
>
> I can make these changes if everyone agrees.
>
> --
>
> Vince Harron | Technical Lead Manager | vharron at google.com | 858-442-0868
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list