Home
last modified time | relevance | path

Searched refs:m_last_format (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObject.h890 lldb::Format m_last_format = lldb::eFormatDefault; variable
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp1079 if (my_format != m_last_format || m_value_str.empty()) { in GetValueAsCString()
1080 m_last_format = my_format; in GetValueAsCString()