This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] re-read symbols before "start"-ing...


On Tue, Mar 08, 2005 at 01:28:16PM -0800, Joel Brobecker wrote:
> 2005-03-08  Joel Brobecker  <brobecker@adacore.com>
> 
>         * 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.
> 
> Tested on x86-linux, no regression. I have a testcase that I will submit
> shortly that used to fail before the change, and passes after.
> 
> OK to apply?

Thanks, that's just what I had in mind.  This is OK.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]