aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/thread-db.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-2/+1
2016-08-02[GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi1-9/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-3/+0
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay1-149/+4
2015-10-26Add some casts for building on musl.Doug Evans1-4/+5
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves1-39/+31
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-21/+21
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves1-1/+17
2015-02-06libthread_db: attaching to terminated/joined threads, debug outputPedro Alves1-0/+3
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves1-0/+11
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-11/+11
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-6/+3
2014-06-20Move shared native target specific code to gdb/natGary Benson1-1/+1
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil1-7/+31
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves1-6/+12
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-2/+2
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-14/+14
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-02-12From: Sanimir Agovic <sanimir.agovic@intel.com>Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09gdb/gdbserver:Yao Qi1-1/+1
2012-08-08 * gdb_string.h: Moved to ...Doug Evans1-20/+14
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-05-262011-05-26 Yao Qi <yao@codesourcery.com>Yao Qi1-1/+1
2011-05-13 Support $pdir and $sdir in libthread-db-search-path.Doug Evans1-31/+67
2011-05-10 * linux-thread-db.c (set_libthread_db_search_path): New function.Doug Evans1-2/+9
2011-01-062011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-01use xsnprintf instead of snprintf.gdbadmin1-2/+2
2010-05-03 gdb/gdbserver/Pedro Alves1-37/+63
2010-05-02 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.Pedro Alves1-11/+55
2010-04-11 GDBserver disconnected tracing support.Pedro Alves1-16/+38
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-12-28 * linux-low.c (linux_remove_process): Remove `detaching'Pedro Alves1-0/+20
2009-12-21 * configure.ac: Check for dladdr.Doug Evans1-0/+6
2009-12-19 gdb/Doug Evans1-2/+2
2009-11-16 * linux-low.c (linux_remove_process): Add `detaching' parameter.Pedro Alves1-13/+13
2009-11-12 * thread-db.c (thread_db_free): Fix typo.Maxim Kuvyrkov1-1/+1
2009-11-12gdb/ChangeLog:Paul Pluzhnikov1-0/+17
2009-10-292009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-0/+57
2009-10-282009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-14/+63
2009-10-09doc/Paul Pluzhnikov1-78/+317