From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: gdb-patches@sources.redhat.com Subject: Re: GDB needs a --cmdline option Date: Wed, 05 Sep 2001 00:15:00 -0000 Message-id: <87r9b9m9a9.fsf@cygnus.com> References: <3919C9EA.95DEC4A5@cygnus.com> <200005111321.JAA13143@indy.delorie.com> <391AB98E.D80A537@cygnus.com> X-SW-Source: 2001-09/msg00026.html >>>>> "Fernando" == Fernando Nasser writes: Fernando> But gdb will still read the .gdbinit file and, if you put a Fernando> "b _exit" in there gdb will fire up as you want. Fernando> Is that acceptable? It seems like it wouldn't be too much work to add a `--interactive' option which will do all the setup but also ensure that you get a command prompt. Having an invisible mode is definitely nice. But sometimes pre-editing .gdbinit is a PITA. Tom