Home
last modified time | relevance | path

Searched refs:CommandObjectDWIMPrint (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.h32 class CommandObjectDWIMPrint : public CommandObjectRaw {
34 CommandObjectDWIMPrint(CommandInterpreter &interpreter);
36 ~CommandObjectDWIMPrint() override = default;
H A DCommandObjectDWIMPrint.cpp34 CommandObjectDWIMPrint::CommandObjectDWIMPrint(CommandInterpreter &interpreter) in CommandObjectDWIMPrint() function in CommandObjectDWIMPrint
53 Options *CommandObjectDWIMPrint::GetOptions() { return &m_option_group; } in GetOptions()
55 void CommandObjectDWIMPrint::HandleArgumentCompletion( in HandleArgumentCompletion()
61 void CommandObjectDWIMPrint::DoExecute(StringRef command, in DoExecute()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile123 SRCS+= Commands/CommandObjectDWIMPrint.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp546 REGISTER_COMMAND_OBJECT("dwim-print", CommandObjectDWIMPrint); in LoadCommandDictionary()