Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-10 | * gnu-regex.c: Eliminate obsolete check for _MSC_VER. | Christopher Faylor | 1 | -8/+0 | |
* utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -4/+2 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 | |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -0/+1 | |
2001-01-31 | Replace strsave() with xstrdup(). | Andrew Cagney | 1 | -3/+3 | |
2000-12-02 | * m32r-rom.c (m32r_load_section): Update to match | Andrew Cagney | 1 | -1/+2 | |
bfd_map_over_sections's ``func'' arg. | |||||
2000-07-30 | Protoization. | Kevin Buettner | 1 | -36/+12 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -3/+3 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -2/+3 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -175/+177 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -6/+10 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+650 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -563/+0 | |
1997-02-03 | Mon Feb 3 11:06:05 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -0/+563 | |
* m32r-stub.c: New -- remote protocol support for M32R cpu. * m32r-rom.c: Several experiments with improved download time. * .Sanitize: Add entry for m32r-stub.c |