aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-16 gdb/Daniel Jacobowitz1-3/+5
2010-01-20 Per-inferior args and tty and environment.Vladimir Prus1-80/+81
2010-01-08gdb/Jan Kratochvil1-17/+19
2010-01-06 Support disconnected tracing.Stan Shebs1-0/+4
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+1
2009-07-02gdb/Pedro Alves1-2/+3
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-2/+5
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-3/+8
2009-06-28 gdb/Daniel Jacobowitz1-10/+61
2009-06-24 * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.Ulrich Weigand1-1/+1
2009-06-17 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand1-7/+9
2009-06-17 * gdbarch.sh (construct_inferior_arguments): Remove.Ulrich Weigand1-3/+2
2009-06-17 * infcmd.c (post_create_inferior): Call breakpoint_re_set after targetPierre Muller1-0/+12
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-6/+6
2009-05-24gdb:Doug Evans1-3/+3
2009-05-23gdb/Jan Kratochvil1-2/+2
2009-05-19 * inflow.c (kill_command): Moved to infcmd.c.Pedro Alves1-0/+34
2009-05-19 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves1-2/+3
2009-05-05 * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand1-1/+1
2009-05-05 * fork-child.c (startup_inferior): Move setting stop_pc ...Ulrich Weigand1-0/+3
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