src/gdb infcmd.c ChangeLog
brobecke@sourceware.org
brobecke@sourceware.org
Tue Mar 8 22:03:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2005-03-08 22:03:53
Modified files:
gdb : infcmd.c ChangeLog
Log message:
* infcmd.c (run_command_1): New function, extracted from
run_command.
(run_command): Replace implementation by call to run_command_1.
(start_command): Use run_command_1 to insert the temporary
breakpoint and run the program. Remove code that's no longer
needed, as already done at the proper time by run_command_1.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6988&r2=1.6989
More information about the Gdb-cvs
mailing list