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 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-break.c * breakpoint.c (break_command_1): Return void. 2008-02-01 16:24:47 +00:00
mi-cmd-disas.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-env.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field 2008-01-30 01:47:38 +00:00
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 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
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 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-common.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
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 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-out.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-out.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-parse.c * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. 2008-04-24 13:28:06 +00:00
mi-parse.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-symbol-cmds.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00