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

References

tools/lldb/include/lldb/Core/UserSettingsController.h
   45     return m_collection_sp;
tools/lldb/source/Core/Debugger.cpp
  315   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  321   return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx);
  326   return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx);
  331   return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx);
  336   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  342   return m_collection_sp->GetPropertyAtIndexAsString(
  348   m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, p);
  364   return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx);
  369   return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx);
  374   return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration(
  380   return m_collection_sp->SetPropertyAtIndexAsEnumeration(nullptr, idx,
  386   return m_collection_sp->GetPropertyAtIndexAsSInt64(
  392   return m_collection_sp->SetPropertyAtIndexAsSInt64(nullptr, idx, term_width);
  397   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  403   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  408   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  414   bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  421   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  427   return (lldb::StopShowColumn)m_collection_sp->GetPropertyAtIndexAsEnumeration(
  433   return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, "");
  438   return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, "");
  444   return m_collection_sp->GetPropertyAtIndexAsSInt64(
  451       m_collection_sp->GetPropertyAtIndexAsEnumeration(
  457   return m_collection_sp->GetPropertyAtIndexAsSInt64(
  463   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true);
  468   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true);
  473   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true);
  478   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  483   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true);
  488   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  493   return m_collection_sp->GetPropertyAtIndexAsUInt64(
  499   return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size);
  730   m_collection_sp->Initialize(g_debugger_properties);
  731   m_collection_sp->AppendProperty(
  735   m_collection_sp->AppendProperty(
  738   m_collection_sp->AppendProperty(
  742     m_collection_sp->AppendProperty(
  748       m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64(
tools/lldb/source/Core/ModuleList.cpp
   77   m_collection_sp =
   79   m_collection_sp->Initialize(g_modulelist_properties);
   88   return m_collection_sp->GetPropertyAtIndexAsBoolean(
   93   return m_collection_sp->SetPropertyAtIndexAsBoolean(
   98   return m_collection_sp
  105   return m_collection_sp->SetPropertyAtIndexAsString(
tools/lldb/source/Interpreter/CommandInterpreter.cpp
  125   m_collection_sp->Initialize(g_interpreter_properties);
  130   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  136   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  142   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  147   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  153   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  158   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  164   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  198   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  204   return m_collection_sp->GetPropertyAtIndexAsBoolean(
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  105     m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
  106     m_collection_sp->Initialize(g_dynamicloaderdarwinkernel_properties);
  113     return m_collection_sp->GetPropertyAtIndexAsBoolean(
  120     return (KASLRScanType)m_collection_sp->GetPropertyAtIndexAsEnumeration(
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
   95     m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
   96     m_collection_sp->Initialize(g_jitloadergdb_properties);
  100     return (EnableJITLoaderGDB)m_collection_sp->GetPropertyAtIndexAsEnumeration(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  129     m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
  130     m_collection_sp->Initialize(g_processgdbremote_properties);
  137     return m_collection_sp->GetPropertyAtIndexAsUInt64(
  143     return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, timeout);
  148     return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx);
  153     return m_collection_sp->GetPropertyAtIndexAsBoolean(
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  123     m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
  124     m_collection_sp->Initialize(g_darwinlog_properties);
  131     return m_collection_sp->GetPropertyAtIndexAsBoolean(
  137     return m_collection_sp->GetPropertyAtIndexAsString(
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  132     m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
  133     m_collection_sp->Initialize(g_symbolfiledwarf_properties);
  138         m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(
  145     return m_collection_sp->GetPropertyAtIndexAsBoolean(
tools/lldb/source/Target/Platform.cpp
   82   m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
   83   m_collection_sp->Initialize(g_platform_properties);
  101   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  106   return m_collection_sp->SetPropertyAtIndexAsBoolean(
  111   return m_collection_sp->GetPropertyAtIndexAsFileSpec(
  116   return m_collection_sp->SetPropertyAtIndexAsFileSpec(
tools/lldb/source/Target/Process.cpp
  129     m_collection_sp =
  131     m_collection_sp->Initialize(g_process_properties);
  132     m_collection_sp->AppendProperty(
  136     m_collection_sp = std::make_shared<ProcessOptionValueProperties>(
  138     m_collection_sp->SetValueChangedCallback(
  155   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  161   return m_collection_sp->GetPropertyAtIndexAsUInt64(
  168   m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args);
  174   m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args);
  179   return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx);
  184   m_collection_sp->SetPropertyAtIndexAsFileSpec(nullptr, idx, file);
  189   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  195   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore);
  200   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  206   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore);
  211   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  217   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
  222   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  228   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
  233   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  239   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  245   uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64(
  541       m_collection_sp
tools/lldb/source/Target/Target.cpp
 3460   m_collection_sp->Initialize(g_experimental_properties);
 3467     m_collection_sp = std::make_shared<TargetOptionValueProperties>(
 3472     m_collection_sp->SetValueChangedCallback(
 3474     m_collection_sp->SetValueChangedCallback(
 3476     m_collection_sp->SetValueChangedCallback(
 3478     m_collection_sp->SetValueChangedCallback(
 3481     m_collection_sp->SetValueChangedCallback(
 3484     m_collection_sp->SetValueChangedCallback(
 3487     m_collection_sp->SetValueChangedCallback(
 3490     m_collection_sp->SetValueChangedCallback(
 3493     m_collection_sp->SetValueChangedCallback(
 3498     m_collection_sp->AppendProperty(
 3516     m_collection_sp =
 3518     m_collection_sp->Initialize(g_target_properties);
 3520     m_collection_sp->AppendProperty(
 3525     m_collection_sp->AppendProperty(
 3535   const Property *exp_property = m_collection_sp->GetPropertyAtIndex(
 3549       m_collection_sp->GetPropertyAtIndex(exe_ctx, true, ePropertyExperimental);
 3558   const Property *exp_property = m_collection_sp->GetPropertyAtIndex(
 3570   OptionValueArch *value = m_collection_sp->GetPropertyAtIndexAsOptionValueArch(
 3578   OptionValueArch *value = m_collection_sp->GetPropertyAtIndexAsOptionValueArch(
 3586   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3593       m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3599   return m_collection_sp->SetPropertyAtIndexAsEnumeration(nullptr, idx, d);
 3604   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3610   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3615   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3621   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3626   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3632   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3637   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3643   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3651       (x86DisassemblyFlavor)m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3659   return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3665   return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx,
 3671   m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, arg);
 3677   return m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args);
 3682   m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args);
 3690   m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, env);
 3697   m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, Args(env));
 3703   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3710       m_collection_sp->GetPropertyAtIndexAsOptionValuePathMappings(nullptr,
 3719       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(nullptr,
 3728       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(nullptr,
 3737       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(nullptr,
 3746       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(nullptr,
 3754   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3760   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3766   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3772   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3778   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3784   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3790   return m_collection_sp->GetPropertyAtIndexAsUInt64(
 3796   return m_collection_sp->GetPropertyAtIndexAsSInt64(
 3802   return m_collection_sp->GetPropertyAtIndexAsSInt64(
 3808   return m_collection_sp->GetPropertyAtIndexAsSInt64(
 3814   return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx);
 3819   m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path);
 3824   return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx);
 3829   m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path);
 3834   return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx);
 3839   m_collection_sp->SetPropertyAtIndexAsString(nullptr, idx, path);
 3844       m_collection_sp->GetPropertyAtIndexAsOptionValueLanguage(
 3854       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpec(nullptr, false,
 3868   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3874   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3880   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3886   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3893       m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3899   return (LoadCWDlldbinitFile)m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3906       m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3913       m_collection_sp->GetPropertyAtIndexAsEnumeration(
 3919   return m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args);
 3924   m_collection_sp->SetPropertyAtIndexFromArgs(nullptr, idx, args);
 3929   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, false);
 3934   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3939   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, false);
 3944   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3949   return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, false);
 3954   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3990   return m_collection_sp->GetPropertyAtIndexAsBoolean(
 3996   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
tools/lldb/source/Target/Thread.cpp
  108     m_collection_sp =
  110     m_collection_sp->Initialize(g_thread_properties);
  112     m_collection_sp = std::make_shared<ThreadOptionValueProperties>(
  120   return m_collection_sp->GetPropertyAtIndexAsOptionValueRegex(nullptr, idx);
  126       m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList(nullptr,
  134   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  140   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  146   return m_collection_sp->GetPropertyAtIndexAsBoolean(
  152   return m_collection_sp->GetPropertyAtIndexAsUInt64(