OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_option_variable
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Commands/
CommandObjectFrame.cpp
314
m_option_variable
(true), // Include the frame specific options by passing "true"
331
m_option_group.Append (&
m_option_variable
, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
398
if (!
m_option_variable
.summary.IsCurrentValueEmpty())
399
DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(
m_option_variable
.summary.GetCurrentValue()), summary_format_sp);
400
else if (!
m_option_variable
.summary_string.IsCurrentValueEmpty())
401
summary_format_sp.reset(new StringSummaryFormat(TypeSummaryImpl::Flags(),
m_option_variable
.summary_string.GetCurrentValue()));
418
if (
m_option_variable
.use_regex)
443
if (
m_option_variable
.show_decl && var_sp->GetDeclaration ().GetFile())
486
if (
m_option_variable
.show_decl && var_sp && var_sp->GetDeclaration ().GetFile())
523
dump_variable =
m_option_variable
.show_globals
598
OptionGroupVariable
m_option_variable
;
member in class:CommandObjectFrameVariable
[
all
...]
CommandObjectTarget.cpp
618
m_option_variable
(false), // Don't include frame options
638
m_option_group.Append (&
m_option_variable
, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
658
if (
m_option_variable
.show_scope)
663
if (
m_option_variable
.show_scope)
668
if (
m_option_variable
.show_scope)
673
if (
m_option_variable
.show_scope)
681
if (
m_option_variable
.show_decl)
785
if (
m_option_variable
.use_regex)
962
OptionGroupVariable
m_option_variable
;
member in class:CommandObjectTargetVariable
[
all
...]
Completed in 448 milliseconds