This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: GDB needs a --cmdline option


> Date: Thu, 11 May 2000 11:32:31 -0400
> From: Fernando Nasser <fnasser@cygnus.com>
> 
> BTW, I just realized that we will have to run the target before printing
> the initial messages and the first prompt, and if the program exits
> without receiving a signal or a breakpoint, not to print them at all.
> On the other hand, if some event happens, we must enter the command loop.
> 
> This may be tricky.  Elena, what do you think?

Disabling the initial messages means --run will imply --quiet.
Entering the command loop does not necessarily mean that the initial
messages need to be printed at that time.

Does this solve the problem?

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