Re: [lldb-dev] add custom vendor commands

2016-10-18 Thread Giusti, Valentina via lldb-dev
Hi Greg, Thanks a lot for your reply, please find below my answers. > You can install new python commands that can do the job to work out the > details. > > http://lldb.llvm.org/python-reference.html > > See the section named "CREATE A NEW LLDB COMMAND USING A PYTHON > FUNCTION". > > You can b

Re: [lldb-dev] add custom vendor commands

2016-10-18 Thread Greg Clayton via lldb-dev
> On Oct 18, 2016, at 7:48 AM, Giusti, Valentina > wrote: > > Hi Greg, > > Thanks a lot for your reply, please find below my answers. > >> You can install new python commands that can do the job to work out the >> details. >> >> http://lldb.llvm.org/python-reference.html >> >> See the secti

[lldb-dev] lldb-mi stopped after '-target-select remote'

2016-10-18 Thread Chunseok Lee via lldb-dev
I have noticed that lldb-mi stopped after executing "-target-select remote". My execution step is like: - $ lldb-server g --platform=remote-linux "*:1234" $ lldb-mi (gdb) -file-exec-and-symbols /home/twoflower/a.out (gdb) -target-select remote localhost: