src/gdb ChangeLog utils.c remote-fileio.c cli/ ...
mmitchel@sourceware.org
mmitchel@sourceware.org
Wed Mar 16 15:58:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: mmitchel@sourceware.org 2005-03-16 15:58:42
Modified files:
gdb : ChangeLog utils.c remote-fileio.c
gdb/cli : cli-cmds.c
Log message:
* utils.c (internal_vproblem): Guard call to fork with
HAVE_WORKING_FORK.
* cli/cli-cmds.c (shell_escape): Guard call to vfork with
HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
* remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
S_IRGRP and related macros.
(remote_fileio_mode_to_target): Likewise.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7006&r2=1.7007
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.157&r2=1.158
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-fileio.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-cmds.c.diff?cvsroot=src&r1=1.57&r2=1.58
More information about the Gdb-cvs
mailing list