Re: [lldb-dev] No stopping event during launch(stop_at_entry=True) on Linux?

2016-02-23 Thread Jeffrey.fudan via lldb-dev
Makes sense, will file a bug for it. Sent from my iPad > On Feb 23, 2016, at 5:10 PM, Jim Ingham wrote: > > That also is a bug. If it is going to do a public stop, it has to send a > stop event. > > Jim > >> On Feb 23, 2016, at 2:52 PM, Jeffrey Tan wrote: >> >> I am not sure. From the out

Re: [lldb-dev] How to use the C++ API? No useful documentation?

2016-02-23 Thread Jeffrey.fudan via lldb-dev
This is a very useful read! I am also building a IDE debugger using lldb, and I found the initial attach/launch API and eventing system has a lot quirks. After getting to stopped state, querying info is relative trivial. Thanks again. Sent from my iPad > On Feb 23, 2016, at 2:40 PM, Greg Clayto

Re: [lldb-dev] Understanding debugger launch events sequence

2016-01-29 Thread Jeffrey.fudan via lldb-dev
Great, this is very helpful, will give a try. Btw: is there any threading requirement of lldb API? For example, are all the Apis must be called on the event thread or they are free to be called on any thread? I know windows debug API has some limitation on this. Sent from my iPad > On Jan 29, 2