Age | Commit message (Expand) | Author | Files | Lines |
2008-02-28 | ChangeLog: | Ulrich Weigand | 1 | -7/+0 |
2008-02-27 | * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field | Ulrich Weigand | 1 | -8/+7 |
2008-02-27 | * configure.srv [s390x-*-linux*]: Set srv_regobj to include both | Ulrich Weigand | 1 | -1/+18 |
2008-02-27 | gdb/ChangeLog: | Ulrich Weigand | 1 | -1/+1 |
2008-02-01 | * hostio.c: Don't include errno.h. | Pedro Alves | 1 | -0/+2 |
2008-01-30 | * linux-low.c (linux_attach_lwp): Do not _exit after errors. | Daniel Jacobowitz | 1 | -7/+17 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-21 | * linux-low.c (STACK_SIZE): Define. | Andreas Schwab | 1 | -4/+17 |
2007-12-18 | * linux-low.c (linux_wait_for_event): Update messages. Do not | Daniel Jacobowitz | 1 | -5/+14 |
2007-12-07 | * linux-low.c (linux_wait, linux_resume): Do not handle async I/O. | Daniel Jacobowitz | 1 | -8/+1 |
2007-11-05 | * linux-low.c: Include <sched.h>. | Daniel Jacobowitz | 1 | -0/+1 |
2007-11-01 | * linux-low.c (linux_tracefork_grandchild): New. | Daniel Jacobowitz | 1 | -9/+17 |
2007-10-24 | * linux-low.c (handle_extended_wait): Handle unexpected signals. | Daniel Jacobowitz | 1 | -4/+24 |
2007-10-23 | * inferiors.c (change_inferior_id): Delete. | Daniel Jacobowitz | 1 | -37/+268 |
2007-09-19 | * linux-low.c (O_LARGEFILE): Define. | Daniel Jacobowitz | 1 | -0/+35 |
2007-09-04 | * linux-low.c (linux_wait_for_event): Do not pass signals while | Daniel Jacobowitz | 1 | -3/+5 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-07-02 | * inferiors.c (change_inferior_id): Add comment. | Daniel Jacobowitz | 1 | -4/+40 |
2007-06-20 | * linux-low.c (linux_create_inferior): Try execv before execvp. | Daniel Jacobowitz | 1 | -1/+3 |
2007-06-13 | 2007-06-13 Mike Frysinger <vapier@gentoo.org> | Daniel Jacobowitz | 1 | -1/+1 |
2007-05-10 | * linux-low.c (linux_detach): Change return type to int. Return 0. | Pedro Alves | 1 | -1/+2 |
2007-05-10 | * target.h (target_ops): Change return type of detach to int. | Pedro Alves | 1 | -0/+14 |
2007-03-27 | 2007-03-27 Jon Ringle <jon@ringle.org> | Daniel Jacobowitz | 1 | -3/+9 |
2007-02-26 | * gdb.texinfo (Monitor commands for gdbserver): New subsection. | Daniel Jacobowitz | 1 | -2/+0 |
2007-02-25 | * target.h (target_ops): Rename send_signal to request_interrupt, | Pedro Alves | 1 | -4/+4 |
2007-01-09 | XML feature description support. | Daniel Jacobowitz | 1 | -0/+7 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+1 |
2007-01-03 | * linux-low.c (linux_kill): Handle being called with no threads. | Daniel Jacobowitz | 1 | -1/+5 |
2006-11-16 | gdb/ | Daniel Jacobowitz | 1 | -53/+60 |
2006-10-17 | * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New. | Daniel Jacobowitz | 1 | -0/+7 |
2006-09-28 | * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define. | Daniel Jacobowitz | 1 | -9/+41 |
2006-07-23 | gdb/ | Daniel Jacobowitz | 1 | -3/+3 |
2006-05-09 | * configure.srv (m68k*-*-uclinux*): New target. | Nathan Sidwell | 1 | -1/+53 |
2006-02-15 | * linux-low.c (regsets_store_inferior_registers): Read the regset | Daniel Jacobowitz | 1 | -3/+17 |
2005-12-23 | * linux-arm-low.c: | Eli Zaretskii | 1 | -3/+3 |
2005-07-13 | * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS | Daniel Jacobowitz | 1 | -1/+14 |
2005-07-13 | * inferiors.c (struct thread_info): Add gdb_id. | Daniel Jacobowitz | 1 | -2/+2 |
2005-07-13 | * linux-low.c (fetch_register, usr_store_inferior_registers): Handle | Daniel Jacobowitz | 1 | -2/+12 |
2005-06-17 | * linux-low.c (linux_wait, linux_send_signal): Don't test | Daniel Jacobowitz | 1 | -2/+2 |
2005-06-13 | * acconfig.h: Remove. | Daniel Jacobowitz | 1 | -3/+3 |
2005-05-16 | * linux-low.c (fetch_register): Ensure buffer size is a multiple | Ulrich Weigand | 1 | -6/+11 |
2005-05-12 | 2005-05-12 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -1/+45 |
2005-03-03 | * inferiors.c (change_inferior_id, add_thread, find_inferior_id): | Daniel Jacobowitz | 1 | -17/+18 |
2004-10-16 | * linux-i386-low.c (ps_get_thread_area): New. | Daniel Jacobowitz | 1 | -3/+49 |
2004-03-23 | * linux-low.c (linux_wait): Clear all_processes list also. | Daniel Jacobowitz | 1 | -1/+5 |
2004-03-12 | * linux-low.c: Include <errno.h>. Remove extern declaration of | Daniel Jacobowitz | 1 | -2/+1 |
2004-03-05 | * linux-low.c (linux_read_memory): Change return type to | Daniel Jacobowitz | 1 | -1/+6 |
2004-02-29 | * linux-low.c (linux_wait): Unblock async I/O. | Daniel Jacobowitz | 1 | -1/+6 |
2004-02-25 | 2004-02-25 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -5/+32 |
2004-01-31 | * linux-low.c: Update copyright year. | Daniel Jacobowitz | 1 | -17/+120 |