This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog infcmd.c inferior.h infrun.c
- From: qiyao at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 30 Nov 2012 14:35:50 -0000
- Subject: src/gdb ChangeLog infcmd.c inferior.h infrun.c
CVSROOT: /cvs/src
Module name: src
Changes by: qiyao@sourceware.org 2012-11-30 14:35:50
Modified files:
gdb : ChangeLog infcmd.c inferior.h infrun.c
Log message:
gdb/
2012-11-30 Yao Qi <yao@codesourcery.com>
* infrun.c (error_is_running, ensure_not_running): Move them
to ...
* infcmd.c (error_is_running, ensure_not_running): ... here.
Make them 'static'.
* inferior.h: Remove declarations of error_is_running and
ensure_not_running.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14875&r2=1.14876
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.316&r2=1.317
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.180&r2=1.181
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.568&r2=1.569