* breakpoint.c (parse_breakpoint_sals): Fix description.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 7 Feb 2011 13:30:33 +0000 (13:30 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 7 Feb 2011 13:30:33 +0000 (13:30 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index b55e815a3b421704b6b3e56e256a0e38a53acbdf..37531225bff1018a4eedea23b63cd75fe9971573 100644 (file)
@@ -1,5 +1,9 @@
+2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * breakpoint.c (parse_breakpoint_sals): Fix description.
+
 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
-                Oguz Kayral <oguzkayral@gmail.com>
+           Oguz Kayral <oguzkayral@gmail.com>
 
        * python/py-inferior.c (python_on_normal_stop): New function.
        (python_on_resume): New function.
index 656dedd20f76b78771a2e6ae6fc6006708384e15..39d9b02fe43e50d61fdf3742e6b2dc48d3c32177 100644 (file)
@@ -7485,10 +7485,13 @@ create_breakpoints_sal (struct gdbarch *gdbarch,
     }
 }
 
-/* Parse ARG which is assumed to be a SAL specification possibly
+/* Parse ADDRESS which is assumed to be a SAL specification possibly
    followed by conditionals.  On return, SALS contains an array of SAL
    addresses found.  ADDR_STRING contains a vector of (canonical)
-   address strings.  ARG points to the end of the SAL.  */
+   address strings.  ADDRESS points to the end of the SAL.
+
+   The array and the line spec strings are allocated on the heap, it is
+   the caller's responsibility to free them.  */
 
 static void
 parse_breakpoint_sals (char **address,