<p dir="ltr">Hi,</p>
<p dir="ltr">we are currently trying work around some issues with rapid suspend/resume. We essentially setup a thread in the inferior with which we communicate via TCP to get informed of events such as thread start/stop without having to set breakpoints and stopping the inferior.</p>
<p dir="ltr">Eventually we need to associate the native threads with the SBThread we get from LLDB's API. SBThread has an id and an index, but those don't seem to map to anything on the inferior side (e.g. the pthread id of the thread).</p>
<p dir="ltr">Is there a way to perform this association?</p>
<p dir="ltr">Thanks,<br>
Mario</p>