Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdData.h23 : id(0), bCmdValid(false), bCmdExecutedSuccessfully(false), in SMICmdData()
37 bool bCmdExecutedSuccessfully; // True = Command finished successfully, false member
54 bCmdExecutedSuccessfully = false; in Clear()
H A DMICmdBase.cpp205 m_cmdData.bCmdExecutedSuccessfully = false; in SetError()