Re: [Lldb-commits] [PATCH] Avoid querying thread stop info if the thread hasn't been running

2015-06-22 Thread Greg Clayton
Feel free to use this but enable it only for specific triples where you know this is a valid approach. Try using the target's architecture and if it is android or linux OS, then enable this feature. http://reviews.llvm.org/D10550 EMAIL PREFERENCES

Re: [Lldb-commits] [PATCH] Avoid querying thread stop info if the thread hasn't been running

2015-06-18 Thread Jim Ingham
I thought about this for much the same reason just a little while ago. Turns out OS X, it is possible for us to stop a process, and fetch all the exceptions, but have some thread exception that wasn't quite ready to be delivered to that thread. The next time you let the task run, that

Re: [Lldb-commits] [PATCH] Avoid querying thread stop info if the thread hasn't been running

2015-06-18 Thread Jim Ingham
I thought about this for much the same reason just a little while ago. Turns out OS X, it is possible for us to stop a process, and fetch all the exceptions, but have some thread exception that wasn't quite ready to be delivered to that thread. The next time you let the task run, that

Re: [Lldb-commits] [PATCH] Avoid querying thread stop info if the thread hasn't been running

2015-06-18 Thread Jim Ingham
On Jun 18, 2015, at 3:11 PM, Jim Ingham jing...@apple.com wrote: I thought about this for much the same reason just a little while ago. Turns out OS X, it is possible for us to stop a process, and fetch all the exceptions, but have some thread exception that wasn't quite ready to be