aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-0/+17
2009-03-22 * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves1-3/+0
2009-03-22 * infcall.c (run_inferior_call): Remove references toPedro Alves1-16/+8
2009-03-04 * inferior.h (notice_new_inferior): Declare.Pedro Alves1-0/+66
2009-03-04* infcmd.c (registers_info): Remove register number case.Aleksandar Ristovski1-15/+0
2009-02-252009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu1-5/+5
2009-02-14 Include frame information for *stopped due to CLI commands.Vladimir Prus1-1/+1
2009-01-25 * infcmd.c (program_info): Use paddress instead of casting stop_pcPedro Alves1-2/+1
2009-01-20 PR gdb/9346Daniel Jacobowitz1-5/+1
2009-01-18 PR gdb/9747:Pedro Alves1-1/+18
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-11 * infcmd.c (step_1): Use step_once in the synchronous case too.Pedro Alves1-65/+44
2008-12-10 * infcmd.c (until_next_command, finish_backward): Use get_frame_pcPedro Alves1-4/+6
2008-12-05 * infcmd.c (step_1, step_once): Look up the stepping range basedPedro Alves1-4/+10
2008-12-05 * infcmd.c (step_once): Remove dead code.Pedro Alves1-2/+0
2008-11-17 Implement '-target-detach pid'.Vladimir Prus1-3/+1
2008-11-05 * defs.h (add_inferior_continuation)Pedro Alves1-3/+2
2008-11-03 Make attach_command exception-safeVladimir Prus1-0/+4
2008-11-03 * remote.c (remote_start_remote): If the solib list is global,Pedro Alves1-2/+11
2008-10-30 * infcmd.c (construct_inferior_arguments): Handle newlinesAndreas Schwab1-4/+16
2008-10-28gdbTom Tromey1-5/+21
2008-10-27 * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves1-2/+10
2008-10-24 Remote non-stop mode support.Pedro Alves1-1/+100
2008-10-23gdb/Pedro Alves1-0/+9
2008-10-17 * infcmd.c (GO_USAGE): Delete.Pedro Alves1-3/+1
2008-10-172008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-30/+108
2008-09-22 Make the stop_soon global be per-inferior instead.Pedro Alves1-2/+6
2008-09-11 * fork-child.c (startup_inferior): Use target_wait and target_resumeUlrich Weigand1-2/+2
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-1/+1
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves1-4/+5
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-7/+4
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-17/+20
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-7/+3
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves1-1/+4
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-10/+45
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves1-7/+5
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-34/+30
2008-09-05 * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand1-2/+2
2008-08-21 * frame.h (frame_map_regnum_to_name): Remove prototype.Ulrich Weigand1-1/+1
2008-08-19 Make sure target supports non-stop.Vladimir Prus1-0/+6
2008-08-14 * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.Pedro Alves1-0/+2
2008-08-09 * target.c: Include "solib.h".Ulrich Weigand1-23/+0
2008-07-26 Kill cmd_async_ok.Vladimir Prus1-2/+0
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-30/+45
2008-07-12 Replace struct continuation_args by void* and per command structs.Pedro Alves1-84/+59
2008-07-12 Implement -exec-continue/-exec-interrupt --all.Vladimir Prus1-27/+38
2008-07-11 Exited threads.Pedro Alves1-9/+3
2008-07-11 Add "continue -a" and "interrupt -a" options for non-stop mode.Pedro Alves1-15/+97
2008-07-09 Non-stop inferior control.Pedro Alves1-1/+6
2008-07-03 * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves1-29/+31