aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these haveDimitry Andric2010-11-1123-3171/+0
| | | | | | | | | not been connected to the build for more than 6 years. Obtained from: projects/binutils-2.17 Notes: svn path=/head/; revision=215151
* MFtbemd:Warner Losh2010-08-231-14/+5
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn2010-07-102-0/+7
| | | | | | | | | | | a variety of bugs in binutils related to handling of 64-bit PPC ELF, provides a GCC configuration for 64-bit PowerPC on FreeBSD, and associated build systems tweaks. Obtained from: projects/ppc64 Notes: svn path=/head/; revision=209867
* Remove alpha support from here too. FreeBSD 6 was the last branch toWarner Losh2010-02-031-5/+0
| | | | | | | support it. Notes: svn path=/head/; revision=203435
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139112
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-1/+4
| | | | Notes: svn path=/head/; revision=130575
* Sperate out the MD parts of kvm-fbsd to get rid of the #ifdef maze.David E. O'Brien2004-06-115-275/+317
| | | | | | | Also quiet some warnings by tweaking the included headers. Notes: svn path=/head/; revision=130352
* Use pcbp->pcb_ufp for UltraSparc vs. ->pcb_fp.David E. O'Brien2004-05-101-2/+2
| | | | Notes: svn path=/head/; revision=129092
* Avoid the whole -I${DESTDIR}/usr/include/gnu issue by includingDavid E. O'Brien2004-03-171-2/+1
| | | | | | | <gnu/regex.h> vs. just <regex.h>. Notes: svn path=/head/; revision=127104
* Back out attempt to bypass contrib's getopt.h on the way,Andrey A. Chernov2004-03-051-3/+1
| | | | | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure. Notes: svn path=/head/; revision=126658
* Move -I${DESTDIR}/usr/include/gnu up, beforeAndrey A. Chernov2004-03-051-1/+3
| | | | | | | -I${DESTDIR}/usr/include to pick correct regex.h Notes: svn path=/head/; revision=126622
* style.Makefile(5):Johan Karlsson2004-02-241-1/+1
| | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe Notes: svn path=/head/; revision=126197
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=125931
* Remove old explicit -I${DESTDIR}/usr/include/readlineAndrey A. Chernov2004-02-171-1/+1
| | | | | | | it is no longer needed Notes: svn path=/head/; revision=125902
* Switch back to regex.hAndrey A. Chernov2004-02-161-1/+2
| | | | Notes: svn path=/head/; revision=125900
* Discontinuation of an action that now fits on one.David E. O'Brien2004-01-271-3/+1
| | | | Notes: svn path=/head/; revision=125064
* Fix problem where kgdb misses trap frames.David E. O'Brien2004-01-267-22/+24
| | | | | | | Reported by: iedowse Notes: svn path=/head/; revision=125008
* Use proper name.David E. O'Brien2004-01-262-6/+8
| | | | Notes: svn path=/head/; revision=125007
* style.Makefile(5)David E. O'Brien2004-01-261-2/+3
| | | | Notes: svn path=/head/; revision=125000
* Follow existing GDB style for frame_info vars.David E. O'Brien2004-01-261-5/+5
| | | | Notes: svn path=/head/; revision=124999
* Remove trailing white space.David E. O'Brien2004-01-261-5/+5
| | | | Notes: svn path=/head/; revision=124998
* FBSDID style nit.David E. O'Brien2003-11-121-1/+2
| | | | Notes: svn path=/head/; revision=122545
* Implement gdb_solib_create_inferior_hook().Hidetoshi Shimokawa2003-10-291-1/+7
| | | | | | | | | | | This function is used for autoloading kld module symbols for remote kgdb. We still need a patch(*) for src/contrib/gdb/gdb/solib-svr4.c to enable this function. (*) http://people.freebsd.org/~simokawa/gdb/patch-solib-svr4.c Notes: svn path=/head/; revision=121683
* Enable '--interpreter=mi' support.David E. O'Brien2003-09-071-1/+3
| | | | | | | Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=119864
* s/x86-64/amd64/David E. O'Brien2003-09-071-1/+1
| | | | Notes: svn path=/head/; revision=119863
* style.Makefile(5)David E. O'Brien2003-09-071-29/+18
| | | | Notes: svn path=/head/; revision=119862
* Attempt to automatically read in kernel module symbols when a liveIan Dowse2003-03-214-2/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | or dead kernel core is loaded into gdb. This extends gdb's existing shared library support, so the "info sharedlibrary", "sharedlibrary" and "nosharedlibrary" commands can be used to view and change the list of loaded symbol files. The current implementation is more than a kludge however, and it will not always manage to find the .ko.debug file corresponding to the loaded module. In particular, for modules whose build directory cannot be easily guessed from the module name such as all the netgraph modules, the debug version of the .ko will not be found automatically. The logic for finding the module file first attempts to guess at the module build directory by parsing the version[] string. Then using that directory ($DIR), it tries the following paths in turn: ./<module>.ko.debug ./<module>.ko $DIR/<module>.ko.debug $DIR/<module>.ko /boot/kernel/<module>.ko.debug /boot/kernel/<module>.ko Approved by: obrien, mp Notes: svn path=/head/; revision=112454
* Reformat.David E. O'Brien2003-01-041-22/+24
| | | | Notes: svn path=/head/; revision=108674
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.David E. O'Brien2003-01-041-1/+1
| | | | | | | Submitted by: Peter Edwards <pmedwards@eircom.net> Notes: svn path=/head/; revision=108673
* GC 'char sigmap[]' (it is no longer used)Max Khon2003-01-041-40/+0
| | | | | | | | Approved by: obrien MFC after: 3 days Notes: svn path=/head/; revision=108672
* Add support for sparc64 kernel debugging.Mark Peek2002-10-211-5/+64
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=105660
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-2/+2
| | | | Notes: svn path=/head/; revision=105502
* Remove dependency on version.in for version information.Mark Peek2002-10-121-2/+3
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=105003
* Fix function parameter lists to be correct and eliminate compiler warnings.Mark Peek2002-10-121-3/+4
| | | | Notes: svn path=/head/; revision=104994
* Use the new FreeBSD vectors from Binutils 2.13.1.David E. O'Brien2002-10-112-2/+2
| | | | Notes: svn path=/head/; revision=104931
* Fix GNU coding violations.David E. O'Brien2002-09-182-2/+2
| | | | Notes: svn path=/head/; revision=103548
* Stop using 3 distinct and far varied coding styles in a single file.David E. O'Brien2002-09-181-271/+268
| | | | | | | Pretend to actually adhere to the GNU coding standards. Notes: svn path=/head/; revision=103546
* Recognize frames for lcall_syscall and int0x80_syscall.Peter Wemm2002-07-281-2/+4
| | | | | | | Reminded by: bde Notes: svn path=/head/; revision=100828
* Make our i386 hacks in a less vendor file disturbing manner.David E. O'Brien2002-07-101-0/+25
| | | | Notes: svn path=/head/; revision=99718
* Stop trying to reimplement libkvm on i386. Instead use it directly andDavid E. O'Brien2002-07-101-819/+417
| | | | | | | | | consistently on all platforms. Submitted by: gallatin Notes: svn path=/head/; revision=99717
* Target specific FreeBSD kgdb hacks.David E. O'Brien2002-07-107-0/+47
| | | | Notes: svn path=/head/; revision=99713
* Dike out bits specific to i386. This pretty much means no kgdb forDavid E. O'Brien2002-06-301-10/+34
| | | | | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c. Notes: svn path=/head/; revision=99107
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-301-4/+0
| | | | Notes: svn path=/head/; revision=99103
* I don't see any reason to conditionalize this.David E. O'Brien2002-06-291-2/+0
| | | | Notes: svn path=/head/; revision=99074
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-291-0/+35
| | | | Notes: svn path=/head/; revision=99068
* Best guess at configurations for our other arches. (totally untested)David E. O'Brien2002-06-293-0/+15
| | | | Notes: svn path=/head/; revision=99015
* Allow to compile and at least startup on sparc64.David E. O'Brien2002-06-295-7/+33
| | | | Notes: svn path=/head/; revision=99014
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-2918-3213/+176
| | | | Notes: svn path=/head/; revision=99003
* NO! We DON'T wany any libintl action here.David E. O'Brien2002-06-281-1/+1
| | | | Notes: svn path=/head/; revision=98952
* Things Gdb 5.2 wants to know about us.David E. O'Brien2002-06-281-27/+203
| | | | Notes: svn path=/head/; revision=98950