Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp180 auto max_depth_config = target_sp->GetMaximumDepthOfChildrenToDisplay(); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h183 std::pair<uint32_t, bool> GetMaximumDepthOfChildrenToDisplay() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4592 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const { in GetMaximumDepthOfChildrenToDisplay() function in TargetProperties