Age | Commit message (Expand) | Author | Files | Lines |
2001-04-14 | * target.h (target_ops): Removed to_core_file_to_sym_file vector | J.T. Conklin | 1 | -1/+0 |
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-02-02 | * monitor.c (#include "gdb_wait.h"): Removed. | J.T. Conklin | 1 | -1/+0 |
2001-01-23 | * exec.c (xfer_memory): Add attrib argument. | J.T. Conklin | 1 | -2/+4 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -5/+5 |
2000-11-03 | * TODO: Note abstraction layer violation where "ocd reset" command | J.T. Conklin | 1 | -14/+9 |
2000-10-10 | Protoization. | Kevin Buettner | 1 | -12/+8 |
2000-08-18 | * MAINTAINERS: Add myself as dcache.c maintainer. | J.T. Conklin | 1 | -2/+4 |
2000-08-10 | * monitor.c (monitor_open): If a dcache has already been created, | J.T. Conklin | 1 | -1/+5 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -43/+21 |
2000-06-19 | * remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed | J.T. Conklin | 1 | -81/+5 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -4/+2 |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -1/+1 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -215/+226 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+852 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -852/+0 |
1999-01-19 | 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -1/+3 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -1/+24 |
1998-10-01 | Replace "exec" with "executable" in messages. | Andrew Cagney | 1 | -1/+1 |
1998-05-21 | Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com> | John Metzler | 1 | -29/+46 |
1996-04-13 | * remote-nindy.c (nindy_open): Acquire more target state so that | Stu Grossman | 1 | -19/+9 |
1996-04-12 | * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT | Stu Grossman | 1 | -4/+4 |
1996-04-11 | * dcache.c: Add prototypes. Make many functions static. | Stu Grossman | 1 | -3/+3 |
1996-01-17 | * remote-hms.c (hms_ops): Add value for to_thread_alive. | Stan Shebs | 1 | -0/+1 |
1995-08-31 | * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to | Kung Hsu | 1 | -48/+49 |
1995-07-05 | * remote-nindy (nindy_wait): Use infinite timeout reading after | Kung Hsu | 1 | -1/+1 |
1995-06-23 | * remote-nindy (nindy_load): Put in target specific load, it's | Kung Hsu | 1 | -1/+41 |
1995-06-22 | * remote-nindy.c (nindy_wait): Change timeout in SERIAL_READCHAR. | Kung Hsu | 1 | -2/+2 |
1995-05-23 | * remote-nindy.c: Install Kung patch for PR 6820. I have no idea | Stu Grossman | 1 | -38/+50 |
1995-01-23 | Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat> | Steve Chamberlain | 1 | -1/+2 |
1994-11-03 | * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c, | Stu Grossman | 1 | -0/+1 |
1994-07-23 | * Makefile.in: Add stuff to build nlmstub. | Stu Grossman | 1 | -1/+2 |
1994-02-28 | * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, | Jim Kingdon | 1 | -5/+4 |
1994-02-26 | * remote.c, remote-mon.c, remote-utils.c, remote-utils.h, | Jim Kingdon | 1 | -3/+7 |
1994-01-06 | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | Jim Kingdon | 1 | -1/+2 |
1994-01-04 | * target.h: Add enum target_waitkind, enum target_signal, and | Jim Kingdon | 1 | -26/+11 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -5/+5 |
1993-10-29 | * defs.h, findvar.c (extract_floating, store_floating): New functions. | Jim Kingdon | 1 | -13/+9 |
1993-10-27 | * remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug". | Jim Kingdon | 1 | -4/+4 |
1993-10-16 | * breakpoint.c (breakpoint_thread_match break_command_1): | Stu Grossman | 1 | -1/+2 |
1993-10-15 | * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior), | Jim Kingdon | 1 | -6/+2 |
1993-09-22 | * remote-nindy.c: Declare ninMemGet and ninMemPut. | Jim Kingdon | 1 | -0/+2 |
1993-09-14 | use remote-utils facilities for baud_rate | K. Richard Pixley | 1 | -3/+6 |
1993-09-01 | break dcache out of remote-nindy.c | K. Richard Pixley | 1 | -174/+8 |
1993-08-21 | * remote-nindy.c: Remove unused include of sys/ioctl.h. | Jim Kingdon | 1 | -6/+1 |
1993-08-02 | Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1 | -2/+2 |
1993-07-28 | * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break. | Jim Kingdon | 1 | -175/+174 |
1993-06-29 | fix include file ordering problem (bfd.h vs. symfile.h) | David D. Zuhn | 1 | -1/+1 |
1993-06-13 | * defs.h, main.c (catch_errors): Add return_mask arg. | Jim Kingdon | 1 | -9/+27 |