Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp19 class CommandStructuredData : public CommandObjectMultiword { class
21 CommandStructuredData(CommandInterpreter &interpreter) in CommandStructuredData() function in __anonce8466130111::CommandStructuredData
26 ~CommandStructuredData() override = default;
57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger()