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
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
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