OSDN Git Service

2009-10-27 Tom Tromey <tromey@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / gdb / infcmd.c
2009-10-19 palves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 palvesgdb/
2009-07-02 uweigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 uweigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-06-28 drow gdb/
2009-06-24 uweigand * breakpoint.h (set_longjmp_breakpoint): Add THREAD...
2009-06-17 uweigand * dummy-frame.c (deprecated_pc_in_call_dummy): Add...
2009-06-17 uweigand * gdbarch.sh (construct_inferior_arguments): Remove.
2009-06-17 muller * infcmd.c (post_create_inferior): Call breakpoint_re_...
2009-06-07 palves * target.h (struct target_ops): Make to_has_all_memory,
2009-05-24 devansgdb:
2009-05-23 jkratochgdb/
2009-05-19 palves * inflow.c (kill_command): Moved to infcmd.c.
2009-05-19 palves * breakpoint.c (insert_breakpoints, breakpoint_init_in...
2009-05-05 uweigand * inferior.h (read_pc, write_pc): Remove.
2009-05-05 uweigand * fork-child.c (startup_inferior): Move setting stop_p...
2009-03-25 palves * infrun.c (normal_stop): Use has_stack_frames instead of
2009-03-22 palves * gdbthread.h (struct thread_info): Add in_infcall...
2009-03-22 palves * infcall.c (run_inferior_call): Remove references to
2009-03-04 palves * inferior.h (notice_new_inferior): Declare.
2009-03-04 aristovski* infcmd.c (registers_info): Remove register number...
2009-02-25 teawater2009-02-25 Hui Zhu <teawater@gmail.com>
2009-02-14 vprus Include frame information for *stopped due...
2009-01-25 palves * infcmd.c (program_info): Use paddress instead of...
2009-01-20 drow PR gdb/9346
2009-01-18 palves PR gdb/9747:
2009-01-03 brobecke Updated copyright notices for most files.
2008-12-11 palves * infcmd.c (step_1): Use step_once in the synchronous...
2008-12-10 palves * infcmd.c (until_next_command, finish_backward):...
2008-12-05 palves * infcmd.c (step_1, step_once): Look up the stepping...
2008-12-05 palves * infcmd.c (step_once): Remove dead code.
2008-11-17 vprus Implement '-target-detach pid'.
2008-11-05 palves * defs.h (add_inferior_continuation)
2008-11-03 vprus Make attach_command exception-safe
2008-11-03 palves * remote.c (remote_start_remote): If the solib list...
2008-10-30 schwab * infcmd.c (construct_inferior_arguments): Handle...
2008-10-28 tromeygdb
2008-10-27 palves * target.h (struct target_ops) <to_supports_multi_proc...
2008-10-24 palves Remote non-stop mode support.
2008-10-23 palvesgdb/
2008-10-17 palves * infcmd.c (GO_USAGE): Delete.
2008-10-17 msnyder2008-10-17 Michael Snyder <msnyder@vmware.com>
2008-09-22 palves Make the stop_soon global be per-inferior instead.
2008-09-11 uweigand * fork-child.c (startup_inferior): Use target_wait...
2008-09-08 palves * inferior.h (context_switch_to): Delete.
2008-09-08 palves Remove global continuations in favour of a per-thread
2008-09-08 palves Remove the global stop_step in favour of a per-thread
2008-09-08 palves Remove the global step_multi in favour of a per-thread
2008-09-08 palves Remove the global stop_signal in favour of a per-thread
2008-09-08 palves * gdbthread.h (struct thread_info): Add comments around
2008-09-08 palves * inferior.h (stop_bpstat): Delete.
2008-09-08 palves * inferior.h (step_over_calls): Delete.
2008-09-08 palves Remove context switching in favour of accessing thread...
2008-09-05 uweigand * breakpoint.h (struct bp_location): Change type of...
2008-08-21 uweigand * frame.h (frame_map_regnum_to_name): Remove prototype.
2008-08-19 vprus Make sure target supports non-stop.
2008-08-14 palves * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR...
2008-08-09 uweigand * target.c: Include "solib.h".
2008-07-26 vprus Kill cmd_async_ok.
2008-07-12 palves2008-07-12 Pedro Alves <pedro@codesourcery.com>
2008-07-12 palves Replace struct continuation_args by void* and per...
2008-07-12 vprus Implement -exec-continue/-exec-interrupt --all.
2008-07-11 palves Exited threads.
2008-07-11 palves Add "continue -a" and "interrupt -a" options for non...
2008-07-09 palves Non-stop inferior control.
2008-07-03 palves * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
2008-06-13 vprus Don't suppress *running when doing finish.
2008-06-10 vprus Implement *running.
2008-06-10 vprus Use observers to report stop events in MI.
2008-06-10 vprus Suppress normal stop observer when it's problematic.
2008-06-10 vprus Remove stale code.
2008-05-21 brobecke * infcmd.c (_initialize_infcmd): Add new "fin...
2008-05-06 brobecke * valprint.c (val_print): Add new language...
2008-05-05 palves * infcmd.c (step_1): Put thread id on the stack to...
2008-05-04 palvesgdb/
2008-05-01 drow2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2008-04-24 vprus * infcmd.c (step_1_continuation): Always disabl...
2008-04-24 vprus exec_cleanup murder.
2008-04-22 corinnadoc/ChangeLog:
2008-04-17 tromey * cli/cli-decode.h (CMD_ASYNC_OK): New define.
2008-03-17 palves * infcmd.c (attach_command_post_wait)
2008-03-14 palves * infcmd.c (jump_command): Postpone disabling stdin...
2008-03-14 vprus Async mode fixes.
2008-02-28 tromey * infcmd.c (notice_args_read): Print result of get_inf...
2008-02-28 drow * infcmd.c (kill_if_already_running): Make static...
2008-01-31 bauermann2008-01-30 Luis Machado <luisgpm@br.ibm.com>
2008-01-29 drow * Makefile.in (symfile.o): Update.
2008-01-29 brobecke * infrun.c (wait_for_inferior): Add treat_exec_...
2008-01-11 deuling * exec.c: #include "arch-utils.h"
2008-01-01 drow Updated copyright notices for most files.
2007-11-15 vprus Remove 'run_cleanup'.
2007-11-15 vprus Remove CLEAR_SOLIB use.
2007-10-25 macroPR exp/1926
2007-10-22 uweigand2007-10-22 Markus Deuling <deuling@de.ibm.com>
2007-10-12 uweigand * infcmd.c (print_return_value): Remove STRUCT_RETURN...
2007-09-22 vprus * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
2007-09-04 palvesRevert accidentally committed hunk... Sorry.
2007-09-04 palves * infcmd.c (post_create_inferior): Update comment.
2007-08-23 brobecke Switch the license of all .c files to GPLv3.
2007-06-09 uweigand2007-06-09 Markus Deuling <deuling@de.ibm.com>
next