Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp64 return llvm::make_error<PythonException>(); in As()
378 return llvm::make_error<PythonException>(); in FromUTF8()
1015 const char *PythonException::toCString() const { in toCString()
1021 PythonException::PythonException(const char *caller) { in PythonException() function in PythonException
1045 void PythonException::Restore() { in Restore()
1054 PythonException::~PythonException() { in ~PythonException()
1067 bool PythonException::Matches(PyObject *exc) const { in Matches()
1084 std::string PythonException::ReadBacktrace() const { in ReadBacktrace()
1105 char PythonException::ID = 0;
1222 return llvm::make_error<PythonException>(); in Create()
[all …]
H A DPythonDataObjects.h72 class PythonException; variable
188 return llvm::make_error<PythonException>(s);
658 class PythonException : public llvm::ErrorInfo<PythonException> {
666 PythonException(const char *caller = nullptr);
668 ~PythonException();
700 expected.takeError(), [](PythonException &E) { E.Restore(); },
H A DScriptInterpreterPython.cpp1115 [&](PythonException &E) { in ExecuteOneLineWithReturn()
1238 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) { in ExecuteMultipleLines()
2335 [&](PythonException &E) { in BreakpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig315 [&](PythonException &E) {
381 [&](PythonException &E) {