Lines Matching refs:InstrumentationRuntimeTSan
38 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument
41 InstrumentationRuntimeTSan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
45 void InstrumentationRuntimeTSan::Initialize() { in Initialize()
51 void InstrumentationRuntimeTSan::Terminate() { in Terminate()
55 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
59 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()
300 StructuredData::ObjectSP InstrumentationRuntimeTSan::RetrieveReportData( in RetrieveReportData()
489 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
582 addr_t InstrumentationRuntimeTSan::GetFirstNonInternalFramePc( in GetFirstNonInternalFramePc()
611 InstrumentationRuntimeTSan::GenerateSummary(StructuredData::ObjectSP report) { in GenerateSummary()
697 addr_t InstrumentationRuntimeTSan::GetMainRacyAddress( in GetMainRacyAddress()
713 std::string InstrumentationRuntimeTSan::GetLocationDescription( in GetLocationDescription()
793 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit()
800 InstrumentationRuntimeTSan *const instance = in NotifyBreakpointHit()
801 static_cast<InstrumentationRuntimeTSan *>(baton); in NotifyBreakpointHit()
878 InstrumentationRuntimeTSan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
883 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
891 void InstrumentationRuntimeTSan::Activate() { in Activate()
921 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()
929 void InstrumentationRuntimeTSan::Deactivate() { in Deactivate()
1048 InstrumentationRuntimeTSan::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()