merge from gcc
[external/binutils.git] / gdb / infcmd.c
2010-04-04 Jan Kratochvilgdb/
2010-03-25 Tom Tromey PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
2010-03-18 Tom Tromey * infcmd.c (finish_command_continuation): Wrap print_r...
2010-03-18 Pedro Alves gdb/
2010-03-18 Stan Shebs2010-03-17 Stan Shebs <stan@codesourcery.com>
2010-02-16 Daniel Jacobowitz gdb/
2010-01-20 Vladimir Prus Per-inferior args and tty and environment.
2010-01-08 Jan Kratochvilgdb/
2010-01-06 Stan Shebs Support disconnected tracing.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 Pedro Alvesgdb/
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-06-28 Daniel Jacobowitz gdb/
2009-06-24 Ulrich Weigand * breakpoint.h (set_longjmp_breakpoint): Add THREAD...
2009-06-17 Ulrich Weigand * dummy-frame.c (deprecated_pc_in_call_dummy): Add...
2009-06-17 Ulrich Weigand * gdbarch.sh (construct_inferior_arguments): Remove.
2009-06-17 Pierre Muller * infcmd.c (post_create_inferior): Call breakpoint_re_...
2009-06-07 Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-05-24 Doug Evansgdb:
2009-05-23 Jan Kratochvilgdb/
2009-05-19 Pedro Alves * inflow.c (kill_command): Moved to infcmd.c.
2009-05-19 Pedro Alves * breakpoint.c (insert_breakpoints, breakpoint_init_in...
2009-05-05 Ulrich Weigand * inferior.h (read_pc, write_pc): Remove.
2009-05-05 Ulrich Weigand * fork-child.c (startup_inferior): Move setting stop_p...
2009-03-25 Pedro Alves * infrun.c (normal_stop): Use has_stack_frames instead of
2009-03-22 Pedro Alves * gdbthread.h (struct thread_info): Add in_infcall...
2009-03-22 Pedro Alves * infcall.c (run_inferior_call): Remove references to
2009-03-04 Pedro Alves * inferior.h (notice_new_inferior): Declare.
2009-03-04 Aleksandar Ristovski* infcmd.c (registers_info): Remove register number...
2009-02-25 Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-02-14 Vladimir Prus Include frame information for *stopped due...
2009-01-25 Pedro Alves * infcmd.c (program_info): Use paddress instead of...
2009-01-20 Daniel Jacobowitz PR gdb/9346
2009-01-18 Pedro Alves PR gdb/9747:
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-12-11 Pedro Alves * infcmd.c (step_1): Use step_once in the synchronous...
2008-12-10 Pedro Alves * infcmd.c (until_next_command, finish_backward):...
2008-12-05 Pedro Alves * infcmd.c (step_1, step_once): Look up the stepping...
2008-12-05 Pedro Alves * infcmd.c (step_once): Remove dead code.
2008-11-17 Vladimir Prus Implement '-target-detach pid'.
2008-11-05 Pedro Alves * defs.h (add_inferior_continuation)
2008-11-03 Vladimir Prus Make attach_command exception-safe
2008-11-03 Pedro Alves * remote.c (remote_start_remote): If the solib list...
2008-10-30 Andreas Schwab * infcmd.c (construct_inferior_arguments): Handle...
2008-10-28 Tom Tromeygdb
2008-10-27 Pedro Alves * target.h (struct target_ops) <to_supports_multi_proc...
2008-10-24 Pedro Alves Remote non-stop mode support.
2008-10-23 Pedro Alvesgdb/
2008-10-17 Pedro Alves * infcmd.c (GO_USAGE): Delete.
2008-10-17 Michael Snyder2008-10-17 Michael Snyder <msnyder@vmware.com>
2008-09-22 Pedro Alves Make the stop_soon global be per-inferior instead.
2008-09-11 Ulrich Weigand * fork-child.c (startup_inferior): Use target_wait...
2008-09-08 Pedro Alves * inferior.h (context_switch_to): Delete.
2008-09-08 Pedro Alves Remove global continuations in favour of a per-thread
2008-09-08 Pedro Alves Remove the global stop_step in favour of a per-thread
2008-09-08 Pedro Alves Remove the global step_multi in favour of a per-thread
2008-09-08 Pedro Alves Remove the global stop_signal in favour of a per-thread
2008-09-08 Pedro Alves * gdbthread.h (struct thread_info): Add comments around
2008-09-08 Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-09-08 Pedro Alves * inferior.h (step_over_calls): Delete.
2008-09-08 Pedro Alves Remove context switching in favour of accessing thread...
2008-09-05 Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-08-21 Ulrich Weigand * frame.h (frame_map_regnum_to_name): Remove prototype.
2008-08-19 Vladimir Prus Make sure target supports non-stop.
2008-08-14 Pedro Alves * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR...
2008-08-09 Ulrich Weigand * target.c: Include "solib.h".
2008-07-26 Vladimir Prus Kill cmd_async_ok.
2008-07-12 Pedro Alves2008-07-12 Pedro Alves <pedro@codesourcery.com>
2008-07-12 Pedro Alves Replace struct continuation_args by void* and per...
2008-07-12 Vladimir Prus Implement -exec-continue/-exec-interrupt --all.
2008-07-11 Pedro Alves Exited threads.
2008-07-11 Pedro Alves Add "continue -a" and "interrupt -a" options for non...
2008-07-09 Pedro Alves Non-stop inferior control.
2008-07-03 Pedro Alves * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
2008-06-13 Vladimir Prus Don't suppress *running when doing finish.
2008-06-10 Vladimir Prus Implement *running.
2008-06-10 Vladimir Prus Use observers to report stop events in MI.
2008-06-10 Vladimir Prus Suppress normal stop observer when it's problematic.
2008-06-10 Vladimir Prus Remove stale code.
2008-05-21 Joel Brobecker * infcmd.c (_initialize_infcmd): Add new "fin...
2008-05-06 Joel Brobecker * valprint.c (val_print): Add new language...
2008-05-05 Pedro Alves * infcmd.c (step_1): Put thread id on the stack to...
2008-05-04 Pedro Alvesgdb/
2008-05-01 Daniel Jacobowitz2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2008-04-24 Vladimir Prus * infcmd.c (step_1_continuation): Always disabl...
2008-04-24 Vladimir Prus exec_cleanup murder.
2008-04-22 Corinna Vinschendoc/ChangeLog:
2008-04-17 Tom Tromey * cli/cli-decode.h (CMD_ASYNC_OK): New define.
2008-03-17 Pedro Alves * infcmd.c (attach_command_post_wait)
2008-03-14 Pedro Alves * infcmd.c (jump_command): Postpone disabling stdin...
2008-03-14 Vladimir Prus Async mode fixes.
2008-02-28 Tom Tromey * infcmd.c (notice_args_read): Print result of get_inf...
2008-02-28 Daniel Jacobowitz * infcmd.c (kill_if_already_running): Make static...
2008-01-31 Thiago Jung Bauermann2008-01-30 Luis Machado <luisgpm@br.ibm.com>
2008-01-29 Daniel Jacobowitz * Makefile.in (symfile.o): Update.
2008-01-29 Joel Brobecker * infrun.c (wait_for_inferior): Add treat_exec_...
2008-01-11 Markus Deuling * exec.c: #include "arch-utils.h"
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
next