Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h64 bool HasGDBFormat() const { return m_has_gdb_format; } in HasGDBFormat() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp697 !m_format_options.HasGDBFormat()) in DoExecute()