[Lldb-commits] [PATCH][Review Request] Adding IsStopped to Python Thread API
Greg Clayton
gclayton at apple.com
Mon Apr 15 15:22:17 PDT 2013
Looks fine to me.
On Apr 15, 2013, at 3:03 PM, "Kaylor, Andrew" <andrew.kaylor at intel.com> wrote:
> Hi,
>
> In order to add some improved tests for various multi-threaded debugging scenarios, I need an API to check to see whether or not a given thread is stopped. The attached patch adds that.
>
> I considered just adding a function to return the thread state (which would avoid the ambiguity about exited/unloaded threads), but this seemed more consistent with the existing API. I’m open to doing it the other way if that seems better.
>
> Thanks in advance for any feedback.
>
> -Andy
>
> <thread-stopped.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list