pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/gdb6 and hardware watchpoints



David Howland wrote:
> Does GDB6 from pkgsrc support hardware watchpoints on netbsd/i386?

Last time I tried it didn't. If at all the gdb which comes with NetBSD
would support it as this feature requires non-standardized functions
provided by the OS i.e., access to privileged CPU features. AFAIK, it
only works on Linux.

mprotect() can sometime be utilized as workaround e.g., if searching
for memory corruption bugs which manifest in predictable places.

-- 
Christian



Home | Main Index | Thread Index | Old Index