/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 78 allocate_error.AsCString()); in MakeAllocation() 115 m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation() 116 write_error.AsCString()); in MakeAllocation() 135 deallocate_error.AsCString()); in DestroyAllocation() 150 m_persistent_variable_sp->GetName().AsCString(), in Materialize() 179 m_persistent_variable_sp->GetName().AsCString(), in Materialize() 180 write_error.AsCString()); in Materialize() 185 m_persistent_variable_sp->GetName().AsCString()); in Materialize() 202 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize() 230 read_error.AsCString()); in Dematerialize() [all …]
|
D | LLVMUserExpression.cpp | 126 interpreter_error.AsCString()); in DoExecute() 278 dematerialize_error.AsCString("unknown error")); in FinalizeJITExecution() 327 alloc_error.AsCString()); in PrepareToExecuteJITExpression() 352 alloc_error.AsCString()); in PrepareToExecuteJITExpression() 365 materialize_error.AsCString()); in PrepareToExecuteJITExpression()
|
D | REPL.cpp | 378 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete() 418 if (error.AsCString()) in IOHandlerInputComplete() 419 error_sp->Printf("error: %s\n", error.AsCString()); in IOHandlerInputComplete() 424 error.AsCString()); in IOHandlerInputComplete() 429 error.AsCString()); in IOHandlerInputComplete() 434 error.AsCString()); in IOHandlerInputComplete()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 95 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren() 103 GetName().AsCString(), GetTypeName().AsCString(), num_children); in CalculateNumChildren() 171 GetName().AsCString(), m_parent_type_name.AsCString(), in UpdateValue() 172 new_parent_type_name.AsCString()); in UpdateValue() 182 GetName().AsCString()); in UpdateValue() 204 GetName().AsCString()); in UpdateValue() 215 GetName().AsCString()); in UpdateValue() 223 GetName().AsCString()); in UpdateValue() 242 GetName().AsCString(), idx); in GetChildAtIndex() 261 GetName().AsCString(), idx); in GetChildAtIndex() [all …]
|
D | AddressResolverFileLine.cpp | 68 m_file_spec.GetFilename().AsCString("<Unknown>"), in SearchCallback() 82 m_file_spec.GetFilename().AsCString("<Unknown>"), m_line_number); in GetDescription()
|
/external/llvm-project/lldb/source/Target/ |
D | ModuleCache.cpp | 98 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule() 142 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink() 176 error.AsCString()); in ModuleLock() 196 JoinPath(module_spec_dir, target_file.GetFilename().AsCString()); in Put() 210 module_file_path.GetPath().c_str(), error.AsCString()); in Put() 229 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get() 245 module_file_path.GetPath().c_str(), error.AsCString()); in Get() 285 error.AsCString()); in GetAndPut() 298 return Status("Failed to download module: %s", error.AsCString()); in GetAndPut() 304 return Status("Failed to put module into cache: %s", error.AsCString()); in GetAndPut() [all …]
|
D | ThreadPlanStepInRange.cpp | 96 s->Printf(" failed (%s)", m_status.AsCString()); in GetDescription() 113 const char *step_into_target = m_step_into_target.AsCString(); in GetDescription() 115 s->Printf(" targeting %s", m_step_into_target.AsCString()); in GetDescription() 390 step_in_range_plan->m_step_into_target.AsCString(); in DefaultShouldStopHereCallback() 391 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() 402 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback() 403 step_in_range_plan->m_step_into_target.AsCString()); in DefaultShouldStopHereCallback()
|
D | StackFrame.cpp | 712 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 783 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 801 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 823 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 838 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 847 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 855 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 868 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 885 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 897 valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() [all …]
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFile.cpp | 84 std::string dsym_filename = filename.AsCString(); in LookForDsymNextToExecutablePath() 96 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 107 std::string binary_name(filename.AsCString()); in LookForDsymNextToExecutablePath() 125 std::string dsym_yaa_filename = filename.AsCString(); in LookForDsymNextToExecutablePath() 186 const char *fn = parent_dirs.GetFilename().AsCString(); in LocateDSYMInVincinityOfExecutable() 216 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym() 241 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile() 277 FileSpec file_spec(file_dir.AsCString(".")); in LocateExecutableSymbolFile() 343 files.push_back(dirname + file_dir.AsCString() + "/" + in LocateExecutableSymbolFile()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | StatusTest.cpp | 38 EXPECT_STREQ("foo", foo.AsCString()); in TEST() 70 EXPECT_STREQ(NULL, success.AsCString()); in TEST() 86 EXPECT_STREQ("Access is denied. ", s.AsCString()); in TEST() 90 EXPECT_STREQ("Negotiation timed out ", s.AsCString()); in TEST() 94 EXPECT_STREQ("unknown error", s.AsCString()); in TEST()
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | lldb-platform.cpp | 103 temp_file_spec.GetCString(), error.AsCString()); in save_socket_id_to_file() 286 fprintf(stderr, "failed to create acceptor: %s", error.AsCString()); in main_platform() 292 printf("failed to listen: %s\n", error.AsCString()); in main_platform() 300 socket_file.GetPath().c_str(), error.AsCString()); in main_platform() 320 printf("error: %s\n", error.AsCString()); in main_platform() 360 fprintf(stderr, "failed to start gdbserver: %s\n", error.AsCString()); in main_platform() 375 fprintf(stderr, "error: %s\n", error.AsCString()); in main_platform()
|
D | lldb-gdbserver.cpp | 113 error.AsCString()); in handle_attach_to_pid() 220 connection_url, error.AsCString()); in ConnectToRemote() 271 connection_url, error.AsCString()); in ConnectToRemote() 278 fprintf(stderr, "failed to create acceptor: %s\n", error.AsCString()); in ConnectToRemote() 283 fprintf(stderr, "failed to listen: %s\n", error.AsCString()); in ConnectToRemote() 293 named_pipe_path, error.AsCString()); in ConnectToRemote() 301 error.AsCString()); in ConnectToRemote() 311 printf("failed to accept new connection: %s\n", error.AsCString()); in ConnectToRemote() 320 error.AsCString()); in ConnectToRemote() 522 ret.AsCString()); in main_gdbserver()
|
/external/llvm-project/lldb/unittests/debugserver/ |
D | RNBSocketTest.cpp | 128 llvm::errs() << err.AsCString(); in TestSocketConnect() 135 llvm::errs() << err.AsCString(); in TestSocketConnect() 140 llvm::errs() << err.AsCString(); in TestSocketConnect() 146 llvm::errs() << err.AsCString(); in TestSocketConnect() 150 llvm::errs() << err.AsCString(); in TestSocketConnect()
|
/external/llvm-project/lldb/source/API/ |
D | SBFunction.cpp | 62 cstr = m_opaque_ptr->GetName().AsCString(); in GetName() 72 cstr = m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName() 82 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName() 105 m_opaque_ptr->GetID(), m_opaque_ptr->GetName().AsCString()); in GetDescription() 108 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
|
D | SBEnvironment.cpp | 56 return ConstString(entry->second).AsCString(""); in Get() 66 .AsCString(""); in GetNameAtIndex() 76 .AsCString(""); in GetValueAtIndex()
|
D | SBThreadPlan.cpp | 258 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange() 304 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange() 346 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut() 383 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress() 419 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted() 446 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTrace.cpp | 117 json_file.GetDirectory().AsCString())) { in DoExecute() 121 trace_sp->GetPluginName().AsCString()); in DoExecute() 190 result.AppendErrorWithFormat("%s\n", error.AsCString()); in DoExecute() 281 result.AppendErrorWithFormat("%s\n", error.AsCString()); in DoExecute()
|
D | CommandObjectSettings.cpp | 198 result.AppendError(error.AsCString()); in DoExecute() 227 result.AppendError(error.AsCString()); in DoExecute() 287 result.AppendError(error.AsCString()); in DoExecute() 405 result.AppendError(error.AsCString()); in DoExecute() 647 result.AppendError(error.AsCString()); in DoExecute() 743 result.AppendError(error.AsCString()); in DoExecute() 845 result.AppendError(error.AsCString()); in DoExecute() 944 result.AppendError(error.AsCString()); in DoExecute() 1034 result.AppendError(error.AsCString()); in DoExecute() 1145 result.AppendError(error.AsCString()); in DoExecute()
|
D | CommandObjectProcess.cpp | 78 detach_error.AsCString()); in StopProcessIfNecessary() 88 destroy_error.AsCString()); in StopProcessIfNecessary() 248 result.AppendError(error.AsCString()); in DoExecute() 364 result.AppendError(error.AsCString("Error creating target")); in DoExecute() 399 result.AppendErrorWithFormat("attach failed: %s\n", error.AsCString()); in DoExecute() 591 error.AsCString()); in DoExecute() 689 result.AppendErrorWithFormat("Detach failed: %s\n", error.AsCString()); in DoExecute() 793 result.AppendError(error.AsCString("Error connecting to the process")); in DoExecute() 933 error.AsCString()); in DoExecute() 997 error.AsCString()); in DoExecute() [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/Android/ |
D | AdbClient.cpp | 332 error.AsCString()); in StartSync() 336 return Status("Sync failed: %s", error.AsCString()); in StartSync() 360 error.AsCString()); in internalShell() 483 return Status("Failed to send file chunk: %s", error.AsCString()); in internalPushFile() 495 return Status("Failed to read DONE response: %s", error.AsCString()); in internalPushFile() 500 return Status("Failed to read DONE error message: %s", error.AsCString()); in internalPushFile() 519 return Status("Failed to send request: %s", error.AsCString()); in internalStat() 527 return Status("Failed to read response: %s", error.AsCString()); in internalStat() 643 return Status("Failed to read pull error message: %s", error.AsCString()); in PullFileChunk()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 231 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 232 module_spec.GetFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache() 233 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 234 module_spec.GetPlatformFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache() 235 module_spec.GetSymbolFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 236 module_spec.GetSymbolFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache() 289 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 290 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache() 320 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 321 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache() [all …]
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangFunctionCaller.cpp | 81 m_function_return_type.GetTypeName().AsCString("")); in CompileFunction() 132 .AsCString(""); in CompileFunction() 137 type_name = clang_qual_type.GetTypeName().AsCString(""); in CompileFunction()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValuePathMappings.cpp | 75 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString() 115 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString() 153 error.Fail() ? std::string(error.AsCString()) + "\n" : ""; in SetValueFromString()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 144 __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 …]
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 678 "caller: %s", utility_error.AsCString()); in MakeLoadImageUtilityFunction() 745 "for path: %s", utility_error.AsCString()); in DoLoadImage() 758 " %s", utility_error.AsCString()); in DoLoadImage() 770 "for path: %s", utility_error.AsCString()); in DoLoadImage() 820 utility_error.AsCString()); in DoLoadImage() 835 " %s", utility_error.AsCString()); in DoLoadImage() 848 utility_error.AsCString()); in DoLoadImage() 924 "struct: %s", utility_error.AsCString()); in DoLoadImage() 948 "%s", utility_error.AsCString()); in DoLoadImage()
|