Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h59 bool HasGDBFormat() const { return m_has_gdb_format; } in HasGDBFormat()
76 bool m_has_gdb_format; variable
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp172 m_has_gdb_format = true; in ParserGDBFormatLetter()
266 m_has_gdb_format = false; in OptionParsingStarting()