Searched defs:SBCommand (Results 1 – 2 of 2) sorted by relevance
40 class LLDB_API SBCommand; variable
585 SBCommand::SBCommand() { LLDB_INSTRUMENT_VA(this); } in SBCommand() function in SBCommand587 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() function in SBCommand