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

gdb/328


The following reply was made to PR gdb/328; it has been noted by GNATS.

From: cagney@sources.redhat.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/328
Date: 23 Mar 2002 17:38:13 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	cagney@sources.redhat.com	2002-03-23 09:38:13
 
 Modified files:
 	gdb            : ChangeLog defs.h remote-utils.c remote.c 
 	                 scm-lang.c stack.c thread-db.c tracepoint.c 
 	gdb/cli        : cli-decode.c 
 
 Log message:
 	* defs.h (error): Add printf format attribute.
 	* thread-db.c (thread_from_lwp): Fix error format string.
 	* stack.c (parse_frame_specification): Ditto.
 	* cli/cli-decode.c (undef_cmd_error): Ditto.
 	* scm-lang.c (scm_lookup_name): Ditto.
 	* tracepoint.c (trace_error): Ditto.
 	* remote-utils.c (usage): Ditto.
 	* remote.c (compare_sections_command): Ditto.
 	Fix PR gdb/328.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2343&r2=1.2344
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.84&r2=1.85
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-utils.c.diff?cvsroot=src&r1=1.12&r2=1.13
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.77&r2=1.78
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/scm-lang.c.diff?cvsroot=src&r1=1.8&r2=1.9
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stack.c.diff?cvsroot=src&r1=1.29&r2=1.30
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/thread-db.c.diff?cvsroot=src&r1=1.21&r2=1.22
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.34&r2=1.35
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-decode.c.diff?cvsroot=src&r1=1.17&r2=1.18
 


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