summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-28/+66
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-171-17/+17
* Use new and delete for struct infcall_suspend_stateTom Tromey2018-09-171-6/+6
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-6/+14
* gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves2018-06-251-14/+14
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-46/+45
* Replace finish_thread_state_cleanup with a RAII classPedro Alves2018-04-101-4/+27
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-081-9/+38
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-7/+11
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-0/+6
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+4
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-5/+1
* Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior2017-06-071-4/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-1/+21
* gdbthread.h: Fix comment typoPedro Alves2017-04-191-1/+1
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-24/+21
* Don't delete thread_info if refcount isn't zeroYao Qi2017-04-101-5/+28
* Add constructor and destructor to thread_infoYao Qi2017-03-291-25/+29
* thread: add can_access_registers_ptidMarkus Metzger2017-02-011-0/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+4
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-5/+0
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+5
* Add $_gthread convenience variablePedro Alves2016-01-131-1/+2
* Implement "info threads -gid"Pedro Alves2016-01-131-2/+2
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-15/+80
* Centralize thread ID printingPedro Alves2016-01-131-0/+4
* Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves2016-01-131-0/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-1/+6
* Garbage collect thread continuationsPedro Alves2015-09-091-12/+0
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-3/+8