summaryrefslogtreecommitdiff
path: root/devel/gdb
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Add PLIST.SunOS, fixes build on SunOS.fhajny1-0/+10
2016-01-19Update to 7.10.1ryoon3-9/+11
Changelog: December 5th, 2015: GDB 7.10.1 Released! The latest version of GDB, version 7.10.1, is available for download. This is a minor corrective release over GDB 7.10, fixing the following issues: PR remote/18965 (new vforkdone stop reply should indicate parent process ID) PR gdb/18957 (build failure in linux-namespaces.c due to setns static declaration) PR gdb/19297 (Internal error on "record btrace": Unexpected branch trace format) PR c++/16957 (gdb segfaults when loading symbols in C++11-enabled application) PR c++/19306 (Incorrect demangling of symbols with ABI tags) PR c++/19307 (Demangler bugs found with fuzz-testing) PR c++/19308 (Demangle C++ Transactional Memory TS (N4514) symbols) August 28th, 2015: GDB 7.10 Released! The latest version of GDB, version 7.10, is available for download. Changes in this release include: Improved support for accessing shared libraries directly from the target system when debugging remotely. Various Guile and Python scripting improvements. Record-replay and reverse debugging on Aarch64 Linux. Support for fork events on extended-remote Linux targets (Linux kernels 2.5.60 and later). DTrace USDT (Userland Static Defined Tracing) probes support on x86_64 GNU/Linux targets. Vector ABI support on S/390 GNU/Linux targets. GDB now reads the GDBHISTSIZE environment variable rather than HISTSIZE to determine the size of GDB's command history. Support for setting the parity when connecting to the target using a serial interface. The number of candidates to be considered during completion can now be limited. Support for Sun's version of the "stabs" debug file format has been removed. Support for HP/PA running HP-UX (hppa*-*-hpux*) has been removed. Support for Itanium running HP-UX (ia64-*-hpux*) has been removed. See the NEWS file for a more complete and detailed list of what this release includes.
2015-12-22Account for files installed on OpenBSDsevan1-0/+10
Reviewed by wiz@
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-23Add build dependency on perl so that man pages are created correctly.wiz1-3/+3
Noted by Frédéric Fauberteau in PR 50266. Bump PKGREVISION.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Remove obsolete Linux ifdef; tested by Thomas Orgis.wiz2-11/+3
Remove lib/charset.alias from PLIST, it shouldn't be there. Bump PKGREVISION.
2015-05-03Sync PLIST with the files installed. Bump revision.joerg3-4/+21
2015-05-03Add bfd.h dependency for netbsd-core.c.joerg2-1/+14
2015-03-15Move wip/gdb (version 7.9) over the 5.x version that has been here for absiegert36-1546/+250
long time and that does not even support amd64. The old gdb version, for those with a penchant for historic software, can be found as devel/gdb5.
2015-01-04document NOT_FOR_PLATFORMdholland1-1/+6
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-17Add missing mk/termcap buildlink.sbd1-2/+3
Bump PKGREVISION
2011-12-14Revert following commit (gdb doesn't confict with autoconf):sbd5-30/+12
Module Name: pkgsrc Committed By: sbd Date: Tue Dec 13 06:58:09 UTC 2011 Modified Files: pkgsrc/devel/gdb: Makefile distinfo pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_configure.in Added Files: pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_config.in patch-gdb_gdbserver_configure Log Message: This package can't use autoconf as to conflicts with it. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/gdb/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/gdb/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_config.in \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure.in
2011-12-13This package can't use autoconf as to conflicts with it.sbd5-12/+30
2011-12-10Regen distinfosbd1-2/+2
2011-12-05If <stdlib.h> is needed and its wrapped with HAVE_STDDLIB_H it must besbd4-2/+42
tested for by autoconf! <stdlib.h> is needed as it include <alloca.h> which is needed for alloca(3). Also fix DESTDIR support for gdbserver.
2011-12-05Revert commit:sbd2-29/+1
Module Name: pkgsrc Committed By: sbd Date: Mon Dec 5 19:34:41 UTC 2011 Modified Files: pkgsrc/devel/gdb: distinfo Added Files: pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_gdbreplay.c Log Message: alloca(3) is not avalible with glibc on linux if -fno-builtin is used. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gdb/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_gdbreplay.c
2011-12-05Fix DESTDIR support for gdbserversbd1-1/+2
2011-12-05alloca(3) is not avalible with glibc on linux if -fno-builtin is used.sbd2-1/+28
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-24Add patches accidently missed at last commit.obache2-0/+50
2011-03-05Add user-destdir installation support.obache6-5/+97
2010-03-17Doesn't support NetBSD/amd64.joerg1-2/+2
2009-07-14Don't attempt to build gdb on DragonFly. It's also unlikely that someonehasso1-2/+2
will integrate DragonFly changes into upstream soon.
2008-01-06Some changes take a long time. This package had been broken since tworillig3-5/+29
years. The fix was trivially copied from devel/coconut, which had the same problem concerning an "invalid lvalue in increment".
2007-07-11The hash for the patch-as patch. For some reason it was ommited from the ↵lkundrak1-1/+2
previous commit.
2007-07-11Silence false warning.lkundrak1-0/+28
2007-07-11Attempt to fix build on >1.6lkundrak2-4/+43
2007-07-03Fixes for CVE-2005-1704 and CVE-2005-1705. Bump PKGREVISION.lkundrak4-3/+95
2007-03-23Needs msgfmt.joerg1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-2/+2
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-10-22Fixed "test ==".rillig2-1/+15
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-2/+2
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-14/+14
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-30* Honor PKGINFODIR.jlam2-6/+11
* List the info files directly in the PLIST.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-27Fix errno. Add DragonFly support.joerg9-2/+107
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-17GDB does not understand the Darwin object format yet.kristerw1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29make sure LDFLAGS gets followed when linking gdb. Fixes a problemdmcmahill1-1/+2
with libintl and libiconv not being found on solaris.
2005-03-17Fix powerpc compilation problem with gcc-3.4. From Jorge Acereda inwiz2-1/+14
PR 29193.
2005-02-23Add RMD160 digests.agc1-1/+2