Age | Commit message (Expand) | Author | Files | Lines |
2006-04-18 | gdb/ | Daniel Jacobowitz | 1 | -14/+2 |
2006-02-21 | 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 1 | -1/+15 |
2006-01-24 | * infcmd.c: Include "observer.h". | Daniel Jacobowitz | 1 | -4/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-11-28 | * remote-sim.c (gdbsim_wait): Pass target signal numbers to | Mark Mitchell | 1 | -11/+6 |
2005-06-19 | * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype. | Mark Kettenis | 1 | -7/+2 |
2005-05-01 | 2005-05-01 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2005-04-22 | * remote-st.c (_initialize_remote_st2000): Remove the extraneous | Eli Zaretskii | 1 | -1/+1 |
2005-02-15 | 2005-02-15 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2005-02-11 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2005-02-11 | 2005-02-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -8/+8 |
2005-01-14 | 2005-01-13 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 |
2004-10-08 | 2004-10-08 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2004-08-03 | 2004-08-02 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -7/+7 |
2004-07-22 | 2004-07-21 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2004-06-25 | 2004-06-25 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2004-06-24 | 2004-06-24 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+0 |
2004-05-25 | 2004-05-25 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -3/+1 |
2004-04-21 | 2004-04-21 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |
2004-02-02 | Forgot to update copyrights in previous check in. | Fred Fish | 1 | -1/+1 |
2004-02-02 | Reviewed and approved by cagney@redhat.com. | Fred Fish | 1 | -2/+2 |
2003-11-13 | 2003-11-13 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -15/+12 |
2003-10-02 | 2003-10-02 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -7/+7 |
2003-07-18 | 2003-07-17 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -2/+2 |
2003-05-08 | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-05-08 | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -4/+4 |
2003-02-20 | Index: include/gdb/ChangeLog | Andrew Cagney | 1 | -33/+0 |
2003-02-02 | 2003-02-02 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2002-11-12 | * gnu-nat.c (init_gnu_ops): Remove NULL initializations. | Daniel Jacobowitz | 1 | -35/+0 |
2002-11-02 | 2002-11-02 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2002-06-09 | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 1 | -2/+2 |
2002-05-29 | * Makefile.in (arch-utils.o): Add $(sim_regno_h). | Andrew Cagney | 1 | -16/+0 |
2002-05-29 | * sim-regno.h: New file. | Andrew Cagney | 1 | -31/+77 |
2002-01-20 | Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true. | Andrew Cagney | 1 | -2/+1 |
2002-01-19 | Remove ATTRIBUTE_UNUSED. Update (C). | Andrew Cagney | 1 | -5/+6 |
2002-01-05 | s/BIG_ENDIAN/BFD_ENDIAN_BIG/ | Andrew Cagney | 1 | -1/+1 |
2001-12-15 | LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE | Andrew Cagney | 1 | -1/+1 |
2001-06-10 | * gnu-regex.c: Eliminate obsolete check for _MSC_VER. | Christopher Faylor | 1 | -1/+0 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -11/+11 |
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-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -2/+4 |
2001-02-07 | Fix printf fmt of long in remote-sim.c. | Andrew Cagney | 1 | -1/+3 |
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 | -5/+8 |
2000-10-12 | Protoization. | Kevin Buettner | 1 | -6/+8 |
2000-08-02 | Multi-arch REGISTER_SIM_REGNO. Update d10v. | Andrew Cagney | 1 | -4/+0 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -62/+27 |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 |