summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: add maybe_switch_inferior functionSimon Marchi2023-04-171-0/+2
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-4/+0
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-3/+0
* gdb: don't use the global thread-id in the saved breakpoints fileAndrew Burgess2023-03-201-0/+4
* Use bool in pc_in_* functionsTom Tromey2023-01-201-1/+1
* Revert "X86: reverse-finish fix"Carl Love2023-01-181-0/+4
* X86: reverse-finish fixCarl Love2023-01-171-4/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Revert "Delete delete_thread_silent"Pedro Alves2022-06-241-0/+4
* Delete delete_thread_silentPedro Alves2022-06-241-4/+0
* gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX2022-02-071-5/+32
* gdb: add some extra debug information to attach_commandAndrew Burgess2022-01-131-0/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add threads debugging switchAndrew Burgess2021-12-221-0/+11
* Implement 'task apply'Tom Tromey2021-12-021-0/+17
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-1/+1
* gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi2021-09-241-4/+26
* gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess2021-09-081-5/+27
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-5/+15
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-121-2/+14
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-3/+89
* gdb: add setter / getter for thread_info resumed stateSimon Marchi2021-07-121-8/+15
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-121-24/+28
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-121-3/+10
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-1/+1
* gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur2021-06-291-4/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Use thread_info_ref in enable_thread_stack_temporariesTom Tromey2020-12-111-8/+2
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-0/+29
* gdb: rename things related to step over chainsSimon Marchi2020-12-041-8/+8
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-5/+5
* Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves2020-10-301-0/+4
* Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves2020-07-101-4/+10
* Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves2020-06-181-8/+9
* Update thread_control_state::trap_expected commentsPedro Alves2020-06-171-22/+4
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-3/+3
* Multi-target supportPedro Alves2020-01-101-51/+76
* Preserve selected thread in all-stop w/ background executionPedro Alves2020-01-101-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Two minor constificationsTom Tromey2019-05-101-1/+2
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-081-2/+2
* Update two cleanup commentsTom Tromey2019-03-061-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Use forward_scope_exit for scoped_finish_thread_statePedro Alves2019-01-231-25/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove declarations of is_running/is_stopped/is_exitedPedro Alves2018-11-231-26/+22