Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp108 max_depth_is_default = false; in SetOptionValue()
168 max_depth_is_default = true; in OptionParsingStarting()
182 max_depth_is_default = std::get<bool>(max_depth_config); in OptionParsingStarting()
199 options.SetMaximumDepth(max_depth, max_depth_is_default) in GetAsDumpOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h47 max_depth_is_default : 1; variable