Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp96 ptr_depth = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue()
135 ptr_depth = 0; in OptionParsingStarting()
156 options.SetMaximumPointerDepth(ptr_depth); in GetAsDumpOptions()
/external/lldb/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h59 ptr_depth != 0 || in AnyOptionWasSet()
76 uint32_t ptr_depth; variable
/external/lldb/source/Core/
DValueObject.cpp3349 uint32_t ptr_depth, in DumpValueObject_Impl() argument
3507 uint32_t curr_ptr_depth = ptr_depth; in DumpValueObject_Impl()