aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/thread-db.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-910/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-1/+1
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-1/+1
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger1-2/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-10Remove newlines from warningsTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-6/+5
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-2/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove find_inferior_idSimon Marchi1-5/+3
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-2/+2
2017-09-29Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves1-3/+14
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+32
2017-09-21Add thread_db_notice_clone to gdbserverKevin Buettner1-0/+16
2017-09-15gdbserver: Remove duplicate functions to find any thread of processSimon Marchi1-14/+1
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