Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp160 auto printTB_string = stringIO_getvalue().AsType<PythonString>(); in ReadBacktrace() local
161 if (!printTB_string.IsAllocated()) in ReadBacktrace()
164 llvm::StringRef string_data(printTB_string.GetString()); in ReadBacktrace()