Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp556 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release()); in LoadCommandDictionary() local
571 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release()); in LoadCommandDictionary() local
591 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary() local
673 CommandObjectSP command_sp; in GetCommandSP() local
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp417 const lldb::CommandObjectSP& command_sp) in LoadSubCommand()