summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* Move gdbserver to top levelTom Tromey2020-02-071-910/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-1/+1
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-1/+1
* Move declarations of debug_threads and using_threads to headerChristian Biesinger2019-09-211-2/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Remove newlines from warningsTom Tromey2019-06-101-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-6/+5
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-171-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove find_inferior_idSimon Marchi2017-12-021-5/+3
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-2/+2
* Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves2017-09-291-3/+14
* Add thread_handle_to_thread_info support for remote targetsKevin Buettner2017-09-211-0/+32
* Add thread_db_notice_clone to gdbserverKevin Buettner2017-09-211-0/+16
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-151-14/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdbserver: Use debug_printf for debug outputPedro Alves2016-11-231-2/+1
* [GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi2016-08-021-9/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-3/+0
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay2015-11-301-149/+4
* Add some casts for building on musl.Doug Evans2015-10-261-4/+5
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2015-08-041-39/+31
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-21/+21
* GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2015-02-201-1/+17
* libthread_db: attaching to terminated/joined threads, debug outputPedro Alves2015-02-061-0/+3
* libthread_db: Skip attaching to terminated and joined threadsPedro Alves2015-01-091-0/+11
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-091-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-11/+11
* Straightforward fatal to internal_error conversionsGary Benson2014-08-281-6/+3
* Move shared native target specific code to gdb/natGary Benson2014-06-201-1/+1
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-211-7/+31
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-251-6/+12
* Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans2014-02-191-2/+2
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-221-14/+14
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* From: Sanimir Agovic <sanimir.agovic@intel.com>Pedro Alves2013-02-121-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/gdbserver:Yao Qi2012-11-091-1/+1