Searched refs:toCString (Results 1 – 2 of 2) sorted by relevance
899 const char *PythonException::toCString() const { in toCString() function in PythonException925 LLDB_LOGF(log, "%s failed with exception: %s", caller, toCString()); in PythonException()927 LLDB_LOGF(log, "python exception: %s", toCString()); in PythonException()933 PyErr_SetString(PyExc_Exception, toCString()); in Restore()945 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()971 return toCString(); in ReadBacktrace()981 std::string(toCString()) + "\n" + in ReadBacktrace()
666 const char *toCString() const;