This is the mail archive of the gdb-prs@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]

[Bug breakpoints/8079] [RFC] Display exact entered expression for watchpoints


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-02-05 00:14 -------
Subject: Bug 8079

CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2009-02-05 00:13:43

Modified files:
	gdb            : ChangeLog breakpoint.c printcmd.c 

Log message:
	2009-01-07  Pierre Muller  <muller@ics.u-strasbg.fr>
	Tom Tromey  <tromey@redhat.com>
	
	PR breakpoints/8079:
	* breakpoint.c (print_one_breakpoint): Use exp_string field
	to display expression of watchpoints.
	(mention): Likewise.
	(watch_command_1): Remove trailing whitespace from expression.
	* printcmd.c (struct display) <exp_string>: New field.
	(display_command): Set exp_string.
	(free_display): Free exp_string.
	(clear_displays): Use free_display.
	(do_one_display): Print exp_string.
	(display_info): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10165&r2=1.10166
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.375&r2=1.376
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/printcmd.c.diff?cvsroot=src&r1=1.141&r2=1.142



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=8079

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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