Fix varobj_delete comment
authorSimon Marchi <simon.marchi@ericsson.com>
Fri, 30 Jan 2015 20:16:43 +0000 (15:16 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 30 Jan 2015 20:16:43 +0000 (15:16 -0500)
gdb/ChangeLog:

* varobj.c (varobj_delete): Fix comment.

gdb/ChangeLog
gdb/varobj.c

index bdf9fccea0d11dd799cc79025c1606b0261f40a3..71ed80cf535f4f08237732fc31d6aa63fbd64639 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * varobj.c (varobj_delete): Fix comment.
+
 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
 
        * varobj.c (create_child): Modify comment.
index 76bf495cf007e776ace0a1fb855e041dc6e8eb5c..268ba3c85d27c389fa3dfd0e4ac15fb39678c34c 100644 (file)
@@ -502,9 +502,10 @@ varobj_get_expression (const struct varobj *var)
 }
 
 /* Deletes a varobj and all its children if only_children == 0,
-   otherwise deletes only the children; returns a malloc'ed list of
-   all the (malloc'ed) names of the variables that have been deleted
-   (NULL terminated).  */
+   otherwise deletes only the children. If DELLIST is non-NULL, it is
+   assigned a malloc'ed list of all the (malloc'ed) names of the variables
+   that have been deleted (NULL terminated).  Returns the number of deleted
+   variables.  */
 
 int
 varobj_delete (struct varobj *var, char ***dellist, int only_children)
This page took 0.030708 seconds and 4 git commands to generate.