HomeSort by: relevance | last modified time | path
    Searched defs:value_of_root (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 180 static struct value *value_of_root (struct varobj **var_handle, bool *);
1475 /* Update the root variable. value_of_root can return NULL
1478 value_of_root variable dispose of the varobj if the type
1480 newobj = value_of_root (varp, &type_changed);
1931 /* Helper function to value_of_root. */
1996 value_of_root (struct varobj **var_handle, bool *type_changed)
1994 value_of_root (struct varobj **var_handle, bool *type_changed) function
  /src/external/gpl3/gdb/dist/gdb/
varobj.c 180 static struct value *value_of_root (struct varobj **var_handle, bool *);
1475 /* Update the root variable. value_of_root can return NULL
1478 value_of_root variable dispose of the varobj if the type
1480 newobj = value_of_root (varp, &type_changed);
1931 /* Helper function to value_of_root. */
1996 value_of_root (struct varobj **var_handle, bool *type_changed)
1994 value_of_root (struct varobj **var_handle, bool *type_changed) function

Completed in 21 milliseconds