Re: [lldb-dev] Help needed regarding LLDB/MI

2016-03-19 Thread RISHABH GUPTA via lldb-dev
On Wed, Mar 16, 2016 at 10:41 PM, Greg Clayton wrote: > > > On Mar 11, 2016, at 9:30 AM, RISHABH GUPTA via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > Hello all, > > > > I have started using LLDB/MI but there are some commands that are not > working .I start the MI in terminal as "lldb-m

Re: [lldb-dev] Help needed regarding LLDB/MI

2016-03-19 Thread Ted Woodward via lldb-dev
Hi Rishabh, It looks like you’re trying to use lldb commands when running lldb-mi. lldb-mi is the gdb-mi command layer on top of lldb, primarily used by tools like Eclipse to talk to lldb or gdb using a similar command set. These commands are documented here: https://sourceware.org/gdb/onlin

Re: [lldb-dev] Help needed regarding LLDB/MI

2016-03-19 Thread RISHABH GUPTA via lldb-dev
On Wed, Mar 16, 2016 at 10:13 PM, Ted Woodward wrote: > Hi Rishabh, > > > Hi Ted, > It looks like you’re trying to use lldb commands when running lldb-mi. > lldb-mi is the gdb-mi command layer on top of lldb, primarily used by tools > like Eclipse to talk to lldb or gdb using a similar command s

Re: [lldb-dev] Help needed regarding LLDB/MI

2016-03-19 Thread Jim Ingham via lldb-dev
Please file bugs where the lldb implementation of the MI doesn't support features documented in the GDB MI documentation. Jim > On Mar 16, 2016, at 11:01 AM, RISHABH GUPTA via lldb-dev > wrote: > > 2.-var-update command ,In GDB/MI "-var-update *" works fine but the same > command in LLDB/MI

Re: [lldb-dev] Help needed regarding LLDB/MI

2016-03-18 Thread Greg Clayton via lldb-dev
> On Mar 11, 2016, at 9:30 AM, RISHABH GUPTA via lldb-dev > wrote: > > Hello all, > > I have started using LLDB/MI but there are some commands that are not working > .I start the MI in terminal as "lldb-mi-3.6 --interpreter" and then launch > the application that I want to debug but command