aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-11Add branch trace information to struct thread_info.Markus Metzger1-0/+3
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-2/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-07-27gdb/Yao Qi1-1/+0
2012-06-28gdb/Pedro Alves1-1/+1
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+12
2012-03-022012-03-02 Tom Tromey <tromey@redhat.com>Pedro Alves1-2/+2
2012-02-16 PR c++/13653:Tom Tromey1-0/+8
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2011-09-132011-09-13 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-42/+33
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-3/+3
2011-05-302011-05-30 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-8/+10
2011-05-272011-05-27 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+1
2011-04-192011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-6/+6
2011-03-10 * tracepoint.c (trace_actions_command): Update.Tom Tromey1-2/+5
2011-03-09 * thread.c (restore_selected_frame): Handle frame_level == -1.Tom Tromey1-1/+15
2011-02-212011-02-21 Michael Snyder <msnyder@vmware.com>Michael Snyder1-25/+11
2011-02-192011-02-18 Michael Snyder <msnyder@vmware.com>Michael Snyder1-39/+16
2011-02-192011-02-18 Michael Snyder <msnyder@vmware.com>Michael Snyder1-23/+3
2011-02-162011-02-16 Yao Qi <yao@codesourcery.com>Yao Qi1-1/+1
2011-02-152011-02-15 Michael Snyder <msnyder@vmware.com>Michael Snyder1-8/+108
2011-01-19gdbTom Tromey1-10/+61