|
From: Olly B. <ol...@su...> - 2006-03-07 00:08:06
|
On 2006-03-06, Ed Peschko <es...@pg...> wrote:
> I notice that gdb is called with
>
> gdb -nw %f %p
>
> by default. in other words, it has the ability to write into the executable
> or core file.
Erm, for gdb "-nw" means "don't use a window interface". You seem to be
confusing it with "--write".
Cheers,
Olly
|