Home
last modified time | relevance | path

Searched refs:HasGDBFormat (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() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp695 !m_format_options.HasGDBFormat()) in DoExecute()