LLDB
mainline
|
#include <Options.h>
Public Member Functions | |
OptionGroup ()=default | |
virtual | ~OptionGroup ()=default |
virtual llvm::ArrayRef< OptionDefinition > | GetDefinitions ()=0 |
virtual Status | SetOptionValue (uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context)=0 |
virtual void | OptionParsingStarting (ExecutionContext *execution_context)=0 |
virtual Status | OptionParsingFinished (ExecutionContext *execution_context) |
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in CommandObjectTargetStopHookAdd::CommandOptions, CommandObjectMemoryRegion::OptionGroupMemoryRegion, BreakpointAccessOptionGroup, BreakpointNameOptionGroup, CommandObjectMemoryWrite::OptionGroupWriteMemory, lldb_private::OptionGroupPlatformCaching, lldb_private::OptionGroupPlatformSSH, lldb_private::OptionGroupPlatformRSync, CommandObjectMemoryFind::OptionGroupFindMemory, CommandObjectTypeFormatAdd::CommandOptions, CommandObjectBreakpointSet::CommandOptions, ThreadStepScopeOptionGroup, CommandObjectRegisterRead::CommandOptions, CommandObjectBreakpointCommandAdd::CommandOptions, CommandObjectCommandsAlias::CommandOptions, BreakpointDummyOptionGroup, OptionGroupDependents, CommandObjectMemoryTagWrite::OptionGroupTagWrite, OptionPermissions, lldb_private::OptionGroupFileList, lldb_private::BreakpointOptionGroup, OptionGroupReadMemory, lldb_private::OptionGroupFormat, lldb_private::OptionGroupPythonClassWithDict, lldb_private::CommandOptionsProcessLaunch, lldb_private::CommandObjectExpression::CommandOptions, lldb_private::OptionGroupBoolean, lldb_private::OptionGroupFile, lldb_private::OptionGroupPlatform, lldb_private::OptionGroupUInt64, lldb_private::OptionGroupString, lldb_private::OptionGroupMemoryTag, lldb_private::OptionGroupWatchpoint, lldb_private::OptionGroupArchitecture, lldb_private::OptionGroupOutputFile, lldb_private::OptionGroupUUID, lldb_private::OptionGroupValueObjectDisplay, and lldb_private::OptionGroupVariable.
Referenced by lldb_private::OptionGroupOptions::Append().
|
inlinevirtual |
Reimplemented in lldb_private::BreakpointOptionGroup, and lldb_private::OptionGroupPythonClassWithDict.
Definition at line 247 of file Options.h.
References error().
Referenced by lldb_private::OptionGroupOptions::OptionParsingFinished().
|
pure virtual |
Implemented in lldb_private::CommandOptionsProcessLaunch, CommandObjectTargetStopHookAdd::CommandOptions, CommandObjectMemoryRegion::OptionGroupMemoryRegion, BreakpointAccessOptionGroup, BreakpointNameOptionGroup, CommandObjectMemoryWrite::OptionGroupWriteMemory, lldb_private::OptionGroupPlatformCaching, lldb_private::OptionGroupPlatformSSH, lldb_private::OptionGroupPlatformRSync, CommandObjectMemoryFind::OptionGroupFindMemory, CommandObjectTypeFormatAdd::CommandOptions, CommandObjectBreakpointSet::CommandOptions, ThreadStepScopeOptionGroup, CommandObjectRegisterRead::CommandOptions, CommandObjectCommandsAlias::CommandOptions, CommandObjectBreakpointCommandAdd::CommandOptions, BreakpointDummyOptionGroup, OptionGroupDependents, CommandObjectMemoryTagWrite::OptionGroupTagWrite, lldb_private::BreakpointOptionGroup, OptionPermissions, OptionGroupReadMemory, lldb_private::OptionGroupFileList, lldb_private::OptionGroupPythonClassWithDict, lldb_private::OptionGroupFormat, lldb_private::OptionGroupBoolean, lldb_private::OptionGroupFile, lldb_private::CommandObjectExpression::CommandOptions, lldb_private::OptionGroupUInt64, lldb_private::OptionGroupPlatform, lldb_private::OptionGroupString, lldb_private::OptionGroupMemoryTag, lldb_private::OptionGroupWatchpoint, lldb_private::OptionGroupArchitecture, lldb_private::OptionGroupOutputFile, lldb_private::OptionGroupUUID, lldb_private::OptionGroupValueObjectDisplay, and lldb_private::OptionGroupVariable.
Referenced by lldb_private::OptionGroupOptions::OptionParsingStarting().
|
pure virtual |
Implemented in CommandObjectMemoryRegion::OptionGroupMemoryRegion, CommandObjectMemoryWrite::OptionGroupWriteMemory, lldb_private::OptionGroupPlatformCaching, lldb_private::OptionGroupPlatformSSH, lldb_private::OptionGroupPlatformRSync, CommandObjectMemoryFind::OptionGroupFindMemory, CommandObjectTypeFormatAdd::CommandOptions, CommandObjectRegisterRead::CommandOptions, CommandObjectCommandsAlias::CommandOptions, OptionGroupDependents, CommandObjectMemoryTagWrite::OptionGroupTagWrite, lldb_private::OptionGroupFileList, OptionGroupReadMemory, lldb_private::OptionGroupPythonClassWithDict, lldb_private::OptionGroupFormat, lldb_private::OptionGroupBoolean, lldb_private::OptionGroupFile, lldb_private::CommandObjectExpression::CommandOptions, lldb_private::OptionGroupUInt64, lldb_private::OptionGroupString, lldb_private::OptionGroupPlatform, lldb_private::OptionGroupMemoryTag, lldb_private::OptionGroupWatchpoint, lldb_private::OptionGroupArchitecture, lldb_private::OptionGroupOutputFile, lldb_private::OptionGroupUUID, lldb_private::OptionGroupValueObjectDisplay, lldb_private::OptionGroupVariable, lldb_private::CommandOptionsProcessLaunch, CommandObjectTargetStopHookAdd::CommandOptions, BreakpointAccessOptionGroup, BreakpointNameOptionGroup, CommandObjectBreakpointSet::CommandOptions, ThreadStepScopeOptionGroup, BreakpointDummyOptionGroup, CommandObjectBreakpointCommandAdd::CommandOptions, OptionPermissions, and lldb_private::BreakpointOptionGroup.