Home
last modified time | relevance | path

Searched refs:GetStopReasonExtendedBacktraces (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py94 backtraces = thread.GetStopReasonExtendedBacktraces(
98 backtraces = thread.GetStopReasonExtendedBacktraces(
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i124 …at were involved in a data race or other type of detected issue.") GetStopReasonExtendedBacktraces;
126 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/multiple/
H A DTestTsanMultiple.py72 ).GetStopReasonExtendedBacktraces(lldb.eInstrumentationRuntimeTypeThreadSanitizer)
/llvm-project-15.0.7/lldb/test/API/functionalities/ubsan/basic/
H A DTestUbsanBasic.py64 backtraces = thread.GetStopReasonExtendedBacktraces(
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h78 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces() function in SBThread