]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* 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)
commitf67a969fd69a89d5270e4884e50724f59c9bd77f
treeaf825f3a45dccb2e2477a3ff24c222e76b9288fa
parentc0501be5509727c0361a0bf501f7dc4e799cb03c
    * 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