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:
David E. O'Brien 2007-11-14 22:58:36 +00:00
parent 712a458010
commit 36e24f40f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/gdb/dist/; revision=173619

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;