summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-17/+17
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-25/+29
* linux: Add maintenance commands to test libthread_dbGary Benson2018-06-081-0/+291
* Eliminate find_target_beneathPedro Alves2018-06-071-16/+6
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+8
* Convert struct target_ops to C++Pedro Alves2018-05-031-76/+79
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-4/+3
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-8/+5
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Remove most cleanups from linux-thread-db.cTom Tromey2018-02-241-103/+39
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-1/+1
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unnecessary call to get_thread_db_infoSimon Marchi2017-12-291-5/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-21/+25
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+32
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-32/+36
* Use ui_out_emit_tupleTom Tromey2017-04-221-2/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-9/+8
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+5
* Linux native thread create/exit events supportPedro Alves2016-05-241-6/+8
* Remove unused libthread_db td_thr_validate referenceGary Benson2016-05-231-2/+0
* remove trivialy unused variablesTrevor Saunders2016-05-071-5/+0
* Suggest running gdbserver for a PID in containerJan Kratochvil2016-03-171-1/+2
* Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mountedPedro Alves2016-03-151-6/+10
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-171-34/+19
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-9/+9
* Fix regression revealed by corethreads.expAntoine Tremblay2015-12-101-1/+1
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-428/+9
* [C++] linux-thread-db.c: dladdr castPedro Alves2015-11-191-1/+1
* Add some casts for building on musl.Doug Evans2015-10-261-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+8
* linux-thread-db.c (record_thread): Return the created thread.Doug Evans2015-09-181-14/+12