Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp375 class CommandObjectPlatformSettings : public CommandObjectParsed { class
377 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings() function in CommandObjectPlatformSettings
387 ~CommandObjectPlatformSettings() override = default;
1820 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()