Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp378 class CommandObjectPlatformSettings : public CommandObjectParsed { class
380 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings() function in CommandObjectPlatformSettings
391 ~CommandObjectPlatformSettings() override = default;
1917 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()