gdb: make inferior_list use intrusive_list
[binutils-gdb.git] / gdb / thread.c
2021-07-13 Pedro Alvesgdb: make inferior_list use intrusive_list
2021-07-13 Pedro Alvesgdb: introduce intrusive_list, make thread_info use it
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-19 Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-19 Pedro AlvesFix any_thread_of_inferior
2021-02-22 Simon Marchigdb: add asserts in thread code
2021-01-28 Andrew Burgessgdb: remove unneeded switch_to_thread from thr_try_catc...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Tom TromeyRemove scoped_inc_dec_ref
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: rename things related to step over chains
2020-10-30 Pedro AlvesMove lookup_selected_frame to frame.c
2020-10-30 Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
2020-10-19 Tankut Baris Aktemurgdb/thread: fine-tune 'info threads' help text
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-29 Tom TromeyRemove target_has_memory macro
2020-09-18 Pedro AlvesFix "thread find" with multiple inferiors/targets ...
2020-08-07 Simon Marchigdb: pass target to thread_ptid_changed observable
2020-07-10 Pedro AlvesFix crash if connection drops in scoped_restore_current...
2020-06-18 Pedro AlvesDecouple inferior_ptid/inferior_thread(); dup ptids...
2020-05-14 Tankut Baris Aktemurgdb/infrun: handle already-exited threads when attempti...
2020-04-21 Tom de Vries[gdb] Fix hang after ext sigkill
2020-02-26 Jérémie Galarneaugdb: print thread names in thread apply command output
2020-02-04 Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-24 Pedro AlvesFix re-runs of a second inferior (PR gdb/25410)
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro Alvesswitch inferior/thread before calling target methods
2020-01-10 Pedro AlvesPreserve selected thread in all-stop w/ background...
2020-01-09 Simon MarchiFix indentation in print_thread_info_1
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-06 Philippe WaroquiersFix crash when command arg is missing in faas/taas...
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-05 Tom TromeyUse _() in calls to build_help
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-02 Pedro AlvesMake "info threads" use the gdb::option framework
2019-06-13 Pedro AlvesFix gdb build with -std=gnu++11
2019-06-12 Pedro AlvesMake "thread apply" use the gdb::option framework
2019-06-12 Pedro Alves"thread apply 1 -- -" vs "frame apply level 0 -- -"
2019-06-12 Pedro AlvesMake "frame apply" support -OPT options
2019-06-12 Pedro AlvesFix TID parser bug
2019-05-10 Tom TromeyTwo minor constifications
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-04-09 Kevin BuettnerSupport buffer objects as handles in Inferior.thread_fr...
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-05 Joel BrobeckerGDB crash re-running program on Windows (native)
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-07-12 Philippe WaroquiersAdd [FLAG]... arguments to 'thread apply'.
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-29 Pedro AlvesImprove alignment of "info threads" output, align ...
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove "struct" keyword in range-based for loops
2018-04-20 Philippe WaroquiersImprove on-line help for thread_apply_command and threa...
2018-04-19 Philippe Waroquiers[OB PATCH] Fix some comments in thread.c
2018-04-10 Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Tom TromeyChange enable_thread_stack_temporaries to an RAII class
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-24 Simon MarchiCreate private_thread_info hierarchy
2017-11-07 Tom TromeyConstify execute_command
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-10-26 Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-10 Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-09-27 Tom TromeyConstify some commands in thread.c
2017-09-21 Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-09 Simon MarchiRemove unnecessary calls to is_mi_like_p in print_threa...
2017-09-09 Tom TromeyUse ui_out_emit_table and ui_out_emit_list in print_thr...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-03 Tom TromeyUse std::string thread.c
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-04 Pedro Alvesmake_cleanup_restore_current_thread: Look up thread...
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-04-22 Simon MarchiRemove dead code and "current" field from MI thread...
2017-04-19 Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-13 Pedro AlvesC++fy thread_apply_all_command
2017-04-11 Pedro Alvesgdb/thread.c: Fix whitespace throughout
2017-04-10 Pedro Alvesthread.c: ptid_equal -> operator==
2017-04-10 Pedro AlvesGC gdb/thread.c:current_thread_cleanup_chain
2017-04-10 Yao QiDon't delete thread_info if refcount isn't zero
2017-04-10 Yao QiHoist code on marking thread as exited
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-29 Yao QiAdd constructor and destructor to thread_info
2017-02-01 Markus Metzgerthread: add can_access_registers_ptid
next