Home
last modified time | relevance | path

Searched refs:GetExtendedBacktraceTypeAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i389 extended backtrace methods as a str.") GetExtendedBacktraceTypeAtIndex;
392 GetExtendedBacktraceTypeAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h334 const char *GetExtendedBacktraceTypeAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1161 const char *SBProcess::GetExtendedBacktraceTypeAtIndex(uint32_t idx) { in GetExtendedBacktraceTypeAtIndex() function in SBProcess
1162 LLDB_RECORD_METHOD(const char *, SBProcess, GetExtendedBacktraceTypeAtIndex, in GetExtendedBacktraceTypeAtIndex()
1454 GetExtendedBacktraceTypeAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40745 result = (char *)(arg1)->GetExtendedBacktraceTypeAtIndex(arg2); in _wrap_SBProcess_GetExtendedBacktraceTypeAtIndex()