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/RFC] New command: ``start''


> > 2004-05-20  Joel Brobecker  <brobecker@gnat.com>
> > 
> >         * infcmd.c (kill_if_already_running): New function, extracted
> >         from run_command().
> >         (run_command): Replace extracted code by call to
> >         kill_if_already_running().
> >         (start_command): New function.
> >         (_initialize_infcmd): Add "start" command.
> 
> I believe everyone's comments have been satisfied now, so this is OK. 
> Please make some minor typographical fixes and check it in:

Thanks a lot. I made the changes you suggested and committed the patch.
I am attaching the version of the patch that got checked in.

I also checked the documentation in. A change for the NEWS file is
coming up.

> How would you feel about this instead?
> 
> +Run the debugged program until the beginning of the main procedure.\n\
> +You may specify arguments to give to your program, just as with the\n\
> +\"run\" command.");

This looks fine to me. So I used your suggestion.

Thank you,
-- 
Joel

Attachment: start.diff
Description: Text document


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