gdb: call update_thread_list for $_inferior_thread_count function
[binutils-gdb.git] / gdb / thread.c
2023-11-08 Andrew Burgessgdb: call update_thread_list for $_inferior_thread_coun...
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-08-23 Pedro Alvesgdb: make inferior::clear_thread_list always silent
2023-08-10 Tom TromeyPass unique_ptr to add_thread_with_info
2023-05-30 Simon Marchigdb: add interp::on_target_resumed method
2023-05-30 Simon Marchigdb: add interp::on_thread_exited method
2023-05-30 Simon Marchigdb: add interp::on_new_thread method
2023-05-30 Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-04-17 Simon Marchigdb: add maybe_switch_inferior function
2023-04-05 Tankut Baris Aktemurgdb: boolify 'should_print_thread'
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-31 Ari Hannulagdb: Remove extra if statement
2023-03-20 Andrew Burgessgdb: don't use the global thread-id in the saved breakp...
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-28 Andrew Burgessgdb: fix mi breakpoint-deleted notifications for thread...
2023-01-20 Simon Marchigdb: remove language.h include from frame.h
2023-01-20 Tom TromeyUse bool in pc_in_* functions
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-24 Andrew Burgessgdb: fix typo in debug output message
2022-11-17 Andrew Burgessgdb: new $_inferior_thread_count convenience variable
2022-10-10 Andrew Burgessgdb: extra debug output in thread.c
2022-06-24 Pedro AlvesRevert "Delete delete_thread_silent"
2022-06-24 Pedro AlvesDelete delete_thread_silent
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-06 Simon Marchigdb: remove internalvar_funcs::destroy
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Simon Marchigdb: use ptid_t::to_string instead of target_pid_to_str...
2022-01-13 Andrew Burgessgdb: add some extra debug information to attach_command
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-22 Andrew Burgessgdb: add threads debugging switch
2021-12-02 Tom TromeyImplement 'task apply'
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-09-24 Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
2021-09-08 Andrew Burgessgdb: make thread_suspend_state::stop_pc optional
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-08-17 Simon Marchigdb: fix thread_step_over_chain_length
2021-07-13 Simon Marchigdb: maintain ptid -> thread map, optimize find_thread_ptid
2021-07-13 Simon Marchigdb: maintain per-process-target list of resumed thread...
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-13 Simon Marchigdb: add setter / getter for thread_info resumed state
2021-07-13 Simon Marchigdb: use intrusive list for step-over chain
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
next