Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | Rename "process" to "lwp" throughout. | Pedro Alves | 5 | -209/+257 |
2009-03-14 | 2009-03-14 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -0/+11 |
2009-03-13 | * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to | Nathan Sidwell | 5 | -12/+12 |
2009-03-02 | Clean up last entry. | Doug Evans | 1 | -1/+1 |
2009-03-02 | * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common. | Doug Evans | 3 | -10/+13 |
2009-02-14 | * remote-utils.c (getpkt): Also generate remote-debug | Pierre Muller | 2 | -0/+13 |
2009-02-06 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 4 | -0/+126 |
2009-01-26 | gdb/gdbserver/ | Pedro Alves | 2 | -3/+11 |
2009-01-19 | * regcache.c (new_register_cache): No need to check result of xcalloc. | Doug Evans | 5 | -21/+76 |
2009-01-15 | fix another cut-n-paste error | Doug Evans | 1 | -0/+1 |
2009-01-15 | fix cut-n-paste errors in previous checkin | Doug Evans | 1 | -3/+3 |
2009-01-15 | * target.h (target_signal_to_string): Make return type const char *. | Doug Evans | 5 | -5/+11 |
2009-01-14 | * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE | Pedro Alves | 2 | -0/+6 |
2009-01-06 | * gdbreplay.c (gdbreplay_version): Update copyright year. | Joel Brobecker | 3 | -2/+7 |
2009-01-06 | * ChangeLog: Fix date of last entry. | Doug Evans | 2 | -2/+3 |
2009-01-05 | * linux-low.c (linux_attach_lwp): Add some comments/fixmes. | Doug Evans | 2 | -6/+33 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 44 | -46/+50 |
2008-12-14 | * utils.c (xmalloc,xcalloc,xstrdup): New fns. | Doug Evans | 12 | -42/+125 |
2008-12-12 | * linux-low.c (linux_wait_for_process): Don't clobber current_inferior | Doug Evans | 2 | -0/+5 |
2008-12-12 | * linux-low.c (handle_extended_wait): Simplify, use my_waitpid. | Doug Evans | 2 | -3/+6 |
2008-12-09 | * linux-low.h (struct process_info): Delete member tid, unused. | Doug Evans | 3 | -3/+6 |
2008-12-02 | Implement -list-thread-groups --available | Vladimir Prus | 6 | -0/+291 |
2008-11-24 | * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused. | Doug Evans | 2 | -7/+4 |
2008-11-24 | * server.c (handle_v_run): Always use the supplied argument list. | Daniel Jacobowitz | 2 | -16/+15 |
2008-11-19 | gdb/ | Bob Wilson | 2 | -1/+7 |
2008-11-18 | gdb/ | Thiago Jung Bauermann | 4 | -6/+95 |
2008-11-14 | 2008-11-14 Daniel Gutson <dgutson@codesourcery.com> | Daniel Jacobowitz | 5 | -3/+321 |
2008-10-21 | * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete. | Doug Evans | 2 | -13/+9 |
2008-10-10 | * server.c (handle_v_run): If GDB didn't specify an argv, use the | Pedro Alves | 2 | -8/+21 |
2008-09-08 | * regcache.c (new_register_cache): Return NULL if the register | Pedro Alves | 2 | -2/+14 |
2008-09-04 | * configure.srv: Merge MIPS and MIPS64. | Daniel Jacobowitz | 2 | -11/+9 |
2008-08-24 | * Makefile.in (uninstall): Apply $(EXEEXT) too. | Maciej W. Rozycki | 2 | -1/+5 |
2008-08-18 | * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. | Luis Machado | 4 | -5/+77 |
2008-08-12 | gdb/doc/ | Sandra Loosemore | 4 | -9/+70 |
2008-08-07 | gdb/ | Ralf Wildenhues | 2 | -2/+8 |
2008-08-05 | * linux-low.c (linux_resume_one_process): Ignore ESRCH. | Ulrich Weigand | 2 | -1/+33 |
2008-07-31 | * configure.ac: Check for memmem declaration. | Pedro Alves | 6 | -19/+128 |
2008-07-28 | * linux-low.c (sys/dir.h, sys/user.h): Remove includes. | Doug Evans | 2 | -3/+5 |
2008-07-12 | * linux-low.c (handle_extended_wait): Do not use "status" | Ulrich Weigand | 2 | -1/+6 |
2008-07-07 | * server.c (handle_v_attach): Inhibit reporting dll changes. | Pedro Alves | 2 | -0/+9 |
2008-06-27 | * remote-utils.c (prepare_resume_reply): If requested, don't | Pedro Alves | 4 | -27/+114 |
2008-06-20 | gdb/gdbserver/ | Carlos O'Donell | 2 | -0/+5 |
2008-06-06 | * Makefile.in (gdbreplay.o): New rule. | Daniel Jacobowitz | 2 | -0/+5 |
2008-06-06 | * gdbreplay.c (gdbreplay_version): Say gdbreplay in version | Joseph Myers | 2 | -2/+7 |
2008-06-05 | 2008-06-05 Vladimir Prus <vladimir@codesourcery.com> | Joseph Myers | 8 | -22/+157 |
2008-06-04 | * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New. | Daniel Jacobowitz | 2 | -9/+37 |
2008-05-29 | * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer. | Ulrich Weigand | 2 | -0/+7 |
2008-05-09 | remove cruft from previous checkin | Doug Evans | 1 | -3/+3 |
2008-05-09 | * error.c (parse_find_args): Fix capitalization in previous patch. | Doug Evans | 1 | -5/+5 |
2008-05-09 | New "find" command. | Doug Evans | 4 | -0/+184 |