aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-05-10Two minor constificationsTom Tromey1-1/+2
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner1-2/+2
2019-03-06Update two cleanup commentsTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Use forward_scope_exit for scoped_finish_thread_statePedro Alves1-25/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-23Remove declarations of is_running/is_stopped/is_exitedPedro Alves1-26/+22
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-28/+66
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey1-17/+17
2018-09-17Use new and delete for struct infcall_suspend_stateTom Tromey1-6/+6
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-6/+14
2018-06-25gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves1-14/+14
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-46/+45
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves1-4/+27
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey1-9/+38
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-7/+11
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-0/+6
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-5/+1
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior1-4/+1
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-1/+21
2017-04-19gdbthread.h: Fix comment typoPedro Alves1-1/+1
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-24/+21
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi1-5/+28
2017-03-29Add constructor and destructor to thread_infoYao Qi1-25/+29
2017-02-01thread: add can_access_registers_ptidMarkus Metzger1-0/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+4
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-5/+0
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+5
2016-01-13Add $_gthread convenience variablePedro Alves1-1/+2
2016-01-13Implement "info threads -gid"Pedro Alves1-2/+2
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-15/+80
2016-01-13Centralize thread ID printingPedro Alves1-0/+4
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves1-0/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1