Home
last modified time | relevance | path

Searched refs:SetCString (Results 1 – 25 of 37) sorted by relevance

12

/external/lldb/source/Core/
DValueObjectRegister.cpp37 m_name.SetCString("Registers"); in ValueObjectRegisterContext()
133 m_name.SetCString (m_reg_set->name); in ValueObjectRegisterSet()
194 m_name.SetCString(reg_set->name); in UpdateValue()
264 m_name.SetCString(reg_info->name); in ConstructObject()
266 m_name.SetCString(reg_info->alt_name); in ConstructObject()
DValueObjectChild.cpp84 m_type_name.SetCString(&bitfield_type_name.front()); in GetTypeName()
105 qualified_name.SetCString(&bitfield_type_name.front()); in GetQualifiedTypeName()
DMangled.cpp215 m_demangled.SetCString(""); in GetDemangledName()
DValueObjectConstResultImpl.cpp131 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
DConstString.cpp301 ConstString::SetCString (const char *cstr) in SetCString() function in ConstString
/external/lldb/source/Interpreter/
DOptionGroupPlatform.cpp137 m_sdk_build.SetCString (option_arg); in SetOptionValue()
141 m_sdk_sysroot.SetCString (option_arg); in SetOptionValue()
DOptionValueProperties.cpp148 key.SetCString (name); in GetSubValue()
674 key.SetCString (name); in GetPropertyAtPath()
/external/lldb/source/Host/common/
DHost.cpp437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str()); in GetTargetTriple()
974 g_lldb_support_exe_dir.SetCString(resolved_path); in GetLLDBPath()
1002 g_lldb_headers_dir.SetCString(resolved_path); in GetLLDBPath()
1006 g_lldb_headers_dir.SetCString ("/opt/local/include/lldb"); in GetLLDBPath()
1048 g_lldb_python_dir.SetCString(resolved_path); in GetLLDBPath()
1079 g_lldb_system_plugin_dir.SetCString(resolved_path); in GetLLDBPath()
1087 g_lldb_system_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str()); in GetLLDBPath()
1115 g_lldb_user_plugin_dir.SetCString(user_plugin_path); in GetLLDBPath()
1147 g_lldb_user_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str()); in GetLLDBPath()
DFileSpec.cpp322 m_filename.SetCString (filename); in SetFile()
333 m_directory.SetCString(directory); in SetFile()
340 m_directory.SetCString(resolved_path); in SetFile()
346 m_directory.SetCString(resolved_path); in SetFile()
565 m_directory.SetCString (dir_ref.data()); in ResolveExecutableLocation()
/external/lldb/include/lldb/Target/
DThreadPlanStepInRange.h54 m_step_into_target.SetCString(target); in SetStepInTarget()
/external/lldb/include/lldb/Core/
DConstString.h378 SetCString (const char *cstr);
/external/lldb/source/API/
DSBModuleSpec.cpp102 m_opaque_ap->GetObjectName().SetCString(name); in SetObjectName()
DSBType.cpp383 name.SetCString(name_sstr.c_str()); in GetFieldAtIndex()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp73 ar_name.SetCString(str.c_str()); in Extract()
97 ar_name.SetCString (str.c_str()); in Extract()
/external/lldb/source/DataFormatters/
DLibStdcpp.cpp327 g_item_name.SetCString("_M_current"); in LibStdcppVectorIteratorSyntheticFrontEndCreator()
DLibCxx.cpp284 g_item_name.SetCString("__i"); in LibCxxVectorIteratorSyntheticFrontEndCreator()
/external/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp64 set_name.SetCString(py_set_name.GetString()); in SetRegisterInfo()
/external/lldb/source/Host/macosx/
DSymbols.cpp253 dsym_fspec.GetDirectory().SetCString(path); in FindSymbolFileInBundle()
269 dsym_fspec.GetFilename().SetCString(dp->d_name); in FindSymbolFileInBundle()
/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp113 lookup.name.SetCString(method); in BreakpointResolverName()
/external/lldb/source/Target/
DPathMappingList.cpp197 new_path.SetCString(new_path_str.c_str()); in RemapPath()
DStackFrame.cpp590 name_const_string.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
668 child_name.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp893 name.SetCString(g_register_infos[i].name); in HardcodeARMRegisters()
895 alt_name.SetCString(g_register_infos[i].alt_name); in HardcodeARMRegisters()
963 name.SetCString(g_comp_register_infos[i].name); in HardcodeARMRegisters()
DGDBRemoteCommunication.cpp544 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
/external/lldb/source/Expression/
DClangUserExpression.cpp629 object_name.SetCString("this"); in PrepareToExecuteJITExpression()
633 object_name.SetCString("self"); in PrepareToExecuteJITExpression()
DClangExpressionParser.cpp452 mangled_name.SetCString(fi->getName().str().c_str()); in FindFunctionInModule()

12