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

  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 973 /* All types that are editable must also be changeable. */
976 /* The value of a changeable variable object must not be lazy. */
1175 bool changeable;
1184 changeable = varobj_value_is_changeable_p (var);
1187 changeable. FIXME: need to make sure this behavior will not
1190 changeable = true;
1192 need_to_fetch = changeable;
1212 /* The new value might be lazy. If the type is changeable,
1265 /* If the type is changeable, compare the old and the new values.
1268 if (!initial && changeable)
1174 bool changeable; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
varobj.c 973 /* All types that are editable must also be changeable. */
976 /* The value of a changeable variable object must not be lazy. */
1175 bool changeable;
1184 changeable = varobj_value_is_changeable_p (var);
1187 changeable. FIXME: need to make sure this behavior will not
1190 changeable = true;
1192 need_to_fetch = changeable;
1212 /* The new value might be lazy. If the type is changeable,
1265 /* If the type is changeable, compare the old and the new values.
1268 if (!initial && changeable)
1174 bool changeable; local
    [all...]

Completed in 14 milliseconds