Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp106 PythonExceptionState bt_error_state(false); in Format() local
112 if (!bt_error_state.IsError()) { in Format()
118 PythonString bt_error = bt_error_state.GetValue().Str(); in Format()