]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/thread.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / thread.c
6 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-05-12  Tankut Baris Aktemurgdb: add '-stopped' and '-running' options to "info...
2025-05-12  Tankut Baris Aktemurgdb: update "info threads" output when no threads match...
2025-05-12  Tankut Baris Aktemurgdb: pass info_threads_opts to print_thread_info_1
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-11  Tom TromeyUse gdb::function_view in iterate_over_threads
2024-10-28  Guinevere Larsengdb: Allow replayed threads to read and write pseudo...
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-25  Simon Marchigdb: move execute function declarations from gdbcmd...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-19  Aaron Mereygdb: Buffer output streams during events that might...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyLazy language setting
2023-12-20  Pedro AlvesFix thread target ID of exited waves
2023-12-12  Hannes DomaniSupport dynamically computed convenience variables...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-20  Andrew Burgessgdb: move all bfd_cache_close_all calls in gdb_bfd.c
2023-11-13  Pedro Alvesgdb: clear step over information on thread exit (PR...
2023-11-13  Pedro AlvesThread options & clone events (core + remote)
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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
next