aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+8
* Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2016-01-151-0/+20
* Fix "thread apply $conv_var" and misc other related problemsPedro Alves2016-01-151-3/+17
* Fix C++ build error by casting void *Yao Qi2016-01-141-1/+1
* Add $_gthread convenience variablePedro Alves2016-01-131-6/+43
* Implement "info threads -gid"Pedro Alves2016-01-131-2/+12
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-118/+222
* Centralize thread ID printingPedro Alves2016-01-131-15/+30
* Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves2016-01-131-0/+22
* Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves2016-01-121-2/+11
* testsuite: Fix false FAILs on too long base directoryJan Kratochvil2016-01-111-11/+2
* 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-0/+16
* Constify thread name return pathSimon Marchi2015-11-261-2/+2
* List inferiors/threads/pspaces in ascending orderPedro Alves2015-11-241-2/+11
* Add some more casts (2/2)Simon Marchi2015-09-251-8/+11
* Garbage collect thread continuationsPedro Alves2015-09-091-4/+0
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-0/+16
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-7/+4
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-0/+23
* Use keep_going in proceed and start_step_over tooPedro Alves2015-08-071-18/+34
* Embed the pending step-over chain in thread_info objectsPedro Alves2015-08-071-0/+84
* Fix and test "checkpoint" in non-stop modePedro Alves2015-08-071-0/+38
* Remove --xdbJan Kratochvil2015-04-111-2/+1
* update thread list, delete exited threadsPedro Alves2015-04-071-3/+16
* Fix "thread apply all" with exited threadsPedro Alves2015-03-241-5/+10
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-5/+5
* Sort threads for thread apply allJan Kratochvil2015-01-221-1/+36
* Print current thread after loading a core fileJan Kratochvil2015-01-221-2/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-3/+3
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+102
* Push pruning old threads down to the targetPedro Alves2014-10-151-4/+4
* Make single-step breakpoints be per-threadPedro Alves2014-10-151-0/+31
* thread.c: cleanup breakpoint deletionPedro Alves2014-10-151-20/+29
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves2014-10-021-0/+44
* Reduce Hg packet (select remote general thread) bouncingPedro Alves2014-10-021-6/+34
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Revert gdbthread.h (any_running): Declare.Doug Evans2014-07-101-12/+0
* * gdbthread.h (any_running): Declare.Doug Evans2014-07-101-0/+12
* Remove any_runningYao Qi2014-06-191-12/+0
* Fix next over threaded execl with "set scheduler-locking step".Pedro Alves2014-06-191-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-2/+2
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-3/+3
* restore_selected_frame: tweak warning.Pedro Alves2013-08-301-2/+2
* 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>Ali Anwar2013-07-151-11/+63
* Factor out in-stepping-range checks.Pedro Alves2013-05-231-0/+7