delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/03/01/17:52:46

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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
Message-ID: <15969.14607.931780.424475@sunbayer71.informatik.tu-muenchen.de>
Date: Sat, 1 Mar 2003 23:49:51 +0100
To: cygwin <cygwin AT cygwin DOT com>
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019