OSDN Git Service

* infcmd.c (run_command_1): New function, extracted from
authorJoel Brobecker <brobecker@gnat.com>
Tue, 8 Mar 2005 22:03:43 +0000 (22:03 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 8 Mar 2005 22:03:43 +0000 (22:03 +0000)
commit9096050763f3d0cca6b648f41c7692af686a0997
tree0e09ca8ffad6038cad4938e891fca16e6bdffa55
parent5a0a8dae44904449653218cb25ce32113789c367
    * 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