summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
AgeCommit message (Expand)Author
2022-06-24Revert "Delete delete_thread_silent"Pedro Alves
2022-06-24Delete delete_thread_silentPedro Alves
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-22gdb: add threads debugging switchAndrew Burgess
2021-12-02Implement 'task apply'Tom Tromey
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi
2021-09-08gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess
2021-09-07gdb: make thread_info::executing privateAndrew Burgess
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-07-12gdb: add setter / getter for thread_info resumed stateSimon Marchi
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi
2021-06-29gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11Use thread_info_ref in enable_thread_stack_temporariesTom Tromey
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-12-04gdb: rename things related to step over chainsSimon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves
2020-06-18Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves
2020-06-17Update thread_control_state::trap_expected commentsPedro Alves
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-10Two minor constificationsTom Tromey
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner
2019-03-06Update two cleanup commentsTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-23Use forward_scope_exit for scoped_finish_thread_statePedro Alves
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-23Remove declarations of is_running/is_stopped/is_exitedPedro Alves
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey
2018-09-17Use new and delete for struct infcall_suspend_stateTom Tromey
2018-07-03Remove ptid_equalTom Tromey
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves
2018-06-25gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves