]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbthread.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / gdbthread.h
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyLazy language setting
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-13  Pedro AlvesThread options & clone events (core + remote)
2023-08-23  Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-08-10  Tom TromeyPass unique_ptr to add_thread_with_info
2023-07-14  Tom TromeyRemove obsolete comment from gdbthread.h
2023-04-17  Simon Marchigdb: add maybe_switch_inferior function
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-20  Andrew Burgessgdb: don't use the global thread-id in the saved breakp...
2023-01-20  Tom TromeyUse bool in pc_in_* functions
2023-01-18  Carl LoveRevert "X86: reverse-finish fix"
2023-01-17  Carl LoveX86: reverse-finish fix
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-06-24  Pedro AlvesRevert "Delete delete_thread_silent"
2022-06-24  Pedro AlvesDelete delete_thread_silent
2022-02-07  Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
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-11-08  Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
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-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: introduce intrusive_list, make thread_info use it
2021-07-06  Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-06-29  Tankut Baris Aktemurgdb: remove duplicate declaration of 'find_thread_ptid'
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11  Tom TromeyUse thread_info_ref in enable_thread_stack_temporaries
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-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30  Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
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-06-17  Pedro AlvesUpdate thread_control_state::trap_expected comments
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-10  Pedro AlvesMulti-target support
2020-01-10  Pedro AlvesPreserve selected thread in all-stop w/ background...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-10  Tom TromeyTwo minor constifications
2019-04-09  Kevin BuettnerSupport buffer objects as handles in Inferior.thread_fr...
2019-03-06  Tom TromeyUpdate two cleanup comments
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Pedro AlvesUse forward_scope_exit for scoped_finish_thread_state
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-23  Pedro AlvesRemove declarations of is_running/is_stopped/is_exited
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-09-17  Tom TromeyUse new and delete for struct infcall_control_state
2018-09-17  Tom TromeyUse new and delete for struct infcall_suspend_state
2018-07-03  Tom TromeyRemove ptid_equal
2018-06-28  Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-25  Pedro Alvesgdb: For macOS, s/thread_info/struct thread_info/
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-04-10  Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
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-11-24  Simon MarchiCreate private_thread_info hierarchy
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-21  Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-06-07  Sergio Durigan JuniorShare parts of gdb/gdbthread.h with gdbserver
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-19  Pedro Alvesgdbthread.h: Fix comment typo
2017-04-19  Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-10  Yao QiDon't delete thread_info if refcount isn't zero
2017-03-29  Yao QiAdd constructor and destructor to thread_info
2017-02-01  Markus Metzgerthread: add can_access_registers_ptid
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-06-21  Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-01-18  Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-13  Pedro AlvesAdd $_gthread convenience variable
2016-01-13  Pedro AlvesImplement "info threads -gid"
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13  Pedro AlvesCentralize thread ID printing
2016-01-13  Pedro AlvesFix PR19388: Can't access $_siginfo in breakpoint ...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30  Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-09-09  Pedro AlvesGarbage collect thread continuations
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-08-07  Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07  Pedro AlvesUse keep_going in proceed and start_step_over too
2015-08-07  Pedro AlvesEmbed the pending step-over chain in thread_info objects
2015-06-23  Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-13  Jan KratochvilRemove stop_registers
2015-04-07  Pedro Alvesupdate thread list, delete exited threads
2015-03-24  Pedro AlvesMake "set scheduler-locking step" depend on user intent...
next