Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp387 class CommandObjectPlatformSettings : public CommandObjectParsed { class
389 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings() function in CommandObjectPlatformSettings
402 ~CommandObjectPlatformSettings() override = default;
1797 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()