MFC: fix situation where GDB gives incorrect backtraces when a signal

handler is in the call chain.

Approved by:	re(kensmith)
This commit is contained in:
obrien 2007-11-28 16:55:39 +00:00
parent 18f229cc08
commit cabda1f4a5

View File

@ -91,7 +91,7 @@ _initialize_i386fbsd_nat (void)
#ifdef KERN_PS_STRINGS
{
int mib[2];
int ps_strings;
u_long ps_strings;
size_t len;
mib[0] = CTL_KERN;