Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.h40 PythonObject GetTraceback() const;
H A DPythonExceptionState.cpp92 PythonObject PythonExceptionState::GetTraceback() const { return m_traceback; } in GetTraceback() function in PythonExceptionState