OSDN Git Service

* infcmd.c (run_command_1): New function, extracted from
authorbrobecke <brobecke>
Tue, 8 Mar 2005 22:03:43 +0000 (22:03 +0000)
committerbrobecke <brobecke>
Tue, 8 Mar 2005 22:03:43 +0000 (22:03 +0000)
commitfe2f965ac8bca2ea8e32237f9d1954d19af7f797
treea31833f2cd0d32bdcad6ff96c45de407f17f510a
parent62a07a4be58c4ba7ac137bd635193f282248ed44
    * infcmd.c (run_command_1): New function, extracted from
        run_command.
        (run_command): Replace implementation by call to run_command_1.
        (start_command): Use run_command_1 to insert the temporary
        breakpoint and run the program. Remove code that's no longer
        needed, as already done at the proper time by run_command_1.
gdb/ChangeLog
gdb/infcmd.c