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.cpp377 class CommandObjectPlatformSettings : public CommandObjectParsed { class
379 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings() function in CommandObjectPlatformSettings
389 ~CommandObjectPlatformSettings() override = default;
1913 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()