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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  428   virtual const char *GetValueAsCString();

References

tools/lldb/source/API/SBValue.cpp
  363     cstr = value_sp->GetValueAsCString();
tools/lldb/source/Breakpoint/Watchpoint.cpp
  162     const char *old_value_cstr = m_old_value_sp->GetValueAsCString();
  173     const char *new_value_cstr = m_new_value_sp->GetValueAsCString();
tools/lldb/source/Core/IOHandler.cpp
 2849     const char *value = valobj->GetValueAsCString();
tools/lldb/source/Core/ValueObject.cpp
 1426       str = GetValueAsCString();
 1469           str = GetValueAsCString();
 2091                GetValueAsCString());
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  154     str = m_valobj->GetValueAsCString();
  361     const char *val_cstr = m_valobj->GetValueAsCString();
tools/lldb/source/DataFormatters/VectorType.cpp
  283     const char *child_value = child_sp->GetValueAsCString();
tools/lldb/source/Expression/UserExpression.cpp
  362                       result_valobj_sp->GetValueAsCString());
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  194       qualified_child_representation_sp->GetValueAsCString();