Home
last modified time | relevance | path

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

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