This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog infcmd.c inferior.h
- From: tromey at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 18 Dec 2012 19:31:18 -0000
- Subject: src/gdb ChangeLog infcmd.c inferior.h
CVSROOT: /cvs/src
Module name: src
Changes by: tromey@sourceware.org 2012-12-18 19:31:18
Modified files:
gdb : ChangeLog infcmd.c inferior.h
Log message:
* infcmd.c (all_registers_info, nexti_command, stepi_command)
(continue_command, interrupt_target_command): Now static.
(registers_info): Remove declaration.
* inferior.h (all_registers_info, nexti_command, stepi_command)
(continue_command, interrupt_target_command): Don't declare.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14964&r2=1.14965
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.318&r2=1.319
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.181&r2=1.182