Lines Matching refs:error_string
210 std::string &error_string) {
223 error_string.append("could not find script class: ");
224 error_string.append(python_class_name);
234 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); },
236 error_string.append(E.message());
245 error_string.assign("wrong number of arguments in __init__, should be 2 "
254 std::string &error_string) {
267 error_string.append("could not find script class: ");
268 error_string.append(python_class_name);
276 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); },
278 error_string.append(E.message());
286 error_string.assign("wrong number of arguments in __init__, should be 2 "
294 std::string &error_string, const lldb::ThreadPlanSP &thread_plan_sp) {
307 error_string.append("could not find script class: ");
308 error_string.append(python_class_name);
318 [&](PythonException &E) { error_string.append(E.ReadBacktrace()); },
320 error_string.append(E.message());
329 error_string.assign(
337 error_string.assign("wrong number of arguments in __init__, should be 2 or "