Home
last modified time | relevance | path

Searched refs:only_if_no_immediate (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandReturnObject.cpp300 const char *SBCommandReturnObject::GetOutput(bool only_if_no_immediate) { in GetOutput() argument
301 LLDB_INSTRUMENT_VA(this, only_if_no_immediate); in GetOutput()
303 if (!only_if_no_immediate || in GetOutput()
309 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() argument
310 LLDB_INSTRUMENT_VA(this, only_if_no_immediate); in GetError()
312 if (!only_if_no_immediate || ref().GetImmediateErrorStream().get() == nullptr) in GetError()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommandReturnObject.h99 const char *GetOutput(bool only_if_no_immediate);
101 const char *GetError(bool only_if_no_immediate);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBCommandReturnObject.i46 GetOutput (bool only_if_no_immediate);