Mail Archives: cygwin/2003/03/01/17:52:46
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 -