Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/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()
358 alloc_error.AsCString()); in PrepareToExecuteJITExpression()
371 materialize_error.AsCString()); in PrepareToExecuteJITExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp83 error.AsCString()); in SaveCore()
88 LLDB_LOGF(log, "AddSystemInfo failed: %s", error.AsCString()); in SaveCore()
94 LLDB_LOGF(log, "AddModuleList failed: %s", error.AsCString()); in SaveCore()
99 LLDB_LOGF(log, "AddMiscInfo failed: %s", error.AsCString()); in SaveCore()
105 LLDB_LOGF(log, "AddThreadList failed: %s", error.AsCString()); in SaveCore()
111 LLDB_LOGF(log, "AddLinuxFileStreams failed: %s", error.AsCString()); in SaveCore()
118 LLDB_LOGF(log, "AddExceptions failed: %s", error.AsCString()); in SaveCore()
126 LLDB_LOGF(log, "AddMemoryList failed: %s", error.AsCString()); in SaveCore()
132 LLDB_LOGF(log, "DumpFile failed: %s", error.AsCString()); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp102 GetName().AsCString(), GetTypeName().AsCString(), in CalculateNumChildren()
115 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren()
183 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue()
184 new_parent_type_name.AsCString()); in UpdateValue()
194 GetName().AsCString()); in UpdateValue()
216 GetName().AsCString()); in UpdateValue()
227 GetName().AsCString()); in UpdateValue()
235 GetName().AsCString()); in UpdateValue()
254 GetName().AsCString(), idx); in GetChildAtIndex()
273 GetName().AsCString(), idx); in GetChildAtIndex()
[all …]
H A DAddressResolverFileLine.cpp59 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
74 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
/freebsd/contrib/llvm-project/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.cpp733 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
804 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
821 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
843 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
858 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
868 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
876 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
889 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
906 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
918 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp103 temp_file_spec.GetPath().c_str(), error.AsCString()); in save_socket_id_to_file()
266 fprintf(stderr, "failed to create acceptor: %s", error.AsCString()); in main_platform()
272 printf("failed to listen: %s\n", error.AsCString()); in main_platform()
280 socket_file.GetPath().c_str(), error.AsCString()); in main_platform()
295 WithColor::error() << error.AsCString() << '\n'; in main_platform()
365 fprintf(stderr, "failed to start gdbserver: %s\n", error.AsCString()); in main_platform()
378 WithColor::error() << error.AsCString() << '\n'; in main_platform()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp59 return m_opaque_ptr->GetName().AsCString(); in GetName()
68 return m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName()
77 return m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
98 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription()
101 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
H A DSBThreadPlan.cpp243 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange()
283 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange()
319 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut()
352 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress()
383 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
407 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 DSBLanguageRuntime.cpp59 return ConstString(lang_plugin->GetThrowKeyword()).AsCString(); in GetThrowKeywordForLanguage()
66 return ConstString(lang_plugin->GetCatchKeyword()).AsCString(); in GetCatchKeywordForLanguage()
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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp80 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
107 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile()
119 FileSpec file_spec(file_dir.AsCString(".")); in LocateExecutableSymbolFile()
203 files.push_back(dirname + file_dir.AsCString() + "/" + in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp187 result.AppendError(error.AsCString()); in DoExecute()
297 result.AppendError(error.AsCString()); in DoExecute()
300 result.AppendErrorWithFormat("%s\n", error.AsCString()); in DoExecute()
356 result.AppendErrorWithFormat("%s", error.AsCString()); in DoExecute()
442 result.AppendError(error.AsCString()); in DoExecute()
495 result.AppendError(error.AsCString()); in DoExecute()
543 result.AppendError(error.AsCString()); in DoExecute()
588 result.AppendError(error.AsCString()); in DoExecute()
681 result.AppendError(error.AsCString()); in DoExecute()
837 error.AsCString()); in DoExecute()
[all …]
H A DCommandObjectSettings.cpp201 result.AppendError(error.AsCString()); in DoExecute()
228 result.AppendError(error.AsCString()); in DoExecute()
265 result.AppendError(error.AsCString()); in DoExecute()
366 result.AppendError(error.AsCString()); in DoExecute()
596 result.AppendError(error.AsCString()); in DoExecute()
687 result.AppendError(error.AsCString()); in DoExecute()
783 result.AppendError(error.AsCString()); in DoExecute()
876 result.AppendError(error.AsCString()); in DoExecute()
960 result.AppendError(error.AsCString()); in DoExecute()
1052 result.AppendError(error.AsCString()); in DoExecute()
H A DCommandObjectProcess.cpp92 detach_error.AsCString()); in StopProcessIfNecessary()
101 destroy_error.AsCString()); in StopProcessIfNecessary()
273 result.AppendError(error.AsCString()); in DoExecute()
331 result.AppendError(error.AsCString("Error creating target")); in DoExecute()
364 result.AppendErrorWithFormat("attach failed: %s\n", error.AsCString()); in DoExecute()
709 error.AsCString()); in DoExecute()
803 result.AppendErrorWithFormat("Detach failed: %s\n", error.AsCString()); in DoExecute()
903 result.AppendError(error.AsCString("Error connecting to the process")); in DoExecute()
1040 error.AsCString()); in DoExecute()
1103 error.AsCString()); in DoExecute()
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h44 if (const char *detailed_error = error.AsCString())
66 return ErrorWithMessage<bool>(caller, error.AsCString(), error); in CheckStructuredDataObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp658 utility_error.AsCString()); in MakeLoadImageUtilityFunction()
726 utility_error.AsCString()); in DoLoadImage()
740 utility_error.AsCString()); in DoLoadImage()
753 utility_error.AsCString()); in DoLoadImage()
802 utility_error.AsCString()); in DoLoadImage()
818 utility_error.AsCString()); in DoLoadImage()
831 utility_error.AsCString()); in DoLoadImage()
908 utility_error.AsCString()); in DoLoadImage()
933 utility_error.AsCString()); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp54 llvm::Twine(error.AsCString()) + llvm::Twine(").")) in ListProcesses()
72 llvm::Twine(error.AsCString()) + llvm::Twine(").")) in GetProcessInfo()

123456789