| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-01-20 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-01-21 | 1 | -38/+0 |
* | 2003-10-06 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-10-06 | 1 | -8/+0 |
* | 2003-10-02 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-10-02 | 1 | -3/+3 |
* | Fix targ_ops declaration problem. | Anthony Green | 2003-09-22 | 1 | -1/+0 |
* | 2003-06-11 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-06-11 | 1 | -3/+4 |
* | 2003-05-15 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-05-15 | 1 | -1/+1 |
* | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-05-08 | 1 | -1/+1 |
* | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-05-08 | 1 | -3/+3 |
* | 2003-02-04 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-02-04 | 1 | -6/+8 |
* | 2003-02-02 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-02-02 | 1 | -1/+1 |
* | * gnu-nat.c (init_gnu_ops): Remove NULL initializations. | Daniel Jacobowitz | 2002-11-12 | 1 | -39/+0 |
* | * monitor.c (monitor_fetch_register): Make name a constant. | Grace Sainsbury | 2002-07-11 | 1 | -2/+2 |
* | * monitor.h: Add the function regname to monitor_ops | Grace Sainsbury | 2002-06-26 | 1 | -3/+10 |
* | * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer. | Andrew Cagney | 2002-04-18 | 1 | -1/+1 |
* | * defs.h (throw_exception): Rename return_to_top_level. Update | Andrew Cagney | 2002-02-10 | 1 | -1/+1 |
* | Remove ATTRIBUTE_UNUSED. Update (C). | Andrew Cagney | 2002-01-19 | 1 | -4/+5 |
* | * monitor.c (monitor_load): Don't delete symtab users, or reset | Jim Blandy | 2001-09-13 | 1 | -9/+13 |
* | (monitor_load): Fix indentation. | Jim Blandy | 2001-09-13 | 1 | -8/+7 |
* | * serial.h (SERIAL_ASYNC): Delete. | Andrew Cagney | 2001-07-15 | 1 | -14/+14 |
* | * remote-utils.h (struct serial): Declare as opaque. Remove | Andrew Cagney | 2001-07-10 | 1 | -1/+1 |
* | From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>: | Andrew Cagney | 2001-06-28 | 1 | -0/+27 |
* | Phase 1 of the ptid_t changes. | Kevin Buettner | 2001-05-04 | 1 | -8/+8 |
* | * target.h (target_ops): Removed to_core_file_to_sym_file vector | J.T. Conklin | 2001-04-14 | 1 | -1/+0 |
* | 2001-04-05 Jeff Holcomb <jeffh@redhat.com> | Jeff Holcomb | 2001-04-05 | 1 | -1/+1 |
* | Gag -Wuninitialized warnings. | Andrew Cagney | 2001-03-28 | 1 | -19/+20 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -0/+1 |
* | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 2001-02-25 | 1 | -3/+3 |
* | * monitor.c (#include "gdb_wait.h"): Removed. | J.T. Conklin | 2001-02-02 | 1 | -1/+0 |
* | Replace strsave() with xstrdup(). | Andrew Cagney | 2001-01-31 | 1 | -1/+1 |
* | * exec.c (xfer_memory): Add attrib argument. | J.T. Conklin | 2001-01-23 | 1 | -3/+6 |
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -2/+2 |
* | * TODO: Note abstraction layer violation where "ocd reset" command | J.T. Conklin | 2000-11-03 | 1 | -20/+15 |
* | * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, | J.T. Conklin | 2000-10-30 | 1 | -1/+1 |
* | Protoization. | Kevin Buettner | 2000-09-24 | 1 | -6/+6 |
* | * dcache.c (dcache_info): Output a cache line's state vector so it | J.T. Conklin | 2000-09-01 | 1 | -3/+3 |
* | * MAINTAINERS: Add myself as dcache.c maintainer. | J.T. Conklin | 2000-08-18 | 1 | -12/+10 |
* | * monitor.c (monitor_open): If a dcache has already been created, | J.T. Conklin | 2000-08-10 | 1 | -3/+10 |
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -120/+49 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -38/+36 |
* | Replace preg() with phex(). Cleanup monitor.c. | Andrew Cagney | 2000-05-22 | 1 | -1/+2 |
* | 2000-05-03 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-05-03 | 1 | -3/+6 |
* | 2000-04-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-04-04 | 1 | -1/+1 |
* | The set debug changes | Daniel Berlin | 2000-03-28 | 1 | -7/+3 |
* | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 2000-02-09 | 1 | -1/+1 |
* | import gdb-2000-02-01 snapshot | Jason Molenda | 2000-02-02 | 1 | -3/+2 |
* | import gdb-1999-11-16 snapshot | Jason Molenda | 1999-11-17 | 1 | -0/+1 |
* | import gdb-1999-10-11 snapshot | Jason Molenda | 1999-10-12 | 1 | -126/+149 |
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -16/+36 |
* | import gdb-1999-08-09 snapshot | Jason Molenda | 1999-08-09 | 1 | -40/+8 |