aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25gdb: fix b/p conditions with infcalls in multi-threaded inferiorsAndrew Burgess1-0/+3
2024-01-25[gdb/build] Workaround gcc PR113599Tom de Vries1-3/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Lazy language settingTom Tromey1-1/+2
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+16
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-4/+18
2023-08-10Pass unique_ptr to add_thread_with_infoTom Tromey1-2/+5
2023-07-14Remove obsolete comment from gdbthread.hTom Tromey1-1/+1
2023-04-17gdb: add maybe_switch_inferior functionSimon Marchi1-0/+2
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-4/+0
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-3/+0
2023-03-20gdb: don't use the global thread-id in the saved breakpoints fileAndrew Burgess1-0/+4
2023-01-20Use bool in pc_in_* functionsTom Tromey1-1/+1
2023-01-18Revert "X86: reverse-finish fix"Carl Love1-0/+4
2023-01-17X86: reverse-finish fixCarl Love1-4/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-06-24Revert "Delete delete_thread_silent"Pedro Alves1-0/+4
2022-06-24Delete delete_thread_silentPedro Alves1-4/+0
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-5/+32
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess1-0/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-22gdb: add threads debugging switchAndrew Burgess1-0/+11
2021-12-02Implement 'task apply'Tom Tromey1-0/+17
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-1/+1
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi1-4/+26
2021-09-08gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess1-5/+27
2021-09-07gdb: make thread_info::executing privateAndrew Burgess1-5/+15
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi1-2/+14
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-3/+89
2021-07-12gdb: add setter / getter for thread_info resumed stateSimon Marchi1-8/+15
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi1-24/+28
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves1-3/+10
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-1/+1
2021-06-29gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur1-4/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Use thread_info_ref in enable_thread_stack_temporariesTom Tromey1-8/+2
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-0/+29
2020-12-04gdb: rename things related to step over chainsSimon Marchi1-8/+8
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-5/+5
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves1-0/+4
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves1-4/+10
2020-06-18Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves1-8/+9
2020-06-17Update thread_control_state::trap_expected commentsPedro Alves1-22/+4
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-3/+3
2020-01-10Multi-target supportPedro Alves1-51/+76
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves1-0/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0