binutils-gdb/gdb/mi
Vladimir Prus e1ac332873 Implement *running.
* Makefile.in: Update dependencies.
        * gdbthread.h (struct thread_info): New field
        running_.
        (set_running, is_running): New.
        * thread.c (set_running, is_running): New.
        * inferior.h (suppress_normal_stop_observer): Rename to...
        (suppress_run_stop_observers): ..this.
        * infcmd.c (suppress_normal_stop_observer): Rename to...
        (suppress_run_stop_observers): ..this.
        (finish_command_continuation, finish_command): Adjust.
        * infcall.c (call_function_by_hand): Adjust.
        * infrun.c (normal_stop): Call set_running.
        * target.c (target_resume): New.  Call set_running.
        * target.h (target_resume): Convert from macro to
        a function.

        * mi/mi-interp.c (mi_on_resume): New.
        (mi_interpreter_init): Register mi_on_resume.
2008-06-10 10:23:54 +00:00
..
ChangeLog-1999-2003
gdb-mi.el
mi-cmd-break.c
mi-cmd-disas.c
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-stack.c * symtab.h (enum address_class): Remove LOC_REGPARM and 2008-05-27 19:29:52 +00:00
mi-cmd-target.c
mi-cmd-var.c Refactor varobj_update interface. 2008-05-28 12:06:36 +00:00
mi-cmds.c * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. 2008-04-24 13:28:06 +00:00
mi-cmds.h * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. 2008-04-24 13:28:06 +00:00
mi-common.c
mi-common.h
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c Implement *running. 2008-06-10 10:23:54 +00:00
mi-main.c Use observers to report stop events in MI. 2008-06-10 09:35:09 +00:00
mi-main.h
mi-out.c
mi-out.h
mi-parse.c * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. 2008-04-24 13:28:06 +00:00
mi-parse.h
mi-symbol-cmds.c