Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15969.14607.931780.424475@sunbayer71.informatik.tu-muenchen.de> Date: Sat, 1 Mar 2003 23:49:51 +0100 To: cygwin Subject: Re: Avoid creation of DOS-console when running gdb in X11-xemacs In-Reply-To: <15964.58067.50395.225636@sunbayer71.informatik.tu-muenchen.de> References: <15964 DOT 58067 DOT 50395 DOT 225636 AT sunbayer71 DOT informatik DOT tu-muenchen DOT de> From: fenk AT in DOT tum DOT de On Wednesday, February 26, 2003 at 16:52:51, I wrote: [...] > PS: Is there a way to teach GDB opening the program-file to debug > read-only, in order to be able to rebuilt it without > calling the "file" command twice, i.e. > "file", "make", "file myprog.exe" If I am not the only-one suffering from this others might be interested in my ~/.gdbinit, this is not the way I want to have it, since only in Emacs-*compliation* buffer I can directly jump to an error, but it is better than what I did before as long as GDB is ignoring "set write off" ... **************************************************************************** set confirm off define remake file make $arg0 file $arg0 end **************************************************************************** -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/