mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +08:00
(enum varobj_update_error): Delete WRONG_PARAM value.
This commit is contained in:
@ -45,7 +45,6 @@ enum varobj_update_error
|
|||||||
NOT_IN_SCOPE = -1, /* varobj not in scope, can not be updated. */
|
NOT_IN_SCOPE = -1, /* varobj not in scope, can not be updated. */
|
||||||
TYPE_CHANGED = -2, /* varobj type has changed. */
|
TYPE_CHANGED = -2, /* varobj type has changed. */
|
||||||
INVALID = -3, /* varobj is not valid anymore. */
|
INVALID = -3, /* varobj is not valid anymore. */
|
||||||
WRONG_PARAM = -4 /* function is called with wrong arguments. */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* String representations of gdb's format codes (defined in varobj.c) */
|
/* String representations of gdb's format codes (defined in varobj.c) */
|
||||||
|
Reference in New Issue
Block a user