Age | Commit message (Expand) | Author | Files | Lines |
1992-10-22 | * i386v-nat.c: Remove space from front of #endif. | Stu Grossman | 4 | -4/+18 |
1992-10-22 | sun4sol2 native stuff | K. Richard Pixley | 7 | -12/+45 |
1992-10-21 | * coredep.c: Include "nm.h" to get REGISTER_U_ADDR. | John Gilmore | 2 | -0/+4 |
1992-10-21 | * Makefile.in (VERSION): Tick to 4.6.9. | John Gilmore | 6 | -19/+36 |
1992-10-21 | Document host/native/target split. | John Gilmore | 1 | -72/+190 |
1992-10-21 | * mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specific | John Gilmore | 1 | -5/+4 |
1992-10-21 | * doc/gdbint.texinfo: Document obsolete STACK_END_ADDR. | John Gilmore | 1 | -26/+50 |
1992-10-21 | * mips-nat.c (zerobuf): Get rid of const to avoid gcc warnings. | Stu Grossman | 2 | -1/+3 |
1992-10-21 | * xm-mips.h (offsetof): Don't define this if __STDC__. | Stu Grossman | 2 | -1/+5 |
1992-10-21 | umax native support | K. Richard Pixley | 7 | -38/+71 |
1992-10-21 | hppa native support | K. Richard Pixley | 16 | -21/+875 |
1992-10-20 | * mips-nat.c: Straighten out include files. Work around | Stu Grossman | 2 | -9/+20 |
1992-10-20 | * mips-nat.c (fetch_core_registers, register_addr): Copy from | Stu Grossman | 5 | -2/+97 |
1992-10-20 | * remote-hms.c: Disable all uses of serial_nextbaudrate and | Stu Grossman | 2 | -2/+8 |
1992-10-19 | * remote-hms.c, ser-go32.c, serial.h: Change from | Stu Grossman | 4 | -19/+14 |
1992-10-19 | * Makefile.in (HFILES): Fixup list of nm-*.h files. Add missing ones. | Stu Grossman | 2 | -3/+7 |
1992-10-19 | * c-exp.y: Moved handling of 'const' and 'volatile' from | Per Bothner | 2 | -4/+9 |
1992-10-19 | Remove news1000.mt (same as news.mt) from .Sanitize. | John Gilmore | 1 | -1/+0 |
1992-10-18 | * breakpoint.c (breakpoint_re_set_one): Don't delete watchpoints | Fred Fish | 1 | -0/+5 |
1992-10-17 | Native support cleanup and corefile fixes for i386 SVR4 systems. | Fred Fish | 7 | -6/+187 |
1992-10-17 | misc 386 configs updated | K. Richard Pixley | 10 | -9/+37 |
1992-10-16 | i386bsd cleanup | K. Richard Pixley | 5 | -4/+11 |
1992-10-16 | i386v host/target/native separation | K. Richard Pixley | 10 | -24/+228 |
1992-10-16 | linux host/target/native separation | K. Richard Pixley | 7 | -8/+49 |
1992-10-16 | sun386 host/target/native separation | K. Richard Pixley | 8 | -13/+324 |
1992-10-16 | i386mach host/target/native separation | K. Richard Pixley | 7 | -10/+190 |
1992-10-16 | go32 host/target/native separation | K. Richard Pixley | 5 | -8/+46 |
1992-10-16 | added nm-m88k.h to HFILES | K. Richard Pixley | 2 | -1/+2 |
1992-10-16 | m88k native support | K. Richard Pixley | 10 | -13/+273 |
1992-10-16 | * nm-i386bsd.h, xm-i386bsd.h: Split native dependent pieces out | John Gilmore | 1 | -0/+1 |
1992-10-16 | * i386b-nat.c: Comment changes. | John Gilmore | 4 | -20/+47 |
1992-10-16 | Split native dependent pieces out into new nm-file. | John Gilmore | 1 | -4/+2 |
1992-10-16 | Avoid longjmp()-catching compilation errors in cross-ports. | John Gilmore | 10 | -167/+149 |
1992-10-16 | Update GET_LONGJMP_TARGET, L_SET doc. | John Gilmore | 1 | -8/+19 |
1992-10-16 | Make core files work again on most hosts, by adding corelow.o. | John Gilmore | 21 | -21/+21 |
1992-10-16 | Make core files work again on most hosts. | John Gilmore | 1 | -2/+11 |
1992-10-16 | * config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o. | John Gilmore | 5 | -4/+10 |
1992-10-16 | ultra3 split | K. Richard Pixley | 9 | -223/+299 |
1992-10-16 | add MEM_FNS_DECLARED | K. Richard Pixley | 2 | -0/+6 |
1992-10-15 | * Makefile.in (VERSION): Roll to 4.6.8. | John Gilmore | 5 | -14/+12 |
1992-10-15 | Lint around file_ptr's (bfd's off_t's) and bfd_seek. | John Gilmore | 6 | -64/+106 |
1992-10-15 | * mips-tdep.c, mipsread.c, tm-mips.h: Get rid of ".gdbinfo." | Stu Grossman | 4 | -94/+164 |
1992-10-15 | sony news native support | K. Richard Pixley | 6 | -3/+35 |
1992-10-15 | remove redundant include of sys/time.h. | K. Richard Pixley | 2 | -1/+2 |
1992-10-15 | include ctype.h | K. Richard Pixley | 2 | -0/+6 |
1992-10-13 | * config/news1000.mt: No longer needed, same as news.mt. | John Gilmore | 1 | -0/+1 |
1992-10-13 | Convert m68k entries to m68* entries to handle | John Gilmore | 2 | -57/+38 |
1992-10-11 | fix typo, added @table | David D. Zuhn | 2 | -2/+7 |
1992-10-10 | remove duplicate inftarg.o | K. Richard Pixley | 3 | -2/+6 |
1992-10-10 | * Makefile.in (HFILES): Add all nm-irix3.h, nm-irix4.h, | Stu Grossman | 2 | -1/+5 |