]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/linux-thread-db.c
linux: Add maintenance commands to test libthread_db
[thirdparty/binutils-gdb.git] / gdb / linux-thread-db.c
2018-05-23  Gary Bensonlinux: Add maintenance commands to test libthread_db users/gbenson/thread_db-test/2018-05-23
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-19  Tom TromeyConvert observers to C++
2018-03-03  Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-24  Tom TromeyRemove most cleanups from linux-thread-db.c
2018-01-19  Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-30  Simon MarchiRemove unnecessary call to get_thread_db_info
2017-11-24  Simon MarchiCreate private_thread_info hierarchy
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-09-21  Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-22  Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-27  Simon MarchiRemove verbosity from ui_out_message and friends
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-05-24  Pedro AlvesLinux native thread create/exit events support
2016-05-23  Gary BensonRemove unused libthread_db td_thr_validate reference
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-03-17  Jan KratochvilSuggest running gdbserver for a PID in container
2016-03-15  Pedro AlvesFix PR gdb/19676: Internal error in linux-thread.db...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-17  Pedro AlvesFix PR threads/19354: "info threads" error with multipl...
2015-12-17  Pedro AlvesRemove support for LinuxThreads and vendor 2.4 kernels...
2015-12-10  Antoine TremblayFix regression revealed by corethreads.exp
2015-12-10  Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-19  Pedro Alves[C++] linux-thread-db.c: dladdr cast
2015-10-26  Doug EvansAdd some casts for building on musl.
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-19  Doug Evanslinux-thread-db.c (record_thread): Return the created...
2015-08-27  Ulrich WeigandFix assertion failure in linux-thread-db
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-04  Pedro AlvesC++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbse...
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-06-10  Gary BensonRemove linux_proc_pid_get_ns
2015-05-07  Gary BensonRemove unused td_ta_map_id2thr code
2015-05-07  Gary BensonRemove unused td_thr_validate code
2015-04-01  Pedro AlvesCrash on thread id wrap around
2015-03-07  Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-04  Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04  Pedro AlvesLinux native: Use TRAP_BRKPT/TRAP_HWBPT
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-20  Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-20  Pedro AlvesPR18006: internal error if threaded program calls clone...
2015-02-06  Pedro Alveslibthread_db: attaching to terminated/joined threads...
2015-01-09  Pedro AlvesLinux: Skip thread_db thread event reporting if PTRACE_...
2015-01-09  Pedro Alveslibthread_db: Skip attaching to terminated and joined...
2015-01-09  Pedro Alveslibthread_db: debug output should go to gdb_stdlog
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-11  Daniel ColascioneWarn users about mismatched PID namespaces
2014-10-15  Pedro AlvesPush pruning old threads down to the target
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-18  Tom Tromeyclean up some target delegation cases
2014-07-07  Tom Tromeyconvert to_get_thread_local_address to use target deleg...
2014-06-20  Gary BensonMove shared native target specific code to gdb/nat
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-21  Jan KratochvilFix TLS access for -static -pthread
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-19  Tom TromeyAdd target_ops argument to to_get_ada_task_ptid
2014-02-19  Tom TromeyAdd target_ops argument to to_extra_thread_info
2014-01-16  Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-13  Jan KratochvilFix set auto-load safe-path false warning regression...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-08  Tom Tromeyconstify to_detach
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-07-25  Tom Tromeydon't call add_target for thread_db_ops
2013-05-30  Tom Tromeyfix linux-thread-db.c
2013-03-07  Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-08  Doug Evans * gdb_string.h: Moved to ...
2012-08-02  Yao Qigdb/
2012-07-20  Pedro Alves2012-07-20 Pedro Alves <palves@redhat.com>
2012-07-07  Jan Kratochvilgdb/
2012-07-02  Jan Kratochvilgdb/
2012-07-02  Jan Kratochvilgdb/
2012-07-02  Jan Kratochvilgdb/
2012-05-24  Pedro Alvesgdb/
2012-05-24  Pedro Alvesgdb/
2012-04-17  Jan Kratochvilgdb/
2012-04-17  Jan Kratochvilgdb/
next