Bring in FSF revision 1.9 (Change type of ps_strings from int to u_long).
This fixes a situation where GDB gives incorrect backtraces when a signal handler is in the call chain. Submitted by: Stu Grossman <grossman@juniper.net>
This commit is contained in:
parent
712a458010
commit
36e24f40f9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user