Home
last modified time | relevance | path

Searched refs:AsCString (Results 1 – 25 of 222) sorted by relevance

123456789

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp89 allocate_error.AsCString()); in MakeAllocation()
126 m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
127 write_error.AsCString()); in MakeAllocation()
146 deallocate_error.AsCString()); in DestroyAllocation()
161 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
190 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
191 write_error.AsCString()); in Materialize()
196 m_persistent_variable_sp->GetName().AsCString()); in Materialize()
213 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize()
241 read_error.AsCString()); in Dematerialize()
[all …]
H A DLLVMUserExpression.cpp126 interpreter_error.AsCString()); in DoExecute()
277 dematerialize_error.AsCString("unknown error")); in FinalizeJITExecution()
326 alloc_error.AsCString()); in PrepareToExecuteJITExpression()
351 alloc_error.AsCString()); in PrepareToExecuteJITExpression()
364 materialize_error.AsCString()); in PrepareToExecuteJITExpression()
H A DREPL.cpp383 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete()
423 if (error.AsCString()) in IOHandlerInputComplete()
424 error_sp->Printf("error: %s\n", error.AsCString()); in IOHandlerInputComplete()
429 error.AsCString()); in IOHandlerInputComplete()
434 error.AsCString()); in IOHandlerInputComplete()
439 error.AsCString()); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp96 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
104 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
172 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue()
173 new_parent_type_name.AsCString()); in UpdateValue()
183 GetName().AsCString()); in UpdateValue()
205 GetName().AsCString()); in UpdateValue()
216 GetName().AsCString()); in UpdateValue()
224 GetName().AsCString()); in UpdateValue()
243 GetName().AsCString(), idx); in GetChildAtIndex()
262 GetName().AsCString(), idx); in GetChildAtIndex()
[all …]
H A DAddressResolverFileLine.cpp62 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
78 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp306 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
307 module_spec.GetFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
308 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
309 module_spec.GetPlatformFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
310 module_spec.GetSymbolFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
311 module_spec.GetSymbolFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
391 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
392 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
422 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
423 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp99 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
177 error.AsCString()); in ModuleLock()
197 JoinPath(module_spec_dir, target_file.GetFilename().AsCString()); in Put()
211 module_file_path.GetPath().c_str(), error.AsCString()); in Put()
230 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
246 module_file_path.GetPath().c_str(), error.AsCString()); in Get()
286 error.AsCString()); in GetAndPut()
299 return Status("Failed to download module: %s", error.AsCString()); in GetAndPut()
305 return Status("Failed to put module into cache: %s", error.AsCString()); in GetAndPut()
[all …]
H A DThreadPlanStepInRange.cpp97 s->Printf(" failed (%s)", m_status.AsCString()); in GetDescription()
114 const char *step_into_target = m_step_into_target.AsCString(); in GetDescription()
116 s->Printf(" targeting %s", m_step_into_target.AsCString()); in GetDescription()
386 step_in_range_plan->m_step_into_target.AsCString(); in DefaultShouldStopHereCallback()
387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback()
398 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback()
399 step_in_range_plan->m_step_into_target.AsCString()); in DefaultShouldStopHereCallback()
H A DStackFrame.cpp738 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
809 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
827 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
849 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
864 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
873 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
881 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
894 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
911 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
923 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp89 std::string dsym_filename = filename.AsCString(); in LookForDsymNextToExecutablePath()
101 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath()
112 std::string binary_name(filename.AsCString()); in LookForDsymNextToExecutablePath()
130 std::string dsym_yaa_filename = filename.AsCString(); in LookForDsymNextToExecutablePath()
192 const char *fn = parent_dirs.GetFilename().AsCString(); in LocateDSYMInVincinityOfExecutable()
220 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
244 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
272 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"))); in LocateExecutableSymbolFile()
284 FileSpec file_spec(file_dir.AsCString(".")); in LocateExecutableSymbolFile()
350 files.push_back(dirname + file_dir.AsCString() + "/" + in LocateExecutableSymbolFile()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp104 temp_file_spec.GetPath().c_str(), error.AsCString()); in save_socket_id_to_file()
290 fprintf(stderr, "failed to create acceptor: %s", error.AsCString()); in main_platform()
296 printf("failed to listen: %s\n", error.AsCString()); in main_platform()
304 socket_file.GetPath().c_str(), error.AsCString()); in main_platform()
324 WithColor::error() << error.AsCString() << '\n'; in main_platform()
364 fprintf(stderr, "failed to start gdbserver: %s\n", error.AsCString()); in main_platform()
377 WithColor::error() << error.AsCString() << '\n'; in main_platform()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp211 status.AsCString()); in DoLoadImage()
223 status.AsCString()); in DoLoadImage()
252 status.AsCString()); in DoLoadImage()
264 status.AsCString()); in DoLoadImage()
281 status.AsCString()); in DoLoadImage()
298 status.AsCString()); in DoLoadImage()
310 status.AsCString()); in DoLoadImage()
320 status.AsCString()); in DoLoadImage()
384 status.AsCString()); in DoLoadImage()
395 status.AsCString()); in DoLoadImage()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp59 cstr = m_opaque_ptr->GetName().AsCString(); in GetName()
69 cstr = m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName()
79 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
100 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription()
103 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
H A DSBThreadPlan.cpp244 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange()
284 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange()
320 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut()
353 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress()
384 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
408 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
H A DSBEnvironment.cpp54 return ConstString(entry->second).AsCString(""); in Get()
63 .AsCString(""); in GetNameAtIndex()
72 .AsCString(""); in GetValueAtIndex()
H A DSBSymbol.cpp58 name = m_opaque_ptr->GetName().AsCString(); in GetName()
68 name = m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName()
78 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedInterface.h50 llvm::Twine(error.AsCString()) + in CheckStructuredDataObject()
60 llvm::Twine(error.AsCString()) + llvm::Twine(").")) in CheckStructuredDataObject()
66 return ErrorWithMessage<bool>(caller, error.AsCString(), error); in CheckStructuredDataObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp328 error.AsCString()); in StartSync()
332 return Status("Sync failed: %s", error.AsCString()); in StartSync()
356 error.AsCString()); in internalShell()
479 return Status("Failed to send file chunk: %s", error.AsCString()); in internalPushFile()
491 return Status("Failed to read DONE response: %s", error.AsCString()); in internalPushFile()
496 return Status("Failed to read DONE error message: %s", error.AsCString()); in internalPushFile()
515 return Status("Failed to send request: %s", error.AsCString()); in internalStat()
523 return Status("Failed to read response: %s", error.AsCString()); in internalStat()
638 return Status("Failed to read pull error message: %s", error.AsCString()); in PullFileChunk()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp82 m_function_return_type.GetTypeName().AsCString("")); in CompileFunction()
133 .AsCString(""); in CompileFunction()
138 type_name = clang_qual_type.GetTypeName().AsCString(""); in CompileFunction()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSettings.cpp201 result.AppendError(error.AsCString()); in DoExecute()
229 result.AppendError(error.AsCString()); in DoExecute()
287 result.AppendError(error.AsCString()); in DoExecute()
402 result.AppendError(error.AsCString()); in DoExecute()
638 result.AppendError(error.AsCString()); in DoExecute()
732 result.AppendError(error.AsCString()); in DoExecute()
831 result.AppendError(error.AsCString()); in DoExecute()
927 result.AppendError(error.AsCString()); in DoExecute()
1014 result.AppendError(error.AsCString()); in DoExecute()
1121 result.AppendError(error.AsCString()); in DoExecute()
H A DCommandObjectPlatform.cpp184 result.AppendError(error.AsCString()); in DoExecute()
298 result.AppendError(error.AsCString()); in DoExecute()
301 result.AppendErrorWithFormat("%s\n", error.AsCString()); in DoExecute()
358 result.AppendErrorWithFormat("%s", error.AsCString()); in DoExecute()
448 result.AppendError(error.AsCString()); in DoExecute()
512 result.AppendError(error.AsCString()); in DoExecute()
562 result.AppendError(error.AsCString()); in DoExecute()
609 result.AppendError(error.AsCString()); in DoExecute()
704 result.AppendError(error.AsCString()); in DoExecute()
862 error.AsCString()); in DoExecute()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp77 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString()
115 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString()
151 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp656 utility_error.AsCString()); in MakeLoadImageUtilityFunction()
724 utility_error.AsCString()); in DoLoadImage()
738 utility_error.AsCString()); in DoLoadImage()
751 utility_error.AsCString()); in DoLoadImage()
800 utility_error.AsCString()); in DoLoadImage()
816 utility_error.AsCString()); in DoLoadImage()
829 utility_error.AsCString()); in DoLoadImage()
906 utility_error.AsCString()); in DoLoadImage()
931 utility_error.AsCString()); in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp66 llvm::Twine(error.AsCString()) + llvm::Twine(").")) in ListProcesses()
84 llvm::Twine(error.AsCString()) + llvm::Twine(").")) in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp144 __FUNCTION__, uint64_t(i), err.AsCString()); in GetArgsX86()
217 __FUNCTION__, uint64_t(i), err.AsCString("n/a")); in GetArgsX86_64()
261 __FUNCTION__, uint64_t(i), err.AsCString("n/a")); in GetArgsArm()
337 __FUNCTION__, uint64_t(i), err.AsCString("n/a")); in GetArgsMipsel()
384 __FUNCTION__, uint64_t(i), err.AsCString("n/a")); in GetArgsMips64el()
480 name.AsCString(), offset); in SkipPrologue()
810 std::string kernel_name_expanded(m_kernel_name.AsCString()); in SearchCallback()
922 k.m_name.AsCString()); in SearchCallback()
930 k.m_name.AsCString()); in SearchCallback()
936 sym->GetName().AsCString()); in SearchCallback()
[all …]

123456789