]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/linux-thread-db.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / linux-thread-db.c
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-10-25  Simon Marchigdb: pass inferior to check_pid_namespace_match
2020-10-25  Simon Marchigdb: add inferior parameter to inferior_created observable
2020-10-02  Simon Marchigdb: remove arguments from inferior_created observable
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-06-15  Tom TromeyChange target_read_string API
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-10  Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-01  Tom TromeyUse styled_string in more places
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-27  Kevin BuettnerFix gdb.python/py-thrhandle.exp failures for -m32 multilib
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-15  Simon Marchilinux-thread-db.c: use bool where possible in thread_db...
2019-04-09  Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-16  Philippe WaroquiersOBVIOUS: fix several occurrences of 'This options has...
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-08  Philippe WaroquiersFix leak by using td_ta_delete() to deregister target...
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-08  Gary Bensonlinux: Add maintenance commands to test libthread_db
2018-06-07  Pedro AlvesEliminate find_target_beneath
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
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...
next