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()
299 StructuredData::ObjectSP InstrumentationRuntimeTSan::RetrieveReportData( in RetrieveReportData()
492 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
585 addr_t InstrumentationRuntimeTSan::GetFirstNonInternalFramePc( in GetFirstNonInternalFramePc()
615 InstrumentationRuntimeTSan::GenerateSummary(StructuredData::ObjectSP report) { in GenerateSummary()
698 addr_t InstrumentationRuntimeTSan::GetMainRacyAddress( in GetMainRacyAddress()
714 std::string InstrumentationRuntimeTSan::GetLocationDescription( in GetLocationDescription()
794 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit()
801 InstrumentationRuntimeTSan *const instance = in NotifyBreakpointHit()
802 static_cast<InstrumentationRuntimeTSan *>(baton); in NotifyBreakpointHit()
879 InstrumentationRuntimeTSan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
884 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
892 void InstrumentationRuntimeTSan::Activate() { in Activate()
923 breakpoint->SetCallback(InstrumentationRuntimeTSan::NotifyBreakpointHit, this, in Activate()
931 void InstrumentationRuntimeTSan::Deactivate() { in Deactivate()
1052 InstrumentationRuntimeTSan::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()