Remove path name from test case
[binutils-gdb.git] / gdb / linux-thread-db.c
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-08-24 Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-08-10 Tom TromeyPass unique_ptr to add_thread_with_info
2023-05-01 Tom TromeyRemove evaluate_expression
2023-04-05 Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-04-05 Simon Marchigdb: make find_thread_ptid an inferior method
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-01 Simon Marchigdb: remove prune_threads in thread_db_target::update_t...
2022-10-16 Tom TromeyUse checked_static_cast in more places
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-02-28 Tom TromeyAdd more filename styling
2022-01-25 Tom TromeyAlways print the "host libthread-db" message to stdout
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-09-28 Simon Marchigdb: use intrusive_list for linux-nat lwp_list
2021-09-23 Tom TromeyChange get_ada_task_ptid parameter type
2021-09-23 Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-07-15 Simon Marchigdb: call post_create_inferior at end of follow_fork_in...
2021-06-11 Kevin Buettnerlibthread_db initialization changes related to upcoming...
2021-06-08 Simon Marchigdb: try to load libthread_db only after reading all...
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-23 Simon Marchigdb: remove unpush_target free function
2021-02-12 Tom de Vries[gdb/threads] Fix lin_thread_get_thread_signals for...
2021-01-21 Simon Marchigdb: convert auto-load to new-style debug macros
2021-01-21 Simon Marchigdb: make some variables static
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
next