Home
last modified time | relevance | path

Searched refs:GetCString (Results 1 – 25 of 143) sorted by relevance

123456

/external/lldb/source/Target/
DObjCLanguageRuntime.cpp261 const char *full = m_full.GetCString(); in GetClassName()
296 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
304 if (!m_class && strchr (m_class_category.GetCString(), '(') == NULL) in GetClassNameWithCategory()
325 const char *full = m_full.GetCString(); in GetSelector()
345 const char *full = m_full.GetCString(); in GetCategory()
372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNameWithoutCategory()
403 GetClassName().GetCString(), in GetFullNames()
404 GetSelector().GetCString()); in GetFullNames()
412 strm.Printf("+[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
415 strm.Printf("-[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
[all …]
DPathMappingList.cpp160 index, m_pairs[index].first.GetCString(), m_pairs[index].second.GetCString()); in Dump()
166 … m_pairs[pair_index].first.GetCString(), m_pairs[pair_index].second.GetCString()); in Dump()
183 const char *path_cstr = path.GetCString(); in RemapPath()
193 if (::strncmp (pos->first.GetCString(), path_cstr, prefixLen) == 0) in RemapPath()
195 std::string new_path_str (pos->second.GetCString()); in RemapPath()
196 new_path_str.append(path.GetCString() + prefixLen); in RemapPath()
215 if (::strncmp (pos->first.GetCString(), path, prefix_len) == 0) in RemapPath()
217 new_path = pos->second.GetCString(); in RemapPath()
242 if (::strncmp (pos->first.GetCString(), orig_path, prefix_len) == 0) in FindFile()
244 …w_path_len = snprintf(new_path, sizeof(new_path), "%s/%s", pos->second.GetCString(), orig_path + p… in FindFile()
DSectionLoadList.cpp115 module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
116 section->GetName().GetCString(), in SetSectionLoadAddress()
117 … curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
118 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
/external/lldb/source/Commands/
DCommandCompletions.cpp516 m_file_name = partial_spec.GetFilename().GetCString(); in SourceFileCompleter()
517 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter()
542 const char *sfile_file_name = sfile_spec.GetFilename().GetCString(); in SearchCallback()
543 const char *sfile_dir_name = sfile_spec.GetFilename().GetCString(); in SearchCallback()
561 const char *cur_file_name = context.comp_unit->GetFilename().GetCString(); in SearchCallback()
562 const char *cur_dir_name = context.comp_unit->GetDirectory().GetCString(); in SearchCallback()
589 m_matches.AppendString (m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
690 m_matches.AppendString((*pos).GetCString()); in DoCompletion()
709 m_file_name = partial_spec.GetFilename().GetCString(); in ModuleCompleter()
710 m_dir_name = partial_spec.GetDirectory().GetCString(); in ModuleCompleter()
[all …]
DCommandObjectSource.cpp343 if (function.GetCString() < rhs.function.GetCString()) in operator <()
345 … if (line_entry.file.GetDirectory().GetCString() < rhs.line_entry.file.GetDirectory().GetCString()) in operator <()
347 … if (line_entry.file.GetFilename().GetCString() < rhs.line_entry.file.GetFilename().GetCString()) in operator <()
381 …ld not find line information for start of function: \"%s\".\n", source_info.function.GetCString()); in DisplayFunctionSource()
DCommandObjectPlatform.cpp158 host_platform_sp->GetPluginName().GetCString(), in DoExecute()
329 … ostrm.Printf ("Disconnected from \"%s\"\n", platform_sp->GetPluginName().GetCString()); in DoExecute()
343 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute()
573 … platform_sp->GetPluginName().GetCString()); in DoExecute()
575 …at ("no processes were found on the \"%s\" platform\n", platform_sp->GetPluginName().GetCString()); in DoExecute()
583 platform_sp->GetName().GetCString()); in DoExecute()
851 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute()
/external/lldb/scripts/Python/interface/
DSBError.i68 GetCString () const;
116 __swig_getmethods__["description"] = GetCString
117 …if _newclass: description = property(GetCString, None, doc='''A read only property that returns th…
/external/lldb/source/Symbol/
DClangASTContext.cpp616 g_type_map.Append(ConstString("void").GetCString(), eBasicTypeVoid); in GetBasicTypeEnumeration()
619 g_type_map.Append(ConstString("char").GetCString(), eBasicTypeChar); in GetBasicTypeEnumeration()
620 g_type_map.Append(ConstString("signed char").GetCString(), eBasicTypeSignedChar); in GetBasicTypeEnumeration()
621 g_type_map.Append(ConstString("unsigned char").GetCString(), eBasicTypeUnsignedChar); in GetBasicTypeEnumeration()
622 g_type_map.Append(ConstString("wchar_t").GetCString(), eBasicTypeWChar); in GetBasicTypeEnumeration()
623 g_type_map.Append(ConstString("signed wchar_t").GetCString(), eBasicTypeSignedWChar); in GetBasicTypeEnumeration()
624 … g_type_map.Append(ConstString("unsigned wchar_t").GetCString(), eBasicTypeUnsignedWChar); in GetBasicTypeEnumeration()
626 g_type_map.Append(ConstString("short").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()
627 g_type_map.Append(ConstString("short int").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()
628 g_type_map.Append(ConstString("unsigned short").GetCString(), eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
[all …]
DSymtab.cpp90 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
304 entry.cstring = mangled.GetMangledName().GetCString(); in InitNameIndexes()
318 entry.cstring = ConstString(cxx_method.GetBasename()).GetCString(); in InitNameIndexes()
323 … const char *const_context = ConstString(cxx_method.GetContext()).GetCString(); in InitNameIndexes()
366 entry.cstring = mangled.GetDemangledName().GetCString(); in InitNameIndexes()
375 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()
381 entry.cstring = objc_method_no_category.GetCString(); in InitNameIndexes()
466 entry.cstring = mangled.GetDemangledName().GetCString(); in AppendSymbolNamesToMap()
473 entry.cstring = mangled.GetMangledName().GetCString(); in AppendSymbolNamesToMap()
637 const char *symbol_cstr = symbol_name.GetCString(); in AppendSymbolIndexesWithName()
[all …]
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp335 name.GetCString(), in AddValueToStruct()
336 var_sp->GetName().GetCString()); in AddValueToStruct()
554 if (!strncmp(name.GetCString(), "_ZN", 3) && in GetFunctionAddress()
555 strncmp(name.GetCString(), "_ZNK", 4)) in GetFunctionAddress()
558 fixed_scratch.append(name.GetCString() + 3); in GetFunctionAddress()
562 …d to find symbols given non-const name %s; trying %s", name.GetCString(), fixed_name.GetCString()); in GetFunctionAddress()
814 …lMap::FindExternalVisibleDecls[%u] for '%s' in a NULL DeclContext", current_id, name.GetCString()); in FindExternalVisibleDecls()
816 …lMap::FindExternalVisibleDecls[%u] for '%s' in '%s'", current_id, name.GetCString(), context_named… in FindExternalVisibleDecls()
818 …ap::FindExternalVisibleDecls[%u] for '%s' in a '%s'", current_id, name.GetCString(), context.m_dec… in FindExternalVisibleDecls()
842 i->first->GetFileSpec().GetFilename().GetCString()); in FindExternalVisibleDecls()
[all …]
DClangASTSource.cpp149 const char *uniqued_const_decl_name = const_decl_name.GetCString(); in FindExternalVisibleDeclsByName()
223 i->first->GetFileSpec().GetFilename().GetCString()); in CompleteType()
457 …, context_named_decl->getNameAsString().c_str(), decl->getDeclKindName(), ast_dumper.GetCString()); in FindExternalLexicalDecls()
459 … FELD[%d] Adding lexical %sDecl %s", current_id, decl->getDeclKindName(), ast_dumper.GetCString()); in FindExternalLexicalDecls()
510 … on (ASTContext*)%p for '%s' in a NULL DeclContext", current_id, m_ast_context, name.GetCString()); in FindExternalVisibleDecls()
512 … on (ASTContext*)%p for '%s' in '%s'", current_id, m_ast_context, name.GetCString(), context_named… in FindExternalVisibleDecls()
514 …n (ASTContext*)%p for '%s' in a '%s'", current_id, m_ast_context, name.GetCString(), context.m_dec… in FindExternalVisibleDecls()
540 i->first->GetFileSpec().GetFilename().GetCString()); in FindExternalVisibleDecls()
599 const char *name_unique_cstr = name.GetCString(); in FindExternalVisibleDecls()
633 name.GetCString(), in FindExternalVisibleDecls()
[all …]
DClangPersistentVariables.cpp77 … m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name.GetCString(), type_decl)); in RegisterPersistentType()
83 PersistentTypeMap::const_iterator i = m_persistent_types.find(name.GetCString()); in GetPersistentType()
/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp127 ObjCLanguageRuntime::MethodName objc_method(name.GetCString(), false); in AddNameLookup()
164 if (full_name && ::strstr(full_name.GetCString(), name.GetCString()) == NULL) in Prune()
339 s->Printf("name = '%s'", m_lookups[0].name.GetCString()); in GetDescription()
345 s->Printf ("'%s', ", m_lookups[i].name.GetCString()); in GetDescription()
347 s->Printf ("'%s'}", m_lookups[num_names - 1].name.GetCString()); in GetDescription()
/external/lldb/source/DataFormatters/
DCocoa.cpp52 const char* class_name = descriptor->GetClassName().GetCString(); in NSBundleSummaryProvider()
99 const char* class_name = descriptor->GetClassName().GetCString(); in NSTimeZoneSummaryProvider()
143 const char* class_name = descriptor->GetClassName().GetCString(); in NSNotificationSummaryProvider()
189 const char* class_name = descriptor->GetClassName().GetCString(); in NSMachPortSummaryProvider()
238 const char* class_name = descriptor->GetClassName().GetCString(); in NSIndexSetSummaryProvider()
316 const char* class_name = descriptor->GetClassName().GetCString(); in NSNumberSummaryProvider()
441 const char* class_name = descriptor->GetClassName().GetCString(); in NSURLSummaryProvider()
509 const char* class_name = descriptor->GetClassName().GetCString(); in NSDateSummaryProvider()
DTypeCategory.cpp202 *matching_category = m_name.GetCString(); in AnyMatches()
213 *matching_category = m_name.GetCString(); in AnyMatches()
224 *matching_category = m_name.GetCString(); in AnyMatches()
235 *matching_category = m_name.GetCString(); in AnyMatches()
247 *matching_category = m_name.GetCString(); in AnyMatches()
258 *matching_category = m_name.GetCString(); in AnyMatches()
DNSArray.cpp54 const char* class_name = descriptor->GetClassName().GetCString(); in NSArraySummaryProvider()
186 const char* item_name = name.GetCString(); in GetIndexOfChildWithName()
223 const char* item_name = name.GetCString(); in GetIndexOfChildWithName()
309 const char* class_name = descriptor->GetClassName().GetCString(); in NSArraySyntheticFrontEndCreator()
DNSSet.cpp56 const char* class_name = descriptor->GetClassName().GetCString(); in NSSetSummaryProvider()
134 const char* class_name = descriptor->GetClassName().GetCString(); in NSSetSyntheticFrontEndCreator()
179 const char* item_name = name.GetCString(); in GetIndexOfChildWithName()
321 const char* item_name = name.GetCString(); in GetIndexOfChildWithName()
498 const char* item_name = name.GetCString(); in GetIndexOfChildWithName()
/external/lldb/source/Host/common/
DFileSpec.cpp552 const char *file_cstr = m_filename.GetCString(); in ResolveExecutableLocation()
687 const char *dirname = m_directory.GetCString(); in GetPath()
688 const char *filename = m_filename.GetCString(); in GetPath()
711 const char *dirname = m_directory.GetCString(); in GetPath()
712 const char *filename = m_filename.GetCString(); in GetPath()
729 const char *filename = m_filename.GetCString(); in GetFileNameExtension()
740 const char *filename = m_filename.GetCString(); in GetFileNameStrippingExtension()
1032 return g_source_file_regex.Execute (extension.GetCString()); in IsSourceImplementationFile()
1040 const char *directory = m_directory.GetCString(); in IsRelativeToCurrentWorkingDirectory()
/external/lldb/source/Core/
DMangled.cpp156 if (cstring_is_mangled(name.GetCString())) in SetValue()
192 m_mangled.GetCString()); in GetDemangledName()
195 const char *mangled_cstr = m_mangled.GetCString(); in GetDemangledName()
/external/lldb/source/Interpreter/
DOptionValueDictionary.cpp51 strm.Indent(pos->first.GetCString()); in DumpValue()
93 strm.Printf("%s=", pos->first.GetCString()); in GetArgs()
199 …SetErrorStringWithFormat("no value found named '%s', aborting remove operation", key.GetCString()); in SetArgs()
313 …rorStringWithFormat("dictionary does not contain a value for the key name '%s'", key.GetCString()); in GetSubValue()
431 strm.Printf("%s=", pos->first.GetCString()); in DeepCopy()
/external/lldb/include/lldb/DataFormatters/
DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString()); in TypeNameSpecifierImpl()
74 m_type.m_type_name.assign(type.GetConstTypeName().GetCString()); in TypeNameSpecifierImpl()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp35 m_map.Append(name.GetCString(), die_offset); in Insert()
41 return m_map.GetValues (name.GetCString(), info_array); in Find()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp115 in_value.GetTypeName().GetCString(), in GetDynamicTypeAndAddress()
162 type_sp->GetName().GetCString()); in GetDynamicTypeAndAddress()
181 type_sp->GetName().GetCString()); in GetDynamicTypeAndAddress()
198 type_sp->GetName().GetCString()); in GetDynamicTypeAndAddress()
/external/lldb/include/lldb/Target/
DProcess.h154 return m_executable.GetFilename().GetCString(); in GetName()
1749 …orStringWithFormat("error: %s does not support loading core files.", GetPluginName().GetCString()); in DoLoadCore()
2064 …thFormat("error: %s does not support attaching to a process by pid", GetPluginName().GetCString()); in DoAttachToProcessWithID()
2087 …thFormat("error: %s does not support attaching to a process by pid", GetPluginName().GetCString()); in DoAttachToProcessWithID()
2213 …orStringWithFormat("error: %s does not support launching processes", GetPluginName().GetCString()); in DoLaunch()
2262 …rorStringWithFormat("error: %s does not support resuming processes", GetPluginName().GetCString()); in DoResume()
2311 …rrorStringWithFormat("error: %s does not support halting processes", GetPluginName().GetCString()); in DoHalt()
2351 …ingWithFormat("error: %s does not support detaching from processes", GetPluginName().GetCString()); in DoDetach()
2392 …ithFormat("error: %s does not support senging signals to processes", GetPluginName().GetCString()); in DoSignal()
2836 …rStringWithFormat("error: %s does not support writing to processes", GetPluginName().GetCString()); in DoWriteMemory()
[all …]
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp240 GetPluginName().GetCString(), in ResolveExecutable()
258 const char *filename = file_spec.GetFilename().GetCString(); in EnumerateDirectoryCallback()
350 GetPluginName().GetCString()); in GetFile()

123456