summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-0/+32
* Use keep_going in proceed and start_step_over tooPedro Alves2015-08-071-2/+4
* Embed the pending step-over chain in thread_info objectsPedro Alves2015-08-071-0/+23
* inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans2015-06-231-3/+1
* Remove stop_registersJan Kratochvil2015-05-131-1/+1
* update thread list, delete exited threadsPedro Alves2015-04-071-5/+9
* Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2015-03-241-0/+5
* Make step_start_function be per threadPedro Alves2015-03-241-0/+3
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Print current thread after loading a core fileJan Kratochvil2015-01-221-0/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+23