Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / i386-fbsd-nat.c
index 855572143b938b07d510e7127c347dd249775373..15a30a4c2a913d6fb2d4e26949af194208df5f76 100644 (file)
@@ -30,7 +30,7 @@
 #include "fbsd-nat.h"
 #include "i386-tdep.h"
 #include "x86-nat.h"
-#include "x86-xstate.h"
+#include "gdbsupport/x86-xstate.h"
 #include "x86-bsd-nat.h"
 #include "i386-bsd-nat.h"
 
@@ -160,7 +160,7 @@ i386_fbsd_nat_target::read_description ()
   if (x86bsd_xsave_len == 0)
     xcr0 = X86_XSTATE_SSE_MASK;
 
-  return i386_target_description (xcr0);
+  return i386_target_description (xcr0, true);
 }
 #endif
 
This page took 0.030446 seconds and 4 git commands to generate.