projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f42e8
)
(enum varobj_update_error): Delete WRONG_PARAM value.
author
Nick Roberts
<nickrob@snap.net.nz>
Tue, 27 Feb 2007 22:01:10 +0000
(22:01 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Tue, 27 Feb 2007 22:01:10 +0000
(22:01 +0000)
gdb/varobj.h
patch
|
blob
|
history
diff --git
a/gdb/varobj.h
b/gdb/varobj.h
index eb456208050bca6ce781c83243b0c945277176ac..846f6a27772cbd3bb7f27e8b30cd04a71a8f44fe 100644
(file)
--- a/
gdb/varobj.h
+++ b/
gdb/varobj.h
@@
-45,7
+45,6
@@
enum varobj_update_error
NOT_IN_SCOPE = -1, /* varobj not in scope, can not be updated. */
TYPE_CHANGED = -2, /* varobj type has changed. */
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) */