summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-19gdbthread.h: Fix comment typoPedro Alves
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi
2017-03-29Add constructor and destructor to thread_infoYao Qi
2017-02-01thread: add can_access_registers_ptidMarkus Metzger
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves
2016-01-13Add $_gthread convenience variablePedro Alves
2016-01-13Implement "info threads -gid"Pedro Alves
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-13Centralize thread ID printingPedro Alves
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves
2015-09-09Garbage collect thread continuationsPedro Alves
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves
2015-08-07Embed the pending step-over chain in thread_info objectsPedro Alves
2015-06-23inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans
2015-05-13Remove stop_registersJan Kratochvil
2015-04-07update thread list, delete exited threadsPedro Alves
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves
2015-03-24Make step_start_function be per threadPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-22Print current thread after loading a core fileJan Kratochvil
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra
2014-10-28PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves
2014-10-19Fix some comments to say minus_one_ptid instead of PID == -1.Doug Evans
2014-10-15remote: get rid of all the T packets when syncing the thread listPedro Alves
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-10-15Make single-step breakpoints be per-threadPedro Alves
2014-10-15Rewrite non-continuable watchpoints handlingPedro Alves
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves
2014-07-25Always pass signals to the right threadPedro Alves
2014-07-10Revert gdbthread.h (any_running): Declare.Doug Evans
2014-07-10 * gdbthread.h (any_running): Declare.Doug Evans