reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/ConstString.h
  353   void SetCString(const char *cstr);

References

tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
   45     m_step_into_target.SetCString(target);
tools/lldb/include/lldb/Utility/StructuredData.h
  250         result.SetCString(default_val);
  463         result.SetCString(default_val);
tools/lldb/source/API/SBFileSpec.cpp
  131     m_opaque_up->GetFilename().SetCString(filename);
  140     m_opaque_up->GetDirectory().SetCString(directory);
tools/lldb/source/API/SBModuleSpec.cpp
  109   m_opaque_up->GetObjectName().SetCString(name);
tools/lldb/source/API/SBPlatform.cpp
  156     m_opaque_ptr->m_local_cache_directory.SetCString(path);
tools/lldb/source/API/SBType.cpp
  470           name.SetCString(name_sstr.c_str());
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   76       module_name.SetCString(module_name.GetCString());
tools/lldb/source/Commands/CommandObjectType.cpp
 1602     type_name.SetCString(type_name_str.c_str());
tools/lldb/source/Core/Debugger.cpp
  717   m_instance_name.SetCString(instance_cstr);
tools/lldb/source/Core/Mangled.cpp
  255       m_demangled.SetCString("");
  270         m_demangled.SetCString("");
  329       m_demangled.SetCString("");
tools/lldb/source/Core/ValueObject.cpp
  671       child_name.SetCString(child_name_str.c_str());
 1829     name_const_str.SetCString(name_str);
 1869     name_const_str.SetCString(name_str);
 2855         child_name.SetCString(child_name_str.c_str());
tools/lldb/source/Core/ValueObjectChild.cpp
   66       name.SetCString(&bitfield_type_name.front());
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
   91       child_name.SetCString(child_name_str.c_str());
tools/lldb/source/Core/ValueObjectRegister.cpp
   44   m_name.SetCString("Registers");
  121     m_name.SetCString(m_reg_set->name);
  163         m_name.SetCString(reg_set->name);
  225       m_name.SetCString(reg_info->name);
  227       m_name.SetCString(reg_info->alt_name);
tools/lldb/source/Expression/REPL.cpp
   56     tmpdir_file_spec.GetFilename().SetCString(file_basename.AsCString());
tools/lldb/source/Host/common/HostInfoBase.cpp
  280   file_spec.GetDirectory().SetCString(temp_file_spec.GetCString());
  303   file_spec.GetDirectory().SetCString(temp_file_spec.GetCString());
tools/lldb/source/Host/linux/HostInfoLinux.cpp
  187   file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str());
  199     file_spec.GetDirectory().SetCString(user_plugin_dir.c_str());
  201     file_spec.GetDirectory().SetCString("~/.local/share/lldb");
tools/lldb/source/Host/posix/HostInfoPosix.cpp
  138   file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1004     module_spec.GetFileSpec().GetFilename().SetCString(
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  825       object_name.SetCString("this");
  827       object_name.SetCString("self");
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  338     g_item_name.SetCString("__i");
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  174     g_item_name.SetCString("_M_current");
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1168     group_name.SetCString(buffer.get());
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  101     ar_name.SetCString(str.c_str());
  127       ar_name.SetCString(str.c_str());
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1975         e.entry.import_name.SetCString(import_name + 1);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1641         dir.GetDirectory().SetCString(xcode_lldb_resources.GetPath().c_str());
 1654         dir.GetDirectory().SetCString(
 1666     executable_file.GetFilename().SetCString(basename);
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  836           m_nt_file_entries[i].path.SetCString(path);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  901         name.SetCString(g_register_infos[i].name);
  903         alt_name.SetCString(g_register_infos[i].alt_name);
  960               name.SetCString(g_comp_register_infos[i].name);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4457             set_name.SetCString(gdb_group.c_str());
 4461             set_name.SetCString("general");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  316       name.SetCString(form_value.AsCString());
tools/lldb/source/Symbol/ClangASTContext.cpp
10192         language_object_name_ptr->SetCString("self");
10201         language_object_name_ptr->SetCString("this");
10213           language_object_name_ptr->SetCString(metadata->GetObjectPtrName());
tools/lldb/source/Symbol/Type.cpp
  760   m_type_name.SetCString(type_name_cstr);
tools/lldb/source/Target/Platform.cpp
  578     recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str());
  672         fixed_dst.GetDirectory().SetCString(working_dir.GetCString());
  682       fixed_dst.GetDirectory().SetCString(working_dir.GetCString());
  709         recurse_dst.GetDirectory().SetCString(fixed_dst.GetCString());
tools/lldb/source/Utility/ArchSpec.cpp
  734   m_distribution_id.SetCString(distribution_id);