Age | Commit message (Expand) | Author | Files | Lines |
2011-03-10 | * tracepoint.c (trace_actions_command): Update. | Tom Tromey | 1 | -2/+5 |
2011-03-09 | * thread.c (restore_selected_frame): Handle frame_level == -1. | Tom Tromey | 1 | -1/+15 |
2011-02-21 | 2011-02-21 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -25/+11 |
2011-02-19 | 2011-02-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -39/+16 |
2011-02-19 | 2011-02-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -23/+3 |
2011-02-16 | 2011-02-16 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -1/+1 |
2011-02-15 | 2011-02-15 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -8/+108 |
2011-01-19 | gdb | Tom Tromey | 1 | -10/+61 |
2011-01-12 | * thread.c (do_captured_thread_select): Emit newline before | Tom Tromey | 1 | -1/+4 |
2011-01-11 | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -16/+15 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -5/+6 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-21 | gdb | Tom Tromey | 1 | -6/+59 |
2010-12-09 | gdb | Tom Tromey | 1 | -0/+19 |
2010-11-28 | gdb/ | Jan Kratochvil | 1 | -6/+6 |
2010-11-28 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2010-08-06 | * thread.c (add_thread_silent): Use null_ptid instead of | Pedro Alves | 1 | -2/+2 |
2010-06-18 | * thread.c (thread_id_make_value): Make a value representing the | Stan Shebs | 1 | -0/+14 |
2010-05-17 | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+5 |
2010-01-12 | Implement core awareness. | Vladimir Prus | 1 | -9/+21 |
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 | -2/+38 |
2009-09-13 | gdb/ | Joel Brobecker | 1 | -7/+3 |
2009-07-02 | gdb/ | Pedro Alves | 1 | -0/+12 |
2009-06-07 | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 1 | -21/+0 |
2009-05-24 | gdb: | Doug Evans | 1 | -13/+13 |
2009-05-24 | gdb/ | Pedro Alves | 1 | -13/+24 |
2009-05-18 | * fork-child.c (fork_inferior): Only reset the thread list if this | Pedro Alves | 1 | -10/+14 |
2009-05-05 | * inferior.h (read_pc, write_pc): Remove. | Ulrich Weigand | 1 | -1/+1 |
2009-03-31 | * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check | Pedro Alves | 1 | -0/+16 |
2009-03-27 | * thread.c (do_restore_current_thread_cleanup): Redo test for | Doug Evans | 1 | -4/+3 |
2009-03-26 | * thread.c (inferior_thread) Remove "extern" in definition. | Doug Evans | 1 | -1/+1 |
2009-03-25 | gdb/ | Pedro Alves | 1 | -4/+3 |
2009-03-25 | * infrun.c (normal_stop): Use has_stack_frames instead of | Pedro Alves | 1 | -32/+55 |
2009-03-22 | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 1 | -3/+3 |
2009-02-05 | * target.h (target_tid_to_str): Delete. | Pedro Alves | 1 | -6/+6 |
2009-01-30 | PR 8145. | Vladimir Prus | 1 | -0/+8 |
2009-01-18 | PR gdb/9747: | Pedro Alves | 1 | -0/+49 |
2009-01-17 | (thread_command): Move call to annotate_thread_changed | Nick Roberts | 1 | -1/+2 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+2 |
2008-11-17 | Implement -list-thread-groups. | Vladimir Prus | 1 | -4/+16 |
2008-11-09 | * thread.c (print_thread_info): Eliminate now useless checks | Vladimir Prus | 1 | -12/+7 |
2008-10-23 | gdb/ | Pedro Alves | 1 | -0/+25 |
2008-09-22 | Implement remote multi-process extensions. | Pedro Alves | 1 | -1/+10 |
2008-09-08 | * inferior.h (context_switch_to): Delete. | Pedro Alves | 1 | -97/+15 |
2008-09-08 | Remove global continuations in favour of a per-thread | Pedro Alves | 1 | -24/+5 |
2008-09-08 | Remove the global stop_step in favour of a per-thread | Pedro Alves | 1 | -6/+2 |
2008-09-08 | Remove the global step_multi in favour of a per-thread | Pedro Alves | 1 | -6/+2 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -6/+2 |
2008-09-08 | * gdbthread.h (struct thread_info): Add comments around | Pedro Alves | 1 | -4/+0 |