aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-13 Don't suppress *running when doing finish.Vladimir Prus1-6/+7
2008-06-10 Implement *running.Vladimir Prus1-5/+6
2008-06-10 Use observers to report stop events in MI.Vladimir Prus1-4/+1
2008-06-10 Suppress normal stop observer when it's problematic.Vladimir Prus1-0/+10
2008-06-10 Remove stale code.Vladimir Prus1-6/+1
2008-05-21 * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".Joel Brobecker1-0/+1
2008-05-06 * valprint.c (val_print): Add new language parameter and use itJoel Brobecker1-3/+3
2008-05-05 * infcmd.c (step_1): Put thread id on the stack to avoid possiblePedro Alves1-10/+4
2008-05-04gdb/Pedro Alves1-11/+30
2008-05-012008-05-01 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-0/+3
2008-04-24 * infcmd.c (step_1_continuation): Always disable longjmpVladimir Prus1-16/+17
2008-04-24 exec_cleanup murder.Vladimir Prus1-83/+62
2008-04-22doc/ChangeLog:Corinna Vinschen1-6/+8
2008-04-17 * cli/cli-decode.h (CMD_ASYNC_OK): New define.Tom Tromey1-2/+4
2008-03-17 * infcmd.c (attach_command_post_wait)Pedro Alves1-42/+110