[lldb-dev] Continuing from a breakpoint with multiple threads

Adrian McCarthy amccarth at google.com
Tue Jun 2 07:37:33 PDT 2015


Thanks, all, for all the information and advice.

We've got it working in Windows now by removing the SetResumeState call
from WillResume in the Windows-specific Thread implementation.

POSIX/Linux isn't in my wheelhouse, so I'll leave that for others.

On Tue, Jun 2, 2015 at 2:53 AM, Pavel Labath <labath at google.com> wrote:

> On 2 June 2015 at 00:53, Jim Ingham <jingham at apple.com> wrote:
> > Anyway, try taking that out and see if things go better.  It would also
> be interesting to see what goes wrong if you take that out on the
> POSIXThread side.
>
> These calls in POSIXThread are only used for linux local-only
> debugging, which noone tests right now, as the remote path is quite
> stable. We would like to yank this code out completely in due time.
>
> cheers,
> pl
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150602/a074bc8b/attachment.html>


More information about the lldb-dev mailing list