aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-14 * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans1-7/+7
2008-12-12 * linux-low.c (linux_wait_for_process): Don't clobber current_inferiorDoug Evans1-0/+2
2008-12-12 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.Doug Evans1-3/+2
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-0/+108
2008-11-142008-11-14 Daniel Gutson <dgutson@codesourcery.com>Daniel Jacobowitz1-1/+13
2008-08-05 * linux-low.c (linux_resume_one_process): Ignore ESRCH.Ulrich Weigand1-1/+26
2008-07-28 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.Doug Evans1-3/+0
2008-07-12 * linux-low.c (handle_extended_wait): Do not use "status"Ulrich Weigand1-1/+1
2008-04-172008-04-17 Daniel Jacobowitz <dan@codesourcery.com>Ulrich Weigand1-37/+24
2008-02-28ChangeLog:Ulrich Weigand1-7/+0
2008-02-27 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer fieldUlrich Weigand1-8/+7
2008-02-27 * configure.srv [s390x-*-linux*]: Set srv_regobj to include bothUlrich Weigand1-1/+18
2008-02-27gdb/ChangeLog:Ulrich Weigand1-1/+1
2008-02-01 * hostio.c: Don't include errno.h.Pedro Alves1-0/+2
2008-01-30 * linux-low.c (linux_attach_lwp): Do not _exit after errors.Daniel Jacobowitz1-7/+17
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-21 * linux-low.c (STACK_SIZE): Define.Andreas Schwab1-4/+17
2007-12-18 * linux-low.c (linux_wait_for_event): Update messages. Do notDaniel Jacobowitz1-5/+14
2007-12-07 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.Daniel Jacobowitz1-8/+1
2007-11-05 * linux-low.c: Include <sched.h>.Daniel Jacobowitz1-0/+1
2007-11-01 * linux-low.c (linux_tracefork_grandchild): New.Daniel Jacobowitz1-9/+17
2007-10-24 * linux-low.c (handle_extended_wait): Handle unexpected signals.Daniel Jacobowitz1-4/+24
2007-10-23 * inferiors.c (change_inferior_id): Delete.Daniel Jacobowitz1-37/+268
2007-09-19 * linux-low.c (O_LARGEFILE): Define.Daniel Jacobowitz1-0/+35
2007-09-04 * linux-low.c (linux_wait_for_event): Do not pass signals whileDaniel Jacobowitz1-3/+5
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-07-02 * inferiors.c (change_inferior_id): Add comment.Daniel Jacobowitz1-4/+40
2007-06-20 * linux-low.c (linux_create_inferior): Try execv before execvp.Daniel Jacobowitz1-1/+3
2007-06-132007-06-13 Mike Frysinger <vapier@gentoo.org>Daniel Jacobowitz1-1/+1
2007-05-10 * linux-low.c (linux_detach): Change return type to int. Return 0.Pedro Alves1-1/+2
2007-05-10 * target.h (target_ops): Change return type of detach to int.Pedro Alves1-0/+14
2007-03-272007-03-27 Jon Ringle <jon@ringle.org>Daniel Jacobowitz1-3/+9
2007-02-26 * gdb.texinfo (Monitor commands for gdbserver): New subsection.Daniel Jacobowitz1-2/+0
2007-02-25 * target.h (target_ops): Rename send_signal to request_interrupt,Pedro Alves1-4/+4
2007-01-09XML feature description support.Daniel Jacobowitz1-0/+7
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+1
2007-01-03 * linux-low.c (linux_kill): Handle being called with no threads.Daniel Jacobowitz1-1/+5
2006-11-16gdb/Daniel Jacobowitz1-53/+60
2006-10-17 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.Daniel Jacobowitz1-0/+7
2006-09-28 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.Daniel Jacobowitz1-9/+41
2006-07-23gdb/Daniel Jacobowitz1-3/+3
2006-05-09 * configure.srv (m68k*-*-uclinux*): New target.Nathan Sidwell1-1/+53
2006-02-15 * linux-low.c (regsets_store_inferior_registers): Read the regsetDaniel Jacobowitz1-3/+17
2005-12-23 * linux-arm-low.c:Eli Zaretskii1-3/+3
2005-07-13 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGSDaniel Jacobowitz1-1/+14
2005-07-13 * inferiors.c (struct thread_info): Add gdb_id.Daniel Jacobowitz1-2/+2
2005-07-13 * linux-low.c (fetch_register, usr_store_inferior_registers): HandleDaniel Jacobowitz1-2/+12
2005-06-17 * linux-low.c (linux_wait, linux_send_signal): Don't testDaniel Jacobowitz1-2/+2
2005-06-13 * acconfig.h: Remove.Daniel Jacobowitz1-3/+3
2005-05-16 * linux-low.c (fetch_register): Ensure buffer size is a multipleUlrich Weigand1-6/+11