summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves2014-10-281-0/+5
* Fix some comments to say minus_one_ptid instead of PID == -1.Doug Evans2014-10-191-3/+3
* remote: get rid of all the T packets when syncing the thread listPedro Alves2014-10-151-0/+8
* Push pruning old threads down to the targetPedro Alves2014-10-151-0/+4
* Make single-step breakpoints be per-threadPedro Alves2014-10-151-0/+20
* Rewrite non-continuable watchpoints handlingPedro Alves2014-10-151-0/+5
* Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves2014-10-021-0/+3
* Reduce Hg packet (select remote general thread) bouncingPedro Alves2014-10-021-3/+4
* Always pass signals to the right threadPedro Alves2014-07-251-1/+7
* Revert gdbthread.h (any_running): Declare.Doug Evans2014-07-101-3/+0
* * gdbthread.h (any_running): Declare.Doug Evans2014-07-101-0/+3
* Remove any_runningYao Qi2014-06-191-3/+0