aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+8
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves1-0/+20
2016-01-15Fix "thread apply $conv_var" and misc other related problemsPedro Alves1-3/+17
2016-01-14Fix C++ build error by casting void *Yao Qi1-1/+1
2016-01-13Add $_gthread convenience variablePedro Alves1-6/+43
2016-01-13Implement "info threads -gid"Pedro Alves1-2/+12
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-118/+222
2016-01-13Centralize thread ID printingPedro Alves1-15/+30
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves1-0/+22
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-11/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-0/+16
2015-11-26Constify thread name return pathSimon Marchi1-2/+2
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2015-09-25Add some more casts (2/2)Simon Marchi1-8/+11
2015-09-09Garbage collect thread continuationsPedro Alves1-4/+0
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-0/+16
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-7/+4
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-0/+23
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves1-18/+34
2015-08-07Embed the pending step-over chain in thread_info objectsPedro Alves1-0/+84
2015-08-07Fix and test "checkpoint" in non-stop modePedro Alves1-0/+38
2015-04-11Remove --xdbJan Kratochvil1-2/+1
2015-04-07update thread list, delete exited threadsPedro Alves1-3/+16
2015-03-24Fix "thread apply all" with exited threadsPedro Alves1-5/+10
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-01-22Sort threads for thread apply allJan Kratochvil1-1/+36
2015-01-22Print current thread after loading a core fileJan Kratochvil1-2/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-3/+3
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+102
2014-10-15Push pruning old threads down to the targetPedro Alves1-4/+4
2014-10-15Make single-step breakpoints be per-threadPedro Alves1-0/+31
2014-10-15thread.c: cleanup breakpoint deletionPedro Alves1-20/+29
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves1-0/+44
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves1-6/+34
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-10Revert gdbthread.h (any_running): Declare.Doug Evans1-12/+0
2014-07-10 * gdbthread.h (any_running): Declare.Doug Evans1-0/+12
2014-06-19Remove any_runningYao Qi1-12/+0
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-2/+2
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-3/+3
2013-08-30restore_selected_frame: tweak warning.Pedro Alves1-2/+2
2013-07-152013-07-15 Ali Anwar <ali_anwar@codesourcery.com>Ali Anwar1-11/+63
2013-05-23Factor out in-stepping-range checks.Pedro Alves1-0/+7