This is the mail archive of the gdb@sourceware.org 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: gdbinit: supress quit prompt


On Sat, Jun 11, 2011 at 8:51 PM, Jeffrey Walton <noloader@gmail.com> wrote:
> Hi All,
>
> What should be added to gdbinit to suppress the message, "The program
> is running. ?Exit anyway? (y or n)".
>
> My apologies - I'm getting endless noise from Google.
>
> Jeff
>

set confirm off
(note that this disables more than just quit confirmation).


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