| Commit message (Expand) | Author | Age | Files | Lines |
* | * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove | Pedro Alves | 2010-07-01 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2010-06-11 | 1 | -4/+3 |
* | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-14 | 1 | -1/+17 |
* | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-06 | 1 | -5/+0 |
* | 2010-04-08 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 2010-04-09 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2010-04-04 | 1 | -2/+3 |
* | PR gdb/11327, PR gdb/11328, PR breakpoints/11368: | Tom Tromey | 2010-03-25 | 1 | -1/+1 |
* | * infcmd.c (finish_command_continuation): Wrap print_return_value | Tom Tromey | 2010-03-18 | 1 | -1/+13 |
* | gdb/ | Pedro Alves | 2010-03-18 | 1 | -8/+9 |
* | 2010-03-17 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 2010-03-18 | 1 | -2/+23 |
* | gdb/ | Daniel Jacobowitz | 2010-02-16 | 1 | -3/+5 |
* | Per-inferior args and tty and environment. | Vladimir Prus | 2010-01-20 | 1 | -80/+81 |
* | gdb/ | Jan Kratochvil | 2010-01-08 | 1 | -17/+19 |
* | Support disconnected tracing. | Stan Shebs | 2010-01-06 | 1 | -0/+4 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-10-19 | 1 | -2/+1 |
* | gdb/ | Pedro Alves | 2009-07-02 | 1 | -2/+3 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -2/+5 |
* | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 2009-07-02 | 1 | -3/+8 |
* | gdb/ | Daniel Jacobowitz | 2009-06-28 | 1 | -10/+61 |
* | * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument. | Ulrich Weigand | 2009-06-24 | 1 | -1/+1 |
* | * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, | Ulrich Weigand | 2009-06-17 | 1 | -7/+9 |
* | * gdbarch.sh (construct_inferior_arguments): Remove. | Ulrich Weigand | 2009-06-17 | 1 | -3/+2 |
* | * infcmd.c (post_create_inferior): Call breakpoint_re_set after target | Pierre Muller | 2009-06-17 | 1 | -0/+12 |
* | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 2009-06-07 | 1 | -6/+6 |
* | gdb: | Doug Evans | 2009-05-24 | 1 | -3/+3 |
* | gdb/ | Jan Kratochvil | 2009-05-23 | 1 | -2/+2 |
* | * inflow.c (kill_command): Moved to infcmd.c. | Pedro Alves | 2009-05-19 | 1 | -0/+34 |
* | * breakpoint.c (insert_breakpoints, breakpoint_init_inferior) | Pedro Alves | 2009-05-19 | 1 | -2/+3 |
* | * inferior.h (read_pc, write_pc): Remove. | Ulrich Weigand | 2009-05-05 | 1 | -1/+1 |
* | * fork-child.c (startup_inferior): Move setting stop_pc ... | Ulrich Weigand | 2009-05-05 | 1 | -0/+3 |
* | * infrun.c (normal_stop): Use has_stack_frames instead of | Pedro Alves | 2009-03-25 | 1 | -0/+17 |
* | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 2009-03-22 | 1 | -3/+0 |
* | * infcall.c (run_inferior_call): Remove references to | Pedro Alves | 2009-03-22 | 1 | -16/+8 |
* | * inferior.h (notice_new_inferior): Declare. | Pedro Alves | 2009-03-04 | 1 | -0/+66 |
* | * infcmd.c (registers_info): Remove register number case. | Aleksandar Ristovski | 2009-03-04 | 1 | -15/+0 |
* | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2009-02-25 | 1 | -5/+5 |
* | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 2009-02-14 | 1 | -1/+1 |
* | * infcmd.c (program_info): Use paddress instead of casting stop_pc | Pedro Alves | 2009-01-25 | 1 | -2/+1 |
* | PR gdb/9346 | Daniel Jacobowitz | 2009-01-20 | 1 | -5/+1 |
* | PR gdb/9747: | Pedro Alves | 2009-01-18 | 1 | -1/+18 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | * infcmd.c (step_1): Use step_once in the synchronous case too. | Pedro Alves | 2008-12-11 | 1 | -65/+44 |
* | * infcmd.c (until_next_command, finish_backward): Use get_frame_pc | Pedro Alves | 2008-12-10 | 1 | -4/+6 |
* | * infcmd.c (step_1, step_once): Look up the stepping range based | Pedro Alves | 2008-12-05 | 1 | -4/+10 |
* | * infcmd.c (step_once): Remove dead code. | Pedro Alves | 2008-12-05 | 1 | -2/+0 |
* | Implement '-target-detach pid'. | Vladimir Prus | 2008-11-17 | 1 | -3/+1 |
* | * defs.h (add_inferior_continuation) | Pedro Alves | 2008-11-05 | 1 | -3/+2 |
* | Make attach_command exception-safe | Vladimir Prus | 2008-11-03 | 1 | -0/+4 |
* | * remote.c (remote_start_remote): If the solib list is global, | Pedro Alves | 2008-11-03 | 1 | -2/+11 |