LLDB mainline
Public Member Functions | Public Attributes | List of all members
CommandObjectBreakpointCommandAdd::CommandOptions Class Reference
Inheritance diagram for CommandObjectBreakpointCommandAdd::CommandOptions:
Inheritance graph
[legend]

Public Member Functions

 CommandOptions ()=default
 
 ~CommandOptions () override=default
 
Status SetOptionValue (uint32_t option_idx, llvm::StringRef option_arg, ExecutionContext *execution_context) override
 
void OptionParsingStarting (ExecutionContext *execution_context) override
 
llvm::ArrayRef< OptionDefinitionGetDefinitions () override
 
- Public Member Functions inherited from lldb_private::OptionGroup
 OptionGroup ()=default
 
virtual ~OptionGroup ()=default
 
virtual llvm::ArrayRef< OptionDefinitionGetDefinitions ()=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)
 

Public Attributes

bool m_use_commands = false
 
bool m_use_script_language = false
 
lldb::ScriptLanguage m_script_language = eScriptLanguageNone
 
bool m_use_one_liner = false
 
std::string m_one_liner
 
bool m_stop_on_error
 
bool m_use_dummy
 

Detailed Description

Definition at line 152 of file CommandObjectBreakpointCommand.cpp.

Constructor & Destructor Documentation

◆ CommandOptions()

CommandObjectBreakpointCommandAdd::CommandOptions::CommandOptions ( )
default

◆ ~CommandOptions()

CommandObjectBreakpointCommandAdd::CommandOptions::~CommandOptions ( )
overridedefault

Member Function Documentation

◆ GetDefinitions()

llvm::ArrayRef< OptionDefinition > CommandObjectBreakpointCommandAdd::CommandOptions::GetDefinitions ( )
inlineoverridevirtual

◆ OptionParsingStarting()

void CommandObjectBreakpointCommandAdd::CommandOptions::OptionParsingStarting ( ExecutionContext execution_context)
inlineoverridevirtual

Implements lldb_private::OptionGroup.

Definition at line 207 of file CommandObjectBreakpointCommand.cpp.

◆ SetOptionValue()

Status CommandObjectBreakpointCommandAdd::CommandOptions::SetOptionValue ( uint32_t  option_idx,
llvm::StringRef  option_arg,
ExecutionContext execution_context 
)
inlineoverridevirtual

Implements lldb_private::OptionGroup.

Definition at line 158 of file CommandObjectBreakpointCommand.cpp.

Member Data Documentation

◆ m_one_liner

std::string CommandObjectBreakpointCommandAdd::CommandOptions::m_one_liner

Definition at line 230 of file CommandObjectBreakpointCommand.cpp.

◆ m_script_language

lldb::ScriptLanguage CommandObjectBreakpointCommandAdd::CommandOptions::m_script_language = eScriptLanguageNone

Definition at line 226 of file CommandObjectBreakpointCommand.cpp.

◆ m_stop_on_error

bool CommandObjectBreakpointCommandAdd::CommandOptions::m_stop_on_error

Definition at line 231 of file CommandObjectBreakpointCommand.cpp.

◆ m_use_commands

bool CommandObjectBreakpointCommandAdd::CommandOptions::m_use_commands = false

Definition at line 224 of file CommandObjectBreakpointCommand.cpp.

◆ m_use_dummy

bool CommandObjectBreakpointCommandAdd::CommandOptions::m_use_dummy

Definition at line 232 of file CommandObjectBreakpointCommand.cpp.

◆ m_use_one_liner

bool CommandObjectBreakpointCommandAdd::CommandOptions::m_use_one_liner = false

Definition at line 229 of file CommandObjectBreakpointCommand.cpp.

◆ m_use_script_language

bool CommandObjectBreakpointCommandAdd::CommandOptions::m_use_script_language = false

Definition at line 225 of file CommandObjectBreakpointCommand.cpp.


The documentation for this class was generated from the following file: