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

Declarations

tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  129   bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,

References

tools/lldb/source/Core/Debugger.cpp
  403   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  414   bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  478   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  488   return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
tools/lldb/source/Core/ModuleList.cpp
   93   return m_collection_sp->SetPropertyAtIndexAsBoolean(
tools/lldb/source/Interpreter/CommandInterpreter.cpp
  142   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  153   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
  164   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
tools/lldb/source/Target/Platform.cpp
  106   return m_collection_sp->SetPropertyAtIndexAsBoolean(
tools/lldb/source/Target/Process.cpp
  195   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore);
  206   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore);
  217   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
  228   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
tools/lldb/source/Target/Target.cpp
 3553     exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars,
 3610   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3621   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3632   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3643   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3934   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3944   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3954   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);
 3996   m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b);