summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* gdb:Doug Evans2009-05-241-3/+3
* gdb/Jan Kratochvil2009-05-231-2/+2
* * inflow.c (kill_command): Moved to infcmd.c.Pedro Alves2009-05-191-0/+34
* * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves2009-05-191-2/+3
* * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand2009-05-051-1/+1
* * fork-child.c (startup_inferior): Move setting stop_pc ...Ulrich Weigand2009-05-051-0/+3
* * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves2009-03-251-0/+17
* * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves2009-03-221-3/+0
* * infcall.c (run_inferior_call): Remove references toPedro Alves2009-03-221-16/+8
* * inferior.h (notice_new_inferior): Declare.Pedro Alves2009-03-041-0/+66
* * infcmd.c (registers_info): Remove register number case.Aleksandar Ristovski2009-03-041-15/+0
* 2009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu2009-02-251-5/+5
* Include frame information for *stopped due to CLI commands.Vladimir Prus2009-02-141-1/+1
* * infcmd.c (program_info): Use paddress instead of casting stop_pcPedro Alves2009-01-251-2/+1
* PR gdb/9346Daniel Jacobowitz2009-01-201-5/+1
* PR gdb/9747:Pedro Alves2009-01-181-1/+18
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * infcmd.c (step_1): Use step_once in the synchronous case too.Pedro Alves2008-12-111-65/+44
* * infcmd.c (until_next_command, finish_backward): Use get_frame_pcPedro Alves2008-12-101-4/+6
* * infcmd.c (step_1, step_once): Look up the stepping range basedPedro Alves2008-12-051-4/+10
* * infcmd.c (step_once): Remove dead code.Pedro Alves2008-12-051-2/+0
* Implement '-target-detach pid'.Vladimir Prus2008-11-171-3/+1
* * defs.h (add_inferior_continuation)Pedro Alves2008-11-051-3/+2
* Make attach_command exception-safeVladimir Prus2008-11-031-0/+4
* * remote.c (remote_start_remote): If the solib list is global,Pedro Alves2008-11-031-2/+11
* * infcmd.c (construct_inferior_arguments): Handle newlinesAndreas Schwab2008-10-301-4/+16
* gdbTom Tromey2008-10-281-5/+21
* * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves2008-10-271-2/+10
* Remote non-stop mode support.Pedro Alves2008-10-241-1/+100
* gdb/Pedro Alves2008-10-231-0/+9
* * infcmd.c (GO_USAGE): Delete.Pedro Alves2008-10-171-3/+1
* 2008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-171-30/+108
* Make the stop_soon global be per-inferior instead.Pedro Alves2008-09-221-2/+6
* * fork-child.c (startup_inferior): Use target_wait and target_resumeUlrich Weigand2008-09-111-2/+2
* * inferior.h (context_switch_to): Delete.Pedro Alves2008-09-081-1/+1
* Remove global continuations in favour of a per-threadPedro Alves2008-09-081-4/+5
* Remove the global stop_step in favour of a per-threadPedro Alves2008-09-081-7/+4
* Remove the global step_multi in favour of a per-threadPedro Alves2008-09-081-17/+20
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-7/+3
* * gdbthread.h (struct thread_info): Add comments aroundPedro Alves2008-09-081-1/+4
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-10/+45
* * inferior.h (step_over_calls): Delete.Pedro Alves2008-09-081-7/+5
* Remove context switching in favour of accessing thread_info fieldsPedro Alves2008-09-081-34/+30
* * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand2008-09-051-2/+2
* * frame.h (frame_map_regnum_to_name): Remove prototype.Ulrich Weigand2008-08-211-1/+1
* Make sure target supports non-stop.Vladimir Prus2008-08-191-0/+6
* * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.Pedro Alves2008-08-141-0/+2
* * target.c: Include "solib.h".Ulrich Weigand2008-08-091-23/+0
* Kill cmd_async_ok.Vladimir Prus2008-07-261-2/+0
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-121-30/+45