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...


> > 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.
>
> Thanks, that's just what I had in mind.  This is OK.

Great! Thank you, I checked the changes in.

Just for the record, I also just submitted the associated testcase.
See http://sources.redhat.com/ml/gdb-patches/2005-03/msg00130.html

-- 
Joel


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