Age | Commit message (Expand) | Author | Files | Lines |
2014-09-16 | Rename current_inferior as current_thread in gdbserver | Gary Benson | 1 | -11/+11 |
2014-08-28 | Straightforward fatal to internal_error conversions | Gary Benson | 1 | -6/+3 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 1 | -1/+1 |
2014-05-21 | Fix TLS access for -static -pthread | Jan Kratochvil | 1 | -7/+31 |
2014-04-25 | PR server/16255: gdbserver cannot attach to a second inferior that is multi-t... | Pedro Alves | 1 | -6/+12 |
2014-02-19 | Rename inferior_list_entry uses from "head" to "entry" for consistency. | Doug Evans | 1 | -2/+2 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 1 | -14/+14 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-02-12 | From: Sanimir Agovic <sanimir.agovic@intel.com> | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | gdb/gdbserver: | Yao Qi | 1 | -1/+1 |
2012-08-08 | * gdb_string.h: Moved to ... | Doug Evans | 1 | -20/+14 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-05-26 | 2011-05-26 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -1/+1 |
2011-05-13 | Support $pdir and $sdir in libthread-db-search-path. | Doug Evans | 1 | -31/+67 |
2011-05-10 | * linux-thread-db.c (set_libthread_db_search_path): New function. | Doug Evans | 1 | -2/+9 |
2011-01-06 | 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> | Michael Snyder | 1 | -1/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-09-01 | use xsnprintf instead of snprintf. | gdbadmin | 1 | -2/+2 |
2010-05-03 | gdb/gdbserver/ | Pedro Alves | 1 | -37/+63 |
2010-05-02 | * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped. | Pedro Alves | 1 | -11/+55 |
2010-04-11 | GDBserver disconnected tracing support. | Pedro Alves | 1 | -16/+38 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-12-28 | * linux-low.c (linux_remove_process): Remove `detaching' | Pedro Alves | 1 | -0/+20 |
2009-12-21 | * configure.ac: Check for dladdr. | Doug Evans | 1 | -0/+6 |
2009-12-19 | gdb/ | Doug Evans | 1 | -2/+2 |
2009-11-16 | * linux-low.c (linux_remove_process): Add `detaching' parameter. | Pedro Alves | 1 | -13/+13 |
2009-11-12 | * thread-db.c (thread_db_free): Fix typo. | Maxim Kuvyrkov | 1 | -1/+1 |
2009-11-12 | gdb/ChangeLog: | Paul Pluzhnikov | 1 | -0/+17 |
2009-10-29 | 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -0/+57 |
2009-10-28 | 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -14/+63 |
2009-10-09 | doc/ | Paul Pluzhnikov | 1 | -78/+317 |
2009-04-03 | * inferiors.c (get_thread_process): Make global. | Ulrich Weigand | 1 | -1/+6 |
2009-04-01 | 2009-04-01 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -36/+33 |
2009-04-01 | Non-stop mode support. | Pedro Alves | 1 | -5/+5 |
2009-03-22 | * i387-fp.c, linux-arm-low.c, linux-cris-low.c, | Pedro Alves | 1 | -1/+1 |
2009-03-17 | Rename "process" to "lwp" throughout. | Pedro Alves | 1 | -22/+22 |
2009-01-15 | * target.h (target_signal_to_string): Make return type const char *. | Doug Evans | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-09 | * linux-low.h (struct process_info): Delete member tid, unused. | Doug Evans | 1 | -2/+0 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+2 |
2007-12-18 | * linux-low.c (linux_wait_for_event): Update messages. Do not | Daniel Jacobowitz | 1 | -2/+6 |
2007-10-23 | * inferiors.c (change_inferior_id): Delete. | Daniel Jacobowitz | 1 | -40/+40 |
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 | -40/+70 |
2007-06-27 | * linux-thread-db.c (thread_db_attach): Delete. | Daniel Jacobowitz | 1 | -0/+29 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+1 |
2006-11-28 | gdb/gdbserver/ | Daniel Jacobowitz | 1 | -3/+8 |
2006-10-17 | * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New. | Daniel Jacobowitz | 1 | -0/+28 |
2006-05-30 | * remote-utils.c (all_symbols_looked_up): New variable. | Daniel Jacobowitz | 1 | -0/+4 |