This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add fullname field for MI -break-info command


On Thu, Feb 02, 2006 at 10:06:58AM +0300, Vladimir Prus wrote:
> Changelog entry:
> 
> 2006-02-02 Vladimir Prus <ghost@cs.msu.su>
>         
>         * breakpoint.c (print_one_breakpoint): For MI-like UI, output
>          'fullname' field.
>         * doc/gdb.texinit: Document the 'fullname' field in -break-list
>           output.
>         * testsuite/gdb.mi/mi-break.exp: Test for the 'fullname' field.
>         * testsuite/gdb.mi/mi2-break.exp: Likewise

I've checked this in.  FYI, here's what the ChangeLog entries I used
looked like; testsuite and doc have their own.

+2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
+
+	* breakpoint.c (print_one_breakpoint): For MI-like UI, output
+	fullname field.
+

+2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
+
+	* gdb.texinfo (Breakpoint table commands): Document the fullname
+	field in -break-list output.
+

+2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
+
+	* gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
+	field.
+

Did I already ask you about a copyright assignment?  We don't need one
for this patch, but may for future patches.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]