LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::OptionGroupValueObjectDisplay Class Reference

#include <OptionGroupValueObjectDisplay.h>

Inheritance diagram for lldb_private::OptionGroupValueObjectDisplay:
Inheritance graph
[legend]

Public Member Functions

 OptionGroupValueObjectDisplay ()=default
 
 ~OptionGroupValueObjectDisplay () override=default
 
llvm::ArrayRef< OptionDefinitionGetDefinitions () override
 
Status SetOptionValue (uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) override
 
void OptionParsingStarting (ExecutionContext *execution_context) override
 
bool AnyOptionWasSet () const
 
DumpValueObjectOptions GetAsDumpOptions (LanguageRuntimeDescriptionDisplayVerbosity lang_descr_verbosity=eLanguageRuntimeDescriptionDisplayVerbosityFull, lldb::Format format=lldb::eFormatDefault, lldb::TypeSummaryImplSP summary_sp=lldb::TypeSummaryImplSP())
 
- 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 show_types: 1
 
bool show_location: 1
 
bool flat_output: 1
 
bool use_objc: 1
 
bool use_synth: 1
 
bool be_raw: 1
 
bool ignore_cap: 1
 
bool run_validator: 1
 
bool max_depth_is_default: 1
 
uint32_t no_summary_depth
 
uint32_t max_depth
 
uint32_t ptr_depth
 
uint32_t elem_count
 
lldb::DynamicValueType use_dynamic
 

Detailed Description

Definition at line 19 of file OptionGroupValueObjectDisplay.h.

Constructor & Destructor Documentation

◆ OptionGroupValueObjectDisplay()

lldb_private::OptionGroupValueObjectDisplay::OptionGroupValueObjectDisplay ( )
default

◆ ~OptionGroupValueObjectDisplay()

lldb_private::OptionGroupValueObjectDisplay::~OptionGroupValueObjectDisplay ( )
overridedefault

Member Function Documentation

◆ AnyOptionWasSet()

bool lldb_private::OptionGroupValueObjectDisplay::AnyOptionWasSet ( ) const
inline

◆ GetAsDumpOptions()

Definition at line 189 of file OptionGroupValueObjectDisplay.cpp.

References lldb_private::DumpValueObjectOptions::PointerDepth::Always, be_raw, lldb_private::eLanguageRuntimeDescriptionDisplayVerbosityCompact, elem_count, flat_output, ignore_cap, max_depth, max_depth_is_default, no_summary_depth, ptr_depth, run_validator, lldb_private::DumpValueObjectOptions::SetElementCount(), lldb_private::DumpValueObjectOptions::SetFlatOutput(), lldb_private::DumpValueObjectOptions::SetFormat(), lldb_private::DumpValueObjectOptions::SetHideName(), lldb_private::DumpValueObjectOptions::SetHideRootType(), lldb_private::DumpValueObjectOptions::SetHideValue(), lldb_private::DumpValueObjectOptions::SetIgnoreCap(), lldb_private::DumpValueObjectOptions::SetMaximumDepth(), lldb_private::DumpValueObjectOptions::SetMaximumPointerDepth(), lldb_private::DumpValueObjectOptions::SetOmitSummaryDepth(), lldb_private::DumpValueObjectOptions::SetRawDisplay(), lldb_private::DumpValueObjectOptions::SetRunValidator(), lldb_private::DumpValueObjectOptions::SetShowLocation(), lldb_private::DumpValueObjectOptions::SetShowSummary(), lldb_private::DumpValueObjectOptions::SetShowTypes(), lldb_private::DumpValueObjectOptions::SetSummary(), lldb_private::DumpValueObjectOptions::SetUseDynamicType(), lldb_private::DumpValueObjectOptions::SetUseObjectiveC(), lldb_private::DumpValueObjectOptions::SetUseSyntheticValue(), show_location, show_types, use_dynamic, use_objc, and use_synth.

Referenced by CommandObjectFrameVariable::DoExecute(), CommandObjectMemoryRead::DoExecute(), lldb_private::CommandObjectDWIMPrint::DoExecute(), and CommandObjectTargetVariable::DumpValueObject().

◆ GetDefinitions()

llvm::ArrayRef< OptionDefinition > OptionGroupValueObjectDisplay::GetDefinitions ( )
overridevirtual

Implements lldb_private::OptionGroup.

Definition at line 64 of file OptionGroupValueObjectDisplay.cpp.

References g_option_table.

◆ OptionParsingStarting()

void OptionGroupValueObjectDisplay::OptionParsingStarting ( ExecutionContext execution_context)
overridevirtual

◆ SetOptionValue()

Status OptionGroupValueObjectDisplay::SetOptionValue ( uint32_t  option_idx,
llvm::StringRef  option_value,
ExecutionContext execution_context 
)
overridevirtual

Member Data Documentation

◆ be_raw

bool lldb_private::OptionGroupValueObjectDisplay::be_raw

◆ elem_count

uint32_t lldb_private::OptionGroupValueObjectDisplay::elem_count

◆ flat_output

bool lldb_private::OptionGroupValueObjectDisplay::flat_output

◆ ignore_cap

bool lldb_private::OptionGroupValueObjectDisplay::ignore_cap

◆ max_depth

uint32_t lldb_private::OptionGroupValueObjectDisplay::max_depth

◆ max_depth_is_default

bool lldb_private::OptionGroupValueObjectDisplay::max_depth_is_default

◆ no_summary_depth

uint32_t lldb_private::OptionGroupValueObjectDisplay::no_summary_depth

◆ ptr_depth

uint32_t lldb_private::OptionGroupValueObjectDisplay::ptr_depth

◆ run_validator

bool lldb_private::OptionGroupValueObjectDisplay::run_validator

◆ show_location

bool lldb_private::OptionGroupValueObjectDisplay::show_location

◆ show_types

bool lldb_private::OptionGroupValueObjectDisplay::show_types

◆ use_dynamic

lldb::DynamicValueType lldb_private::OptionGroupValueObjectDisplay::use_dynamic

◆ use_objc

bool lldb_private::OptionGroupValueObjectDisplay::use_objc

◆ use_synth

bool lldb_private::OptionGroupValueObjectDisplay::use_synth

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