aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/libpthread_db.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2005-05-31 09:43:04 +0000
committerDoug Rabson <dfr@FreeBSD.org>2005-05-31 09:43:04 +0000
commit8d7681bb7fc40b6681f759c2f6051e84cfc6d087 (patch)
tree6e75a2cdc72929f6a8fcd18615399aea3228d568 /lib/libthread_db/libpthread_db.h
parent3d7f65df6e2e73128b476eb062c48ca26b91a64c (diff)
Notes
Diffstat (limited to 'lib/libthread_db/libpthread_db.h')
-rw-r--r--lib/libthread_db/libpthread_db.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libthread_db/libpthread_db.h b/lib/libthread_db/libpthread_db.h
index 7a17b79c0eb4..5347d01dc979 100644
--- a/lib/libthread_db/libpthread_db.h
+++ b/lib/libthread_db/libpthread_db.h
@@ -82,6 +82,10 @@ void pt_reg_to_ucontext(const struct reg *, ucontext_t *);
void pt_ucontext_to_reg(const ucontext_t *, struct reg *);
void pt_fpreg_to_ucontext(const struct fpreg *, ucontext_t *);
void pt_ucontext_to_fpreg(const ucontext_t *, struct fpreg *);
+#ifdef __i386__
+void pt_fxsave_to_ucontext(const char *, ucontext_t *);
+void pt_ucontext_to_fxsave(const ucontext_t *, char *);
+#endif
int pt_reg_sstep(struct reg *reg, int step);
#endif /* _LIBPTHREAD_DB_H_ */