Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-29 Thread Greg Clayton via lldb-dev
Great! Please let us know what works for you and any features you might want out of LLDB's remote debugging as you use it day to day. Greg Clayton > On Nov 29, 2017, at 12:57 AM, Lior Halphon wrote: > > Thank you all very much! The script lines (especially "script > m.SetPlatformFileSpec("/bi

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Greg Clayton via lldb-dev
svn commit remote.html Sendingremote.html Transmitting file data .done Committing transaction... Committed revision 319213. Please read through these changes at: http://lldb.llvm.org/remote.html and see if there are any mistakes or need for clarificati

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Jim Ingham via lldb-dev
Thanks! Jim > On Nov 28, 2017, at 11:16 AM, Greg Clayton wrote: > > I will update the remote.html web page with any info that is missing! I was > about to go write the web page... Didn't realize we had one. > >> On Nov 28, 2017, at 11:08 AM, Jim Ingham wrote: >> >> Hey, Greg, >> >> If you

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Greg Clayton via lldb-dev
I will update the remote.html web page with any info that is missing! I was about to go write the web page... Didn't realize we had one. > On Nov 28, 2017, at 11:08 AM, Jim Ingham wrote: > > Hey, Greg, > > If you have a moment, could you add what isn't already there of this useful > info to h

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Jim Ingham via lldb-dev
Hey, Greg, If you have a moment, could you add what isn't already there of this useful info to http://lldb.llvm.org/remote.html? The correct answer to this question should be "read http://lldb.llvm.org/remote.html"; but that doesn't seem as immediately useful as your description. Jim > On N

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Greg Clayton via lldb-dev
lldb-server can be launched in two ways: 1 - platform connection mode 2 - debug a single process mode LLDB has two ways to connect to a remote process: 1 - you launch the GDB server yourself and attach to it 2 - you launch lldb-server in platform mode, connect to the platform, and then just debug

Re: [lldb-dev] [llvm-dev] Remotely launching a new process with LLDB

2017-11-28 Thread Adrian Prantl via lldb-dev
I would recommend asking this on the lldb mailing list instead. -- adrian > On Nov 26, 2017, at 8:30 AM, Lior Halphon via llvm-dev > wrote: > > I'm trying to remotely launch and debug a new process with lldb without much > success. > > Attaching to an already launched process works well by r