Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -3/+3 |
2013-05-23 | range stepping: gdb | Pedro Alves | 1 | -0/+8 |
2013-05-23 | Factor out in-stepping-range checks. | Pedro Alves | 1 | -0/+4 |
2013-03-11 | Add branch trace information to struct thread_info. | Markus Metzger | 1 | -0/+4 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-06-28 | gdb/ | Pedro Alves | 1 | -0/+7 |
2012-06-18 | gdb/ | Jan Kratochvil | 1 | -1/+3 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-09-13 | 2011-09-13 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -7/+12 |
2011-09-07 | gdb/ | Yao Qi | 1 | -11/+0 |
2011-09-07 | gdb/ | Yao Qi | 1 | -1/+8 |
2011-04-19 | 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com> | Marc Khouzam | 1 | -1/+1 |
2011-02-21 | 2011-02-21 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-19 | gdb | Tom Tromey | 1 | -0/+4 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+3 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-09 | gdb | Tom Tromey | 1 | -0/+10 |
2010-11-28 | gdb/ | Jan Kratochvil | 1 | -5/+3 |
2010-11-28 | gdb/ | Jan Kratochvil | 1 | -64/+88 |
2010-11-02 | gdb/ | Jan Kratochvil | 1 | -2/+0 |
2010-10-17 | gdb/ | Jan Kratochvil | 1 | -0/+2 |
2010-01-12 | Implement core awareness. | Vladimir Prus | 1 | -0/+6 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+4 |
2009-07-02 | gdb/ | Pedro Alves | 1 | -0/+3 |
2009-06-28 | gdb/ | Daniel Jacobowitz | 1 | -0/+5 |
2009-05-24 | gdb: | Doug Evans | 1 | -1/+1 |
2009-05-24 | gdb/ | Pedro Alves | 1 | -0/+5 |
2009-03-31 | * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check | Pedro Alves | 1 | -0/+4 |
2009-03-22 | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 1 | -0/+4 |
2009-01-18 | PR gdb/9747: | Pedro Alves | 1 | -0/+17 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-11-17 | Implement -list-thread-groups. | Vladimir Prus | 1 | -1/+2 |
2008-10-23 | gdb/ | Pedro Alves | 1 | -0/+10 |
2008-09-08 | * inferior.h (context_switch_to): Delete. | Pedro Alves | 1 | -7/+0 |
2008-09-08 | Remove global continuations in favour of a per-thread | Pedro Alves | 1 | -7/+10 |
2008-09-08 | Remove the global stop_step in favour of a per-thread | Pedro Alves | 1 | -4/+4 |
2008-09-08 | Remove the global step_multi in favour of a per-thread | Pedro Alves | 1 | -4/+5 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -4/+3 |
2008-09-08 | * gdbthread.h (struct thread_info): Add comments around | Pedro Alves | 1 | -2/+4 |
2008-09-08 | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 1 | -6/+5 |
2008-09-08 | * inferior.h (step_over_calls): Delete. | Pedro Alves | 1 | -2/+0 |
2008-09-08 | Remove context switching in favour of accessing thread_info fields | Pedro Alves | 1 | -27/+61 |
2008-08-18 | 2008-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+3 |
2008-08-16 | * gdbthread.h: Add comments. | Pedro Alves | 1 | -7/+26 |
2008-07-12 | Implement --thread and --frame. | Vladimir Prus | 1 | -0/+3 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -9/+21 |
2008-07-09 | Per-thread commands. | Pedro Alves | 1 | -9/+34 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -5/+30 |