HomeSort by relevance Sort by last modified time
    Searched refs:is_child (Results 1 - 3 of 3) sorted by null

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
explore.py 66 def explore_expr(expr, value, is_child):
72 is_child: Boolean value to indicate if the expression is a child.
76 when exploring the fields of the struct, is_child is set
85 while explorer_class.explore_expr(expr, value, is_child):
92 def explore_type(name, datatype, is_child):
99 is_child: Boolean value to indicate if the name is a child.
103 of the struct, is_child is set to True internally.
111 while explorer_class.explore_type(name, datatype, is_child):
193 def explore_expr(expr, value, is_child):
202 if is_child
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
explore.py 66 def explore_expr(expr, value, is_child):
72 is_child: Boolean value to indicate if the expression is a child.
76 when exploring the fields of the struct, is_child is set
85 while explorer_class.explore_expr(expr, value, is_child):
92 def explore_type(name, datatype, is_child):
99 is_child: Boolean value to indicate if the name is a child.
103 of the struct, is_child is set to True internally.
111 while explorer_class.explore_type(name, datatype, is_child):
193 def explore_expr(expr, value, is_child):
202 if is_child
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 3277 Bool is_child; local
    [all...]

Completed in 152 milliseconds