/external/lldb/source/Core/ |
D | ValueObjectRegister.cpp | 37 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()
|
D | ValueObjectChild.cpp | 84 m_type_name.SetCString(&bitfield_type_name.front()); in GetTypeName() 105 qualified_name.SetCString(&bitfield_type_name.front()); in GetQualifiedTypeName()
|
D | Mangled.cpp | 215 m_demangled.SetCString(""); in GetDemangledName()
|
D | ValueObjectConstResultImpl.cpp | 131 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
|
D | ConstString.cpp | 301 ConstString::SetCString (const char *cstr) in SetCString() function in ConstString
|
/external/lldb/source/Interpreter/ |
D | OptionGroupPlatform.cpp | 137 m_sdk_build.SetCString (option_arg); in SetOptionValue() 141 m_sdk_sysroot.SetCString (option_arg); in SetOptionValue()
|
D | OptionValueProperties.cpp | 148 key.SetCString (name); in GetSubValue() 674 key.SetCString (name); in GetPropertyAtPath()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 437 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()
|
D | FileSpec.cpp | 322 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/ |
D | ThreadPlanStepInRange.h | 54 m_step_into_target.SetCString(target); in SetStepInTarget()
|
/external/lldb/include/lldb/Core/ |
D | ConstString.h | 378 SetCString (const char *cstr);
|
/external/lldb/source/API/ |
D | SBModuleSpec.cpp | 102 m_opaque_ap->GetObjectName().SetCString(name); in SetObjectName()
|
D | SBType.cpp | 383 name.SetCString(name_sstr.c_str()); in GetFieldAtIndex()
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.cpp | 73 ar_name.SetCString(str.c_str()); in Extract() 97 ar_name.SetCString (str.c_str()); in Extract()
|
/external/lldb/source/DataFormatters/ |
D | LibStdcpp.cpp | 327 g_item_name.SetCString("_M_current"); in LibStdcppVectorIteratorSyntheticFrontEndCreator()
|
D | LibCxx.cpp | 284 g_item_name.SetCString("__i"); in LibCxxVectorIteratorSyntheticFrontEndCreator()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | DynamicRegisterInfo.cpp | 64 set_name.SetCString(py_set_name.GetString()); in SetRegisterInfo()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 253 dsym_fspec.GetDirectory().SetCString(path); in FindSymbolFileInBundle() 269 dsym_fspec.GetFilename().SetCString(dp->d_name); in FindSymbolFileInBundle()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverName.cpp | 113 lookup.name.SetCString(method); in BreakpointResolverName()
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 197 new_path.SetCString(new_path_str.c_str()); in RemapPath()
|
D | StackFrame.cpp | 590 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/ |
D | GDBRemoteRegisterContext.cpp | 893 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()
|
D | GDBRemoteCommunication.cpp | 544 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
|
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 629 object_name.SetCString("this"); in PrepareToExecuteJITExpression() 633 object_name.SetCString("self"); in PrepareToExecuteJITExpression()
|
D | ClangExpressionParser.cpp | 452 mangled_name.SetCString(fi->getName().str().c_str()); in FindFunctionInModule()
|