summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-10/+10
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing)bde1996-06-081-2/+2
| | | | | | alias `pcb_cr3' instead. That is still one alias too many, but is convenient for me since I've replaced the tss in the pcb by a few scalar variables in the pcb.
* Remove this version, it now comes from libc.peter1996-05-272-140/+1
|
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+8
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* PD_SHIFT -> PDRSHIFTphk1996-05-021-4/+4
| | | | PGOFSET -> PAGE_MASK
* NBPG -> PAGE_SIZEphk1996-05-023-19/+19
| | | | Avoid using the struct pte stuff.
* recording cvs-1.6 file deathpeter1995-12-30109-85448/+0
|
* Document the -k and -w flags.jkh1995-12-191-1/+20
| | | | Submitted by: Gary Jennejohn <gj>
* Remove trailing whitespace.rgrimes1995-05-30146-1622/+1622
|
* Submitted by: gjrgrimes1995-05-091-3/+1
| | | | Delete suspicious looking chunk of code that was partially commented out.
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-1/+1
|
* Gary J's patches to make gdb -w work properly.jkh1995-04-265-5/+19
| | | | Submitted by: gj
* Fix for the ``gdb -k /nonexistent /dev/mem'' core dump.joerg1995-04-191-2/+12
| | | | Submitted by: gj@freebsd.org (Gary Jennejohn)
* as Thomas Graichen recently wrote in private mail:nate1995-04-101-2/+2
| | | | | | | | | | | > * the gdb-4.13 of current (compiled and used under 2.0R) can not attach to my > own processes (it works only then i'm root - else i get open failed - for my > own processes) how embarassing ! This turns out to be a bug in infptrace.c. Below is a patch. Could some kind soul apply it ? Submitted by: "Gary J." <garyj@rks32.pcs.dec.com>
* Because -lcompat defines the same symbols as -lgnuregex and the weaknessnate1995-04-072-4/+64
| | | | | | | | | of the linker to enforce linking of modules in command line order it is not possible to link gdb shared with -lcompat. *HACK ALERT* Removed -lcompat from LDADD and bring in the necessary functions out of libcompat as a source module until the linker can be fixed.
* Fix reading of stack addresses from core files. USRSTACK now really isbde1995-01-311-2/+2
| | | | the (top of the) user stack.
* Here's a patch to gdb-4.13 to add dyadic frames, as per J"org Wunsch.jkh1995-01-172-1/+22
| | | | | Could somebody apply it? Submitted by: gj
* Good grammar and good taste, from Gary Jennejohn.jkh1995-01-121-4/+1
| | | | Submitted by: gj
* doc addedache1995-01-111-1/+1
|
* Add annotate targetache1995-01-111-1/+1
|
* Install infopagesache1995-01-118-1053/+2292
|
* Remove regex code, use -lgnuregex insteadache1995-01-064-6/+6
|
* Handle segment registers (except %fs and %gs).bde1995-01-061-0/+5
|
* Add more segment registers to list of registers (fake for %fs and %gs).bde1994-12-311-19/+16
| | | | | | | | | | | | | | | This might be useful for debugging applications that use a special LDT. However, printing of all segment registers is currently broken. Don't print "last exception: " before the FPU opcode and pc, etc. The opcode and pc, etc., are for the last FPU _instruction_. Pass the saved exception status word to print_387_status() so that the exception(s) that caused or will cause a trap can be seen. The kernel has supported this since 1.1 or before. The kernel still clobbers the tag word if a trap occurs. Remove unused null function clear_regs().
* Fix declaration of i386_float_info().bde1994-12-311-1/+1
|
* Restore our local changes which were clobbered by the previous commit.bde1994-12-311-1/+2
| | | | | | | cvs is not being used effectively for gdb. Our old changes get clobbered and our new changes are mixed with "vendor" changes in the same updates so they will be difficult to untangle for the next release of gdb. The revision logs get spammed for each release of gdb.
* Hide yet another redefinition of PAGE_SIZE. Cosmetic.bde1994-12-311-1/+1
|
* Restore our (cosmetic) local changes which were clobbered by the previousbde1994-12-311-0/+2
| | | | commit (do them slightly differently).
* Bring in the files added by Gary Jennejohn's gdb update.jkh1994-12-3032-0/+27183
| | | | Submitted by: gj
* Hurrah! Let the champagne flow, the olive oil barrel be opened andjkh1994-12-30168-18570/+25838
| | | | | | | | | | | | | | | | | | | | | | the wild, slippery orgy commence! Gary Jennejohn, too studly for his own good, has finally come through with the new, improved gdb 4.13. This gdb features: o kgdb support - if this works (and I urge folks to test it), we can finally purge the old and hateful version of kgdb from our source tree. o attach/detach support. See comments in README.FreeBSD for more details. o Well, it's newer. Our previous version was 4.11. Comments and flames to gj, of course! :-) Thanks, Gary. Much appreciated. The previous state of gdb/kgdb has been a thorn in all of our sides for some time.. Submitted by: gj
* Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c andats1994-11-281-0/+1
| | | | m2-exp.tab.c to the CLEANFILES target.
* Include <sys/types.h> early. This will be required when <stdio.h> and/orbde1994-11-141-0/+2
| | | | | | <signal.h> are fixed to not include it. Bruce
* #define HAVE_TERMIOS added for proper terminal handlingache1994-10-021-0/+2
| | | | Submitted by: smcarey@mailbox.syr.edu
* Add dependency for -lcompat.bde1994-09-201-1/+3
|
* Added ${DESTDIR} in the lineswallace1994-09-151-1/+1
| | | | CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Need -lcompat to link under 2.0.wollman1994-08-051-1/+1
|
* correct location of corefile data segmentadam1994-06-151-1/+2
|
* Add LIBREADLINE and LIBTERM to DPADDache1994-06-141-0/+1
|
* Remove PAGE_SIZE redifinition (from param.h)ache1994-06-131-1/+0
|
* Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+0
|
* Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+1
|
* Two files I "lost" the first time.paul1994-06-102-166/+224
| | | | GDB4:
* GDB-4.12 from ports with support for shlibs but not the kernel.paul1994-06-10251-0/+163151
| | | | | | | | | | | | | This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well.
* Remove readline copy, now gdb use gnu lib tree libreadlineache1994-05-091-9/+6
|
* Use correct stack segment with corefiles.adam1994-05-041-0/+3
|
* Only use syscallmap if FM_TRAP or EX_TRAPSTK are defined.dg1994-01-031-0/+2
|
* deleted all references to rindex and included string.h instead.ats1993-12-011-6/+6
|
* changed the order of the includes and deleted a reference to indexats1993-12-013-5/+5
| | | | nd added an include to string.h instead
* Added Charles changes for GCC@ symbols.paul1993-07-263-22/+164
|
OpenPOWER on IntegriCloud