summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
Commit message (Expand)AuthorAgeFilesLines
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-3/+3
* range stepping: gdbPedro Alves2013-05-231-0/+8
* Factor out in-stepping-range checks.Pedro Alves2013-05-231-0/+4
* Add branch trace information to struct thread_info.mmetzger2013-03-111-0/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/Pedro Alves2012-06-281-0/+7
* gdb/Jan Kratochvil2012-06-181-1/+3
* gdb/Pedro Alves2012-05-241-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* 2011-09-13 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-131-7/+12
* gdb/qiyao2011-09-071-11/+0
* gdb/qiyao2011-09-071-1/+8
* 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam2011-04-191-1/+1
* 2011-02-21 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-211-1/+1
* gdbTom Tromey2011-01-191-0/+4
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-3/+3
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdbTom Tromey2010-12-091-0/+10
* gdb/Jan Kratochvil2010-11-281-5/+3
* gdb/Jan Kratochvil2010-11-281-64/+88
* gdb/Jan Kratochvil2010-11-021-2/+0
* gdb/Jan Kratochvil2010-10-171-0/+2
* Implement core awareness.Vladimir Prus2010-01-121-0/+6
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-0/+4
* gdb/Pedro Alves2009-07-021-0/+3
* gdb/Daniel Jacobowitz2009-06-281-0/+5
* gdb:Doug Evans2009-05-241-1/+1
* gdb/Pedro Alves2009-05-241-0/+5
* * remote.c (remote_notice_new_inferior): Use ptid_is_pid. CheckPedro Alves2009-03-311-0/+4
* * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves2009-03-221-0/+4
* PR gdb/9747:Pedro Alves2009-01-181-0/+17
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Implement -list-thread-groups.Vladimir Prus2008-11-171-1/+2
* gdb/Pedro Alves2008-10-231-0/+10
* * inferior.h (context_switch_to): Delete.Pedro Alves2008-09-081-7/+0
* Remove global continuations in favour of a per-threadPedro Alves2008-09-081-7/+10
* Remove the global stop_step in favour of a per-threadPedro Alves2008-09-081-4/+4
* Remove the global step_multi in favour of a per-threadPedro Alves2008-09-081-4/+5
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-4/+3
* * gdbthread.h (struct thread_info): Add comments aroundPedro Alves2008-09-081-2/+4
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-6/+5
* * inferior.h (step_over_calls): Delete.Pedro Alves2008-09-081-2/+0
* Remove context switching in favour of accessing thread_info fieldsPedro Alves2008-09-081-27/+61
* 2008-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-08-181-0/+3
* * gdbthread.h: Add comments.Pedro Alves2008-08-161-7/+26
* Implement --thread and --frame.Vladimir Prus2008-07-121-0/+3
* Exited threads.Pedro Alves2008-07-111-9/+21
* Per-thread commands.Pedro Alves2008-07-091-9/+34
* Add "executing" property to threads.Pedro Alves2008-07-091-5/+30