Searched refs:install_new_value (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvarobj.c207 static int install_new_value (struct varobj *var, struct value *value,
540 install_new_value (var, value, 1 /* Initial assignment */);
933 var->updated = install_new_value (var, val, 0 /* Compare values. */);
983 install_new_value (struct varobj *var, struct value *value, int initial)
1193 if (install_new_value ((*varp), new, type_changed))
1195 /* If type_changed is 1, install_new_value will never return
1234 if (install_new_value (v, new, 0 /* type not changed */))
1476 calling install_new_value. */
1485 install_new_value (child, value, 1);
982 install_new_value (struct varobj *var, struct value *value, int initial) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvarobj.c207 static int install_new_value (struct varobj *var, struct value *value,
540 install_new_value (var, value, 1 /* Initial assignment */);
933 var->updated = install_new_value (var, val, 0 /* Compare values. */);
983 install_new_value (struct varobj *var, struct value *value, int initial)
1193 if (install_new_value ((*varp), new, type_changed))
1195 /* If type_changed is 1, install_new_value will never return
1234 if (install_new_value (v, new, 0 /* type not changed */))
1476 calling install_new_value. */
1485 install_new_value (child, value, 1);
982 install_new_value (struct varobj *var, struct value *value, int initial) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvarobj.c207 static int install_new_value (struct varobj *var, struct value *value,
540 install_new_value (var, value, 1 /* Initial assignment */);
933 var->updated = install_new_value (var, val, 0 /* Compare values. */);
983 install_new_value (struct varobj *var, struct value *value, int initial)
1193 if (install_new_value ((*varp), new, type_changed))
1195 /* If type_changed is 1, install_new_value will never return
1234 if (install_new_value (v, new, 0 /* type not changed */))
1476 calling install_new_value. */
1485 install_new_value (child, value, 1);
982 install_new_value (struct varobj *var, struct value *value, int initial) function

Completed in 224 milliseconds