Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp39 std::string error_string; in CreatePluginObject() local
49 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp39 std::string error_string; in CreatePluginObject() local
51 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp41 std::string error_string; in CreatePluginObject() local
51 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
H A DSWIGPythonBridge.h103 std::string &error_string);
138 const StructuredDataImpl &args_data, std::string &error_string,
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-wrapper.swig236 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()); },
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dsymbols.c507 register const char *error_string; in symbol_table_insert() local
514 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert()
516 if (error_string != NULL) in symbol_table_insert()
518 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
522 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP))) in symbol_table_insert()
525 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c488 register const char *error_string; in symbol_table_insert() local
495 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert()
497 if (error_string != NULL) in symbol_table_insert()
499 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
503 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP))) in symbol_table_insert()
506 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c130 const char *error_string; in tag_insert() local
132 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP))) in tag_insert()
134 name, error_string); in tag_insert()
H A Dtc-ia64.c11877 const char *error_string; in dot_alias() local
11960 error_string = hash_jam (ahash, alias, (PTR) h); in dot_alias()
11961 if (error_string) in dot_alias()
11964 alias, kind, error_string); in dot_alias()
11968 error_string = hash_jam (nhash, name, (PTR) alias); in dot_alias()
11969 if (error_string) in dot_alias()
11972 alias, kind, error_string); in dot_alias()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp264 std::string error_string; in GetRunnableInfo() local
284 .setErrorStr(&error_string) in GetRunnableInfo()
305 error_string.c_str()); in GetRunnableInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2544 const char *error_string = error.AsCString(); in LaunchPrivate() local
2545 if (error_string == nullptr) in LaunchPrivate()
2546 error_string = "launch failed"; in LaunchPrivate()
2547 SetExitStatus(-1, error_string); in LaunchPrivate()
2890 const char *error_string = error.AsCString(); in Attach() local
2891 if (error_string == nullptr) in Attach()
2892 error_string = "attach failed"; in Attach()
2894 SetExitStatus(-1, error_string); in Attach()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c162 const char *error_string; local
164 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
167 name, error_string);
H A Dtc-ia64.c10970 const char *error_string; in dot_alias() local
11052 error_string = hash_jam (ahash, alias, (PTR) h); in dot_alias()
11053 if (error_string) in dot_alias()
11056 alias, kind, error_string); in dot_alias()
11060 error_string = hash_jam (nhash, name, (PTR) alias); in dot_alias()
11061 if (error_string) in dot_alias()
11064 alias, kind, error_string); in dot_alias()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1616 std::string error_string; in GetMemoryRegionInfo() local
1618 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo()
1619 error.SetErrorString(error_string.c_str()); in GetMemoryRegionInfo()
H A DProcessGDBRemote.cpp3178 const char *error_string = error.AsCString(); in EstablishConnectionIfNeeded() local
3179 if (error_string == nullptr) in EstablishConnectionIfNeeded()
3180 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()