diff options
Diffstat (limited to 'gdb/varobj.c')
-rw-r--r-- | gdb/varobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/varobj.c b/gdb/varobj.c index d36e46d..54c2a02 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -591,8 +591,8 @@ varobj_gen_name (void) return obj_name; } -/* Given an "objname", returns the pointer to the corresponding varobj - or NULL if not found */ +/* Given an OBJNAME, returns the pointer to the corresponding varobj. Call + error if OBJNAME cannot be found. */ struct varobj * varobj_get_handle (char *objname) |