Subject: Re: gdb on Netbsd 2.0
To: Stuart Brooks <stuartb@cat.co.za>
From: Alexander Flott <aflott-netbsd@gmx.de>
List: netbsd-help
Date: 04/04/2005 12:40:33
> I was wondering if anyone has had any hassles with gdb on netbsd 2.
>

I can't change the rtc offset anymore (kern.rtc_offset) via gdb!
On <2.0 I could do:
gdb --write /netbsd
(gdb) set rtc_offset=-60
(gdb) quit

Now I get "Memory fault (core dumped)" on "quit".

-Alex