summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-05-24Linux native thread create/exit events supportPedro Alves
2016-05-23Remove unused libthread_db td_thr_validate referenceGary Benson
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-03-17Suggest running gdbserver for a PID in containerJan Kratochvil
2016-03-15Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mountedPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves
2015-12-10Fix regression revealed by corethreads.expAntoine Tremblay
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay
2015-11-19[C++] linux-thread-db.c: dladdr castPedro Alves
2015-10-26Add some casts for building on musl.Doug Evans
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-18linux-thread-db.c (record_thread): Return the created thread.Doug Evans
2015-08-27Fix assertion failure in linux-thread-dbUlrich Weigand
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-10Remove linux_proc_pid_get_nsGary Benson
2015-05-07Remove unused td_ta_map_id2thr codeGary Benson
2015-05-07Remove unused td_thr_validate codeGary Benson
2015-04-01Crash on thread id wrap aroundPedro Alves
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves
2015-02-20PR18006: internal error if threaded program calls clone(CLONE_VM)Pedro Alves
2015-02-06libthread_db: attaching to terminated/joined threads, debug outputPedro Alves
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves