Home
last modified time | relevance | path

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

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