Reapply #100443 and #101770. These were originally reverted due to a test failure and an MSAN failure. I changed the test attribute to restrict to x86 (following the other existing tests). I could not reproduce the test or the MSAN failure and no repo steps were provided.
This commit is contained in:
@@ -1337,6 +1337,8 @@ bool SBThread::SafeToCallFunctions() {
|
||||
return true;
|
||||
}
|
||||
|
||||
lldb::ThreadSP SBThread::GetSP() const { return m_opaque_sp->GetThreadSP(); }
|
||||
|
||||
lldb_private::Thread *SBThread::operator->() {
|
||||
return get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user