[lldb-dev] Help needed regarding LLDB/MI

2016-03-20 Thread RISHABH GUPTA via lldb-dev
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 commands like "n" ,"list","continue" ,"step" are not working.There is this error message tha

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
Collaborative Project From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of RISHABH GUPTA via lldb-dev Sent: Friday, March 11, 2016 11:30 AM To: lldb-dev@lists.llvm.org Subject: [lldb-dev] Help needed regarding LLDB/MI Hello all, I have started using LLDB/MI but there are some commands

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

2016-03-19 Thread RISHABH GUPTA via lldb-dev
Innovation Center, Inc. > > The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > Linux Foundation Collaborative Project > > > > *From:* lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] *On Behalf Of > *RISHABH > GUPTA via lldb-dev > *Se

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