Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1015 const char *PythonException::toCString() const { in toCString() function in PythonException
1041 LLDB_LOGF(log, "%s failed with exception: %s", caller, toCString()); in PythonException()
1043 LLDB_LOGF(log, "python exception: %s", toCString()); in PythonException()
1049 PyErr_SetString(PyExc_Exception, toCString()); in Restore()
1061 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()
1087 return toCString(); in ReadBacktrace()
1097 std::string(toCString()) + "\n" + in ReadBacktrace()
DPythonDataObjects.h665 const char *toCString() const;