FreeBSD Bugzilla – Attachment 162807 Details for
Bug 203661
devel/gdb: Regression in gdb-7.10: system(3) conflicts with -pthread compile option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing that bug and a potential build issue
D-gdb-Bug203661.diff (text/plain), 1.55 KB, created by
luca.pizzamiglio
on 2015-11-05 10:47:53 UTC
(
hide
)
Description:
Fixing that bug and a potential build issue
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2015-11-05 10:47:53 UTC
Size:
1.55 KB
patch
obsolete
>diff --git devel/gdb/Makefile devel/gdb/Makefile >index bad5e47..f8787e2 100644 >--- devel/gdb/Makefile >+++ devel/gdb/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gdb > PORTVERSION= 7.10 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= GNU > >diff --git devel/gdb/files/extrapatch-kgdb devel/gdb/files/extrapatch-kgdb >index 93621d0..33a623b 100644 >--- devel/gdb/files/extrapatch-kgdb >+++ devel/gdb/files/extrapatch-kgdb >@@ -2,6 +2,16 @@ diff --git gdb/Makefile.in gdb/Makefile.in > index dfaa8a3..182d875 100644 > --- gdb/Makefile.in > +++ gdb/Makefile.in >+@@ -207,7 +207,8 @@ >+ >+ # Generated headers in the gnulib directory. These must be listed >+ # so that they are generated before other files are compiled. >+-GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@ >++GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h \ >++ $(GNULIB_BUILDDIR)/import/alloca.h @GNULIB_STDINT_H@ >+ >+ # >+ # CLI sub directory definitons > @@ -650,7 +650,8 @@ ALL_64_TARGET_OBS = \ > ia64-linux-tdep.o ia64-vms-tdep.o ia64-tdep.o \ > mips64obsd-tdep.o \ >diff --git devel/gdb/files/fbsd-threads.c devel/gdb/files/fbsd-threads.c >index cd7b186..689128b 100644 >--- devel/gdb/files/fbsd-threads.c >+++ devel/gdb/files/fbsd-threads.c >@@ -766,6 +766,7 @@ fbsd_thread_wait (struct target_ops *ops, > ret = beneath->to_wait (beneath, ptid, ourstatus, options); > if (GET_PID(ret) >= 0 && > ( ourstatus->kind == TARGET_WAITKIND_STOPPED || >+ ourstatus->kind == TARGET_WAITKIND_VFORKED || > ourstatus->kind == TARGET_WAITKIND_FORKED ) ) > { > lwp = get_current_lwp (GET_PID(ret));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
luca.pizzamiglio:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 203661
:
161857
|
161858
|
162124
| 162807