Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp180 auto max_depth_config = target_sp->GetMaximumDepthOfChildrenToDisplay(); in OptionParsingStarting() local
181 max_depth = std::get<uint32_t>(max_depth_config); in OptionParsingStarting()
182 max_depth_is_default = std::get<bool>(max_depth_config); in OptionParsingStarting()