summaryrefslogtreecommitdiff
path: root/include/tdep-x86_64
diff options
context:
space:
mode:
authorKonstantin Belousov <kostik@pooma.home>2010-03-08 19:45:54 +0200
committerKonstantin Belousov <kostik@pooma.home>2010-03-08 19:45:54 +0200
commit752ce15c4fbe0e08c2d19df18caa86887732b3c8 (patch)
tree1d8c35e3ff8bc8d78b547a3042fefcc647803550 /include/tdep-x86_64
parentc1b1c10cfceccec0cc707b0100e053892bb203f7 (diff)
downloadlibunwind-752ce15c4fbe0e08c2d19df18caa86887732b3c8.tar.gz
Preliminary version of freebsd syscall unwinder
Diffstat (limited to 'include/tdep-x86_64')
-rw-r--r--include/tdep-x86_64/libunwind_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tdep-x86_64/libunwind_i.h b/include/tdep-x86_64/libunwind_i.h
index 974d610e..f6a02897 100644
--- a/include/tdep-x86_64/libunwind_i.h
+++ b/include/tdep-x86_64/libunwind_i.h
@@ -63,7 +63,8 @@ struct cursor
{
X86_64_SCF_NONE, /* no signal frame encountered */
X86_64_SCF_LINUX_RT_SIGFRAME, /* Linux ucontext_t */
- X86_64_SCF_FREEBSD_SIGFRAME, /* FreeBSD ucontext_t */
+ X86_64_SCF_FREEBSD_SIGFRAME, /* FreeBSD signal frame */
+ X86_64_SCF_FREEBSD_SYSCALL, /* FreeBSD syscall */
}
sigcontext_format;
unw_word_t sigcontext_addr;