Update to the 2004-06-15 snapshot.
This commit is contained in:
parent
f705e2b990
commit
dea2bff479
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111871
6 changed files with 12 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SNAPDATE= 2004-05-25
|
||||
SNAPDATE= 2004-06-15
|
||||
SNAPVER= ${SNAPDATE:S/-//g}
|
||||
|
||||
PORTNAME= gdb
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gdb+dejagnu-weekly-20040525.tar.bz2) = 24078282c8e0432fdbba03a027edc858
|
||||
SIZE (gdb+dejagnu-weekly-20040525.tar.bz2) = 16845309
|
||||
MD5 (gdb+dejagnu-weekly-20040615.tar.bz2) = 4ddf67fd458e5e9b742fa17809130047
|
||||
SIZE (gdb+dejagnu-weekly-20040615.tar.bz2) = 16885944
|
||||
|
|
|
@ -720,9 +720,10 @@ freebsd_uthread_notice_signals (ptid_t ptid)
|
|||
/* Fork an inferior process, and start debugging it with /proc. */
|
||||
|
||||
static void
|
||||
freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env)
|
||||
freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env,
|
||||
int from_tty)
|
||||
{
|
||||
child_ops.to_create_inferior (exec_file, allargs, env);
|
||||
child_ops.to_create_inferior (exec_file, allargs, env, from_tty);
|
||||
|
||||
if (PIDGET(inferior_ptid) && freebsd_uthread_active)
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SNAPDATE= 2004-05-25
|
||||
SNAPDATE= 2004-06-15
|
||||
SNAPVER= ${SNAPDATE:S/-//g}
|
||||
|
||||
PORTNAME= gdb
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gdb+dejagnu-weekly-20040525.tar.bz2) = 24078282c8e0432fdbba03a027edc858
|
||||
SIZE (gdb+dejagnu-weekly-20040525.tar.bz2) = 16845309
|
||||
MD5 (gdb+dejagnu-weekly-20040615.tar.bz2) = 4ddf67fd458e5e9b742fa17809130047
|
||||
SIZE (gdb+dejagnu-weekly-20040615.tar.bz2) = 16885944
|
||||
|
|
|
@ -720,9 +720,10 @@ freebsd_uthread_notice_signals (ptid_t ptid)
|
|||
/* Fork an inferior process, and start debugging it with /proc. */
|
||||
|
||||
static void
|
||||
freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env)
|
||||
freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env,
|
||||
int from_tty)
|
||||
{
|
||||
child_ops.to_create_inferior (exec_file, allargs, env);
|
||||
child_ops.to_create_inferior (exec_file, allargs, env, from_tty);
|
||||
|
||||
if (PIDGET(inferior_ptid) && freebsd_uthread_active)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue