Age | Commit message (Expand) | Author | Files | Lines |
2009-05-05 | * inferior.h (read_pc, write_pc): Remove. | Ulrich Weigand | 1 | -7/+8 |
2009-04-30 | * infrun.c (use_displaced_stepping): Return false if process | Hui Zhu | 1 | -1/+10 |
2009-04-20 | 2009-04-20 David Daney <ddaney@caviumnetworks.com> | David Daney | 1 | -1/+1 |
2009-04-14 | 2009-04-13 David Daney <ddaney@caviumnetworks.com> | David Daney | 1 | -16/+31 |
2009-03-25 | gdb/ | Pedro Alves | 1 | -0/+10 |
2009-03-25 | * infrun.c (normal_stop): Use has_stack_frames instead of | Pedro Alves | 1 | -2/+2 |
2009-03-22 | gdb/ | Pedro Alves | 1 | -4/+2 |
2009-03-22 | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 1 | -1/+5 |
2009-03-22 | * infcall.c (run_inferior_call): Remove references to | Pedro Alves | 1 | -5/+19 |
2009-03-17 | * infrun.c (normal_stop): Don't overwrite old_chain. | Pedro Alves | 1 | -2/+2 |
2009-03-01 | Include thread ID in target_wait debugging output. | Doug Evans | 1 | -16/+42 |
2009-02-25 | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -2/+2 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -2/+2 |
2009-02-14 | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 1 | -18/+3 |
2009-02-06 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+87 |
2009-02-01 | * target.h (target_waitstatus_to_string): Declare. | Doug Evans | 1 | -0/+20 |
2009-01-24 | * infrun.c (normal_stop): Don't call | Pedro Alves | 1 | -11/+0 |
2009-01-23 | 2009-01-23 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -10/+9 |
2009-01-19 | * dummy-frame.c (dummy_frame): Replace regcache member with | Doug Evans | 1 | -45/+99 |
2009-01-18 | PR gdb/9747: | Pedro Alves | 1 | -12/+39 |
2009-01-15 | * target.h (target_signal_to_string): Make return type const char *. | Doug Evans | 1 | -1/+1 |
2009-01-07 | gdb/ | Pedro Alves | 1 | -1/+0 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-31 | 2008-12-31 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -13/+15 |
2008-12-12 | * infrun.c (handle_inferior_event): Correctly tag non-executing | Pedro Alves | 1 | -16/+28 |
2008-12-11 | * infrun.c (handle_inferior_event): On a TARGET_WAITKIND_EXITED or | Pedro Alves | 1 | -0/+2 |
2008-12-02 | * infrun.c (handle_inferior_event): Remove redundant resetting of | Doug Evans | 1 | -2/+0 |
2008-12-02 | * infrun.c (handle_inferior_event): Delete unused local tp. | Doug Evans | 1 | -2/+0 |
2008-12-02 | * infrun.c (proceed): Delete unused local stop_signal. | Doug Evans | 1 | -1/+0 |
2008-11-22 | Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK. | Joel Brobecker | 1 | -1/+0 |
2008-11-20 | * infrun.c (resume): If following a fork, also reset regcache, | Pedro Alves | 1 | -0/+6 |
2008-11-20 | * infrun.c (resume): If following a fork, reread the current | Pedro Alves | 1 | -2/+6 |
2008-11-20 | * inferior.h (proceed_to_finish): Delete, unused. | Doug Evans | 1 | -2/+2 |
2008-11-17 | PR gdb/2250 | Ulrich Weigand | 1 | -22/+102 |
2008-11-16 | Remove support for catch load and catch unload commands. | Joel Brobecker | 1 | -37/+0 |
2008-11-05 | * defs.h (add_inferior_continuation) | Pedro Alves | 1 | -2/+11 |
2008-10-31 | * inferior.h (write_inferior_status_register): Delete. | Pedro Alves | 1 | -10/+0 |
2008-10-27 | 2008-10-26 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+16 |
2008-10-25 | * infrun.c: Minor comment reformatting. | Joel Brobecker | 1 | -2/+1 |
2008-10-24 | 2008-10-24 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -18/+51 |
2008-10-23 | gdb/ | Pedro Alves | 1 | -21/+156 |
2008-10-20 | 2008-10-19 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -0/+1 |
2008-10-18 | * infrun.c (adjust_pc_after_break): Do nothing if executing in | Pedro Alves | 1 | -0/+29 |
2008-10-17 | 2008-10-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -21/+193 |
2008-10-15 | gdb/ | Pedro Alves | 1 | -23/+61 |
2008-10-14 | * infrun.c (displaced_step_prepare): Switch thread temporarily | Pedro Alves | 1 | -7/+25 |
2008-10-05 | 2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com> | Michael Snyder | 1 | -1/+1 |
2008-10-03 | 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -10/+5 |
2008-10-02 | * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): Update | Daniel Jacobowitz | 1 | -1/+1 |
2008-09-22 | * infrun.c (follow_exec): Don't do a generic mourn. Instead | Pedro Alves | 1 | -4/+2 |