Age | Commit message (Expand) | Author | Files | Lines |
2009-03-25 | * infrun.c (normal_stop): Use has_stack_frames instead of | Pedro Alves | 1 | -0/+17 |
2009-03-22 | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 1 | -3/+0 |
2009-03-22 | * infcall.c (run_inferior_call): Remove references to | Pedro Alves | 1 | -16/+8 |
2009-03-04 | * inferior.h (notice_new_inferior): Declare. | Pedro Alves | 1 | -0/+66 |
2009-03-04 | * infcmd.c (registers_info): Remove register number case. | Aleksandar Ristovski | 1 | -15/+0 |
2009-02-25 | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -5/+5 |
2009-02-14 | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 1 | -1/+1 |
2009-01-25 | * infcmd.c (program_info): Use paddress instead of casting stop_pc | Pedro Alves | 1 | -2/+1 |
2009-01-20 | PR gdb/9346 | Daniel Jacobowitz | 1 | -5/+1 |
2009-01-18 | PR gdb/9747: | Pedro Alves | 1 | -1/+18 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-11 | * infcmd.c (step_1): Use step_once in the synchronous case too. | Pedro Alves | 1 | -65/+44 |
2008-12-10 | * infcmd.c (until_next_command, finish_backward): Use get_frame_pc | Pedro Alves | 1 | -4/+6 |
2008-12-05 | * infcmd.c (step_1, step_once): Look up the stepping range based | Pedro Alves | 1 | -4/+10 |
2008-12-05 | * infcmd.c (step_once): Remove dead code. | Pedro Alves | 1 | -2/+0 |
2008-11-17 | Implement '-target-detach pid'. | Vladimir Prus | 1 | -3/+1 |
2008-11-05 | * defs.h (add_inferior_continuation) | Pedro Alves | 1 | -3/+2 |
2008-11-03 | Make attach_command exception-safe | Vladimir Prus | 1 | -0/+4 |
2008-11-03 | * remote.c (remote_start_remote): If the solib list is global, | Pedro Alves | 1 | -2/+11 |
2008-10-30 | * infcmd.c (construct_inferior_arguments): Handle newlines | Andreas Schwab | 1 | -4/+16 |
2008-10-28 | gdb | Tom Tromey | 1 | -5/+21 |
2008-10-27 | * target.h (struct target_ops) <to_supports_multi_process>: New | Pedro Alves | 1 | -2/+10 |
2008-10-24 | Remote non-stop mode support. | Pedro Alves | 1 | -1/+100 |
2008-10-23 | gdb/ | Pedro Alves | 1 | -0/+9 |
2008-10-17 | * infcmd.c (GO_USAGE): Delete. | Pedro Alves | 1 | -3/+1 |
2008-10-17 | 2008-10-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -30/+108 |
2008-09-22 | Make the stop_soon global be per-inferior instead. | Pedro Alves | 1 | -2/+6 |
2008-09-11 | * fork-child.c (startup_inferior): Use target_wait and target_resume | Ulrich Weigand | 1 | -2/+2 |
2008-09-08 | * inferior.h (context_switch_to): Delete. | Pedro Alves | 1 | -1/+1 |
2008-09-08 | Remove global continuations in favour of a per-thread | Pedro Alves | 1 | -4/+5 |
2008-09-08 | Remove the global stop_step in favour of a per-thread | Pedro Alves | 1 | -7/+4 |
2008-09-08 | Remove the global step_multi in favour of a per-thread | Pedro Alves | 1 | -17/+20 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -7/+3 |
2008-09-08 | * gdbthread.h (struct thread_info): Add comments around | Pedro Alves | 1 | -1/+4 |
2008-09-08 | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 1 | -10/+45 |
2008-09-08 | * inferior.h (step_over_calls): Delete. | Pedro Alves | 1 | -7/+5 |
2008-09-08 | Remove context switching in favour of accessing thread_info fields | Pedro Alves | 1 | -34/+30 |
2008-09-05 | * breakpoint.h (struct bp_location): Change type of section | Ulrich Weigand | 1 | -2/+2 |
2008-08-21 | * frame.h (frame_map_regnum_to_name): Remove prototype. | Ulrich Weigand | 1 | -1/+1 |
2008-08-19 | Make sure target supports non-stop. | Vladimir Prus | 1 | -0/+6 |
2008-08-14 | * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call. | Pedro Alves | 1 | -0/+2 |
2008-08-09 | * target.c: Include "solib.h". | Ulrich Weigand | 1 | -23/+0 |
2008-07-26 | Kill cmd_async_ok. | Vladimir Prus | 1 | -2/+0 |
2008-07-12 | 2008-07-12 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -30/+45 |
2008-07-12 | Replace struct continuation_args by void* and per command structs. | Pedro Alves | 1 | -84/+59 |
2008-07-12 | Implement -exec-continue/-exec-interrupt --all. | Vladimir Prus | 1 | -27/+38 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -9/+3 |
2008-07-11 | Add "continue -a" and "interrupt -a" options for non-stop mode. | Pedro Alves | 1 | -15/+97 |
2008-07-09 | Non-stop inferior control. | Pedro Alves | 1 | -1/+6 |
2008-07-03 | * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete. | Pedro Alves | 1 | -29/+31 |