aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+8
2018-05-03Convert struct target_ops to C++Pedro Alves1-76/+79
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-4/+3
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-8/+5
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-24Remove most cleanups from linux-thread-db.cTom Tromey1-103/+39
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-1/+1
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi1-5/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-21/+25
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+32
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-32/+36
2017-04-22Use ui_out_emit_tupleTom Tromey1-2/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-9/+8
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-4/+5
2016-05-24Linux native thread create/exit events supportPedro Alves1-6/+8
2016-05-23Remove unused libthread_db td_thr_validate referenceGary Benson1-2/+0
2016-05-07remove trivialy unused variablesTrevor Saunders1-5/+0
2016-03-17Suggest running gdbserver for a PID in containerJan Kratochvil1-1/+2
2016-03-15Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mountedPedro Alves1-6/+10
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves1-34/+19
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-9/+9
2015-12-10Fix regression revealed by corethreads.expAntoine Tremblay1-1/+1
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-428/+9
2015-11-19[C++] linux-thread-db.c: dladdr castPedro Alves1-1/+1
2015-10-26Add some casts for building on musl.Doug Evans1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+8
2015-09-18linux-thread-db.c (record_thread): Return the created thread.Doug Evans1-14/+12
2015-08-27Fix assertion failure in linux-thread-dbUlrich Weigand1-4/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+3
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves1-56/+44
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-10Remove linux_proc_pid_get_nsGary Benson1-10/+2
2015-05-07Remove unused td_ta_map_id2thr codeGary Benson1-6/+0
2015-05-07Remove unused td_thr_validate codeGary Benson1-5/+0
2015-04-01Crash on thread id wrap aroundPedro Alves1-2/+4