summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
Commit message (Expand)AuthorAgeFilesLines
* Switch to a label that is appropriate for the release.Scott Long2003-12-071-2/+2
* FBSDID style nit.David E. O'Brien2003-11-121-1/+2
* Implement gdb_solib_create_inferior_hook().Hidetoshi Shimokawa2003-10-291-1/+7
* Enable '--interpreter=mi' support.David E. O'Brien2003-09-071-1/+3
* s/x86-64/amd64/David E. O'Brien2003-09-071-1/+1
* style.Makefile(5)David E. O'Brien2003-09-071-29/+18
* Attempt to automatically read in kernel module symbols when a liveIan Dowse2003-03-214-2/+330
* Reformat.David E. O'Brien2003-01-041-22/+24
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.David E. O'Brien2003-01-041-1/+1
* GC 'char sigmap[]' (it is no longer used)Max Khon2003-01-041-40/+0
* Add support for sparc64 kernel debugging.Mark Peek2002-10-211-5/+64
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-2/+2
* Remove dependency on version.in for version information.Mark Peek2002-10-121-2/+3
* Fix function parameter lists to be correct and eliminate compiler warnings.Mark Peek2002-10-121-3/+4
* Use the new FreeBSD vectors from Binutils 2.13.1.David E. O'Brien2002-10-112-2/+2
* Fix GNU coding violations.David E. O'Brien2002-09-182-2/+2
* Stop using 3 distinct and far varied coding styles in a single file.David E. O'Brien2002-09-181-271/+268
* Recognize frames for lcall_syscall and int0x80_syscall.Peter Wemm2002-07-281-2/+4
* Make our i386 hacks in a less vendor file disturbing manner.David E. O'Brien2002-07-101-0/+25
* Stop trying to reimplement libkvm on i386. Instead use it directly andDavid E. O'Brien2002-07-101-819/+417
* Target specific FreeBSD kgdb hacks.David E. O'Brien2002-07-107-0/+47
* Dike out bits specific to i386. This pretty much means no kgdb forDavid E. O'Brien2002-06-301-10/+34
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-301-4/+0
* I don't see any reason to conditionalize this.David E. O'Brien2002-06-291-2/+0
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-291-0/+35
* Best guess at configurations for our other arches. (totally untested)David E. O'Brien2002-06-293-0/+15
* Allow to compile and at least startup on sparc64.David E. O'Brien2002-06-295-7/+33
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-2918-3213/+176
* NO! We DON'T wany any libintl action here.David E. O'Brien2002-06-281-1/+1
* Things Gdb 5.2 wants to know about us.David E. O'Brien2002-06-281-27/+203
* When linking staticaly libtermcap is a postrequisite of libreadline.David E. O'Brien2002-06-221-2/+3
* We need to link with libiberty.a before libreadline.so. Both supplyDavid E. O'Brien2002-06-211-4/+4
* phsyical -> physicalBruce Evans2002-05-272-2/+2
* This is only WARNS=0 clean now.David E. O'Brien2002-05-191-0/+1
* This is enough to get thru a cross-build.David E. O'Brien2002-05-181-0/+55
* Segregate MD weirdness a little bit more. Improve cross buildability.David E. O'Brien2002-05-186-19/+27
* Make our version tag unique due to our local changes.Mark Peek2002-05-142-2/+4
* Use PTRACE_ARG3_TYPE of caddr_t.David E. O'Brien2002-04-111-1/+5
* Enhance GDB's abillity WRT stack traces where signal handlers are involved.David E. O'Brien2002-03-272-4/+53
* GDB 4.18 does not use the mmalloc library by default. So GC a little.David E. O'Brien2002-03-231-4/+0
* Fix setting of CLEANFILES.David E. O'Brien2002-03-231-1/+1
* Fix unaligned access in the GDB binary on Alpha.David E. O'Brien2002-03-163-3/+10
* Turn up WARNS as high as possible.David E. O'Brien2002-03-131-0/+1
* Sync this up to recent changes to our (userland) thread structure.Daniel Eischen2002-02-231-42/+4
* Fix kgdb in the face of the last round of KSE commits.Andrew Gallatin2002-02-181-3/+9
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.Daniel Eischen2002-02-171-0/+1
* Add missing &Peter Wemm2002-02-082-2/+2
* Make this part compile and try and use the p_threads tailq. It might workPeter Wemm2002-02-082-4/+14
* Catch up to the globaldata -> pcpu changes.John Baldwin2001-12-122-20/+20
* *** empty log message ***Peter Wemm2001-12-112-8/+44