Lines Matching refs:error_string
236 std::string &error_string) {
249 error_string.append("could not find script class: ");
250 error_string.append(python_class_name);
258 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); },
260 error_string.append(E.message());
269 error_string.assign("wrong number of arguments in __init__, should be 2 "
278 std::string &error_string, const lldb::ThreadPlanSP &thread_plan_sp) {
291 error_string.append("could not find script class: ");
292 error_string.append(python_class_name);
302 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); },
304 error_string.append(E.message());
313 error_string.assign(
321 error_string.assign("wrong number of arguments in __init__, should be 2 or "