/external/lldb/source/Expression/ |
D | Materializer.cpp | 93 …ea to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString()); in MakeAllocation() 129 …WithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation() 130 write_error.AsCString()); in MakeAllocation() 145 …emory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString()); in DestroyAllocation() 159 m_persistent_variable_sp->GetName().AsCString(), in Materialize() 184 …on of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString()); in Materialize() 189 …rialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString()); in Materialize() 209 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize() 229 …ocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString()); in Dematerialize() 288 … of %s from memory: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString()); in Dematerialize() [all …]
|
D | ClangUserExpression.cpp | 436 error_stream.Printf("warning: %s\n", err.AsCString()); in Parse() 552 const char *error_cstr = jit_error.AsCString(); in Parse() 570 …rStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString()); in GetObjectPointer() 577 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(), in GetObjectPointer() 594 …gWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString()); in GetObjectPointer() 647 …ng: couldn't get required object pointer (substituting NULL): %s\n", object_ptr_error.AsCString()); in PrepareToExecuteJITExpression() 659 …rintf("warning: couldn't get cmd pointer (substituting NULL): %s\n", object_ptr_error.AsCString()); in PrepareToExecuteJITExpression() 679 …or_stream.Printf("Couldn't allocate space for materialized struct: %s\n", alloc_error.AsCString()); in PrepareToExecuteJITExpression() 702 … error_stream.Printf("Couldn't allocate space for the stack frame: %s\n", alloc_error.AsCString()); in PrepareToExecuteJITExpression() 713 error_stream.Printf("Couldn't materialize struct: %s\n", materialize_error.AsCString()); in PrepareToExecuteJITExpression() [all …]
|
D | IRExecutionUnit.cpp | 118 if (strstr(function.m_name.c_str(), m_name.AsCString())) in DisassembleFunction() 128 … ret.SetErrorStringWithFormat("Couldn't find function %s for disassembly", m_name.AsCString()); in DisassembleFunction() 142 … ret.SetErrorStringWithFormat("Couldn't find code range for function %s", m_name.AsCString()); in DisassembleFunction() 166 … ret.SetErrorStringWithFormat("Couldn't read from process: %s", err.AsCString("unknown error")); in DisassembleFunction() 283 llvm::Function *function = m_module->getFunction (m_name.AsCString()); in GetRunnableInfo() 352 … error.SetErrorStringWithFormat("Couldn't find '%s' in the JITted module", m_name.AsCString()); in GetRunnableInfo() 359 …r.SetErrorStringWithFormat("'%s' was in the JITted module but wasn't lowered", m_name.AsCString()); in GetRunnableInfo() 363 m_jitted_functions.push_back (JittedFunction(m_name.AsCString(), (lldb::addr_t)fun_ptr)); in GetRunnableInfo() 373 if (!jitted_function.m_name.compare(m_name.AsCString())) in GetRunnableInfo() 391 log->Printf("Couldn't disassemble function : %s", err.AsCString("unknown error")); in GetRunnableInfo()
|
/external/lldb/source/Target/ |
D | CPPLanguageRuntime.cpp | 27 …td::basic_string<char, std::char_traits<char>, std::allocator<char> >").AsCString(), ConstString("… in CPPRuntimeEquivalents() 30 …td::basic_string<char, std::char_traits<char>, std::allocator<char> >").AsCString(), ConstString("… in CPPRuntimeEquivalents() 39 m_impl.Insert(type_name.AsCString(), type_equivalent); in Add() 49 for (ImplData match = m_impl.FindFirstValueForName(type_name.AsCString()); in FindExactMatches() 72 const char* type_name_cstr = type_name.AsCString(); in FindPartialMatches() 122 std::string equiv_class(match->value.AsCString()); in AppendReplacements() 226 …&& (strchr(type_name.AsCString(), '<') != NULL // we should only have partial matches when templa… in FindEquivalentNames() 227 …&& strchr(type_name.AsCString(), '>') != NULL); // angle brackets in the type_name before trying t… in FindEquivalentNames()
|
D | ThreadPlanStepInRange.cpp | 85 const char *step_into_target = m_step_into_target.AsCString(); in GetDescription() 87 s->Printf (" targeting %s.", m_step_into_target.AsCString()); in GetDescription() 353 const char *target_name = step_in_range_plan->m_step_into_target.AsCString(); in DefaultShouldStopHereCallback() 354 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() 363 sc.GetFunctionName().AsCString(), in DefaultShouldStopHereCallback() 364 step_in_range_plan->m_step_into_target.AsCString()); in DefaultShouldStopHereCallback()
|
D | StackFrame.cpp | 728 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 773 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 792 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 813 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 827 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 835 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 846 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 859 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 877 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() 890 … valobj_sp->GetTypeName().AsCString("<invalid type>"), in GetValueForVariableExpressionPath() [all …]
|
D | SectionLoadList.cpp | 71 section->GetName().AsCString(), in SetSectionLoadAddress() 146 section_sp->GetName().AsCString()); in SetSectionUnloaded() 178 section_sp->GetName().AsCString(), in SetSectionUnloaded()
|
/external/lldb/source/API/ |
D | SBFunction.cpp | 63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString(); in GetName() 81 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName() 112 m_opaque_ptr->GetName().AsCString()); in GetDescription() 115 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
|
/external/lldb/source/Core/ |
D | Language.cpp | 110 Language::AsCString (lldb::DescriptionLevel level) const in AsCString() function in Language 118 return AsCString ((lldb::DescriptionLevel)(level + 1)); in AsCString() 134 const char *lang_cstr = AsCString(level); in GetDescription()
|
D | Mangled.cpp | 226 if (m_mangled && regex.Execute (m_mangled.AsCString())) in NameMatches() 229 if (GetDemangledName() && regex.Execute (m_demangled.AsCString())) in NameMatches() 269 const char * demangled = m_demangled.AsCString(); in Dump()
|
D | ValueObjectChild.cpp | 79 const char *clang_type_name = m_type_name.AsCString(); in GetTypeName() 100 const char *clang_type_name = qualified_name.AsCString(); in GetQualifiedTypeName() 215 … m_error.SetErrorStringWithFormat("parent failed to evaluate: %s", parent->GetError().AsCString()); in UpdateValue()
|
D | AddressResolverName.cpp | 38 if (!m_regex.Compile (m_func_name.AsCString())) in AddressResolverName() 43 … log->Warning ("function name regexp: \"%s\" did not compile.", m_func_name.AsCString()); in AddressResolverName() 253 s->Printf("'%s'", m_func_name.AsCString()); in GetDescription()
|
D | AddressResolverFileLine.cpp | 82 m_file_spec.GetFilename().AsCString("<Unknown>"), in SearchCallback() 99 …s->Printf ("File and line address - file: \"%s\" line: %u", m_file_spec.GetFilename().AsCString(),… in GetDescription()
|
D | Broadcaster.cpp | 34 log->Printf ("%p Broadcaster::Broadcaster(\"%s\")", this, m_broadcaster_name.AsCString()); in Broadcaster() 42 log->Printf ("%p Broadcaster::~Broadcaster(\"%s\")", this, m_broadcaster_name.AsCString()); in ~Broadcaster() 246 m_broadcaster_name.AsCString(""), in PrivateBroadcastEvent() 302 m_broadcaster_name.AsCString(""), in HijackBroadcaster() 322 m_broadcaster_name.AsCString(""), in RestoreBroadcaster()
|
D | Error.cpp | 100 Error::AsCString(const char *default_error_str) const in AsCString() function in Error 198 const char *err_str = AsCString(); in PutToLog() 237 const char *err_str = AsCString(); in LogIfError()
|
D | ConnectionFileDescriptor.cpp | 452 error.AsCString()); in Read() 570 error.AsCString()); in Write() 580 error.AsCString()); in Write() 590 error.AsCString()); in Write() 709 … this, nfds, data_fd, pipe_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable() 712 this, nfds, data_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable() 865 … this, nfds, data_fd, pipe_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable() 868 this, nfds, data_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable() 1012 error.AsCString()); 1020 error.AsCString());
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 108 const char *name = symbol->GetMangled().GetDemangledName().AsCString(); in GetDynamicTypeAndAddress() 160 in_value.GetTypeName().AsCString(), in GetDynamicTypeAndAddress() 179 in_value.GetTypeName().AsCString(), in GetDynamicTypeAndAddress() 196 in_value.GetTypeName().AsCString(), in GetDynamicTypeAndAddress() 210 in_value.GetTypeName().AsCString()); in GetDynamicTypeAndAddress()
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatNavigator.h | 82 const char* type_cstr = type.AsCString(); in GetValidTypeName_Impl() 380 if ( ::strcmp(type.AsCString(),regex->GetText()) == 0) in Delete_Impl() 408 return lldb::TypeNameSpecifierImplSP(new TypeNameSpecifierImpl(key.AsCString(), in GetTypeNameSpecifierAtIndex_Impl() 427 const char* key_cstr = key.AsCString(); in Get_Impl() 454 if (strcmp(regex->GetText(),key.AsCString()) == 0) in GetExact_Impl() 472 sstring.Printf("%s:%d",typeName.AsCString(),valobj.GetBitfieldBitSize()); in Get_BitfieldMatch() 553 valobj.GetName().AsCString(), in Get_Impl() 554 typeName.AsCString()); in Get_Impl()
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 87 … result.AppendErrorWithFormat ("Failed to detach from process: %s\n", detach_error.AsCString()); in StopProcessIfNecessary() 101 … result.AppendErrorWithFormat ("Failed to kill process: %s\n", destroy_error.AsCString()); in StopProcessIfNecessary() 330 … result.AppendErrorWithFormat ("process resume at entry point failed: %s", error.AsCString()); in DoExecute() 343 result.AppendErrorWithFormat ("process launch failed: %s", error.AsCString()); in DoExecute() 575 result.AppendError(error.AsCString("Error creating target")); in DoExecute() 626 result.AppendErrorWithFormat ("attach failed: %s\n", error.AsCString()); in DoExecute() 868 result.AppendErrorWithFormat("Failed to resume process: %s.\n", error.AsCString()); in DoExecute() 1021 result.AppendErrorWithFormat ("Detach failed: %s\n", error.AsCString()); in DoExecute() 1155 result.AppendError(error.AsCString("Error creating target")); in DoExecute() 1177 result.AppendError(error.AsCString("Remote connect failed")); in DoExecute() [all …]
|
D | CommandObjectSettings.cpp | 273 result.AppendError (error.AsCString()); in DoExecute() 370 result.AppendError (error.AsCString()); in DoExecute() 591 result.AppendError (error.AsCString()); in DoExecute() 714 result.AppendError (error.AsCString()); in DoExecute() 843 result.AppendError (error.AsCString()); in DoExecute() 967 result.AppendError (error.AsCString()); in DoExecute() 1083 result.AppendError (error.AsCString()); in DoExecute() 1176 result.AppendError (error.AsCString()); in DoExecute()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | DynamicRegisterInfo.cpp | 67 RegisterSet new_set = { set_name.AsCString(), NULL, 0, NULL }; in SetRegisterInfo() 183 reg_info.name = reg_name.AsCString(); in AddRegister() 185 reg_info.alt_name = reg_alt_name.AsCString(NULL); in AddRegister() 254 RegisterSet new_set = { set_name.AsCString(), NULL, 0, NULL }; in GetRegisterSetIndexByName()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.cpp | 298 case DW_FORM_string: s.QuotedCString(AsCString(NULL)); break; in Dump() 339 const char* dbg_str = AsCString(debug_str_data); in Dump() 381 DWARFFormValue::AsCString(const DataExtractor* debug_str_data_ptr) const in AsCString() function in DWARFFormValue 544 const char *a_string = a_value.AsCString(debug_str_data_ptr); in Compare() 545 const char *b_string = b_value.AsCString(debug_str_data_ptr); in Compare()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverFileRegex.cpp | 97 cu_file_spec.GetFilename().AsCString("<Unknown>"), in SearchCallback() 106 cu_file_spec.GetFilename().AsCString("<Unknown>"), in SearchCallback()
|
/external/lldb/source/Symbol/ |
D | Symbol.cpp | 229 s->Printf(", name=\"%s\"", m_mangled.GetDemangledName().AsCString()); in GetDescription() 231 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString()); in GetDescription() 268 m_mangled.GetName().AsCString("")); in Dump() 279 m_mangled.GetName().AsCString("")); in Dump()
|
/external/lldb/source/Host/common/ |
D | Symbols.cpp | 37 const char *symbol_filename = module_spec.GetSymbolFileSpec().GetFilename().AsCString(); in LocateExecutableSymbolFile() 45 debug_file_search_paths.AppendIfUnique (FileSpec(file_dir.AsCString("."), true)); in LocateExecutableSymbolFile()
|