Home
last modified time | relevance | path

Searched defs:SBCommand (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/API/
DSBDefines.h28 class LLDB_API SBCommand; variable
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp641 SBCommand::SBCommand() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBCommand); } in SBCommand() function in SBCommand
643 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() function in SBCommand