Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp918 const char *PythonException::toCString() const { in toCString() function in PythonException
944 LLDB_LOGF(log, "%s failed with exception: %s", caller, toCString()); in PythonException()
946 LLDB_LOGF(log, "python exception: %s", toCString()); in PythonException()
952 PyErr_SetString(PyExc_Exception, toCString()); in Restore()
964 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()
990 return toCString(); in ReadBacktrace()
1000 std::string(toCString()) + "\n" + in ReadBacktrace()
H A DPythonDataObjects.h636 const char *toCString() const;