summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachException.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-03-06 00:24:17 +0000
committerGreg Clayton <gclayton@apple.com>2012-03-06 00:24:17 +0000
commite16e2d02eac0293651338872b98b8a927a9b3f68 (patch)
treeacedc53b4f26e0babc0e300ebf37dad775254b63 /lldb/tools/debugserver/source/MacOSX/MachException.h
parent718cfbe05af42c55bb26f2feb03d84ddb9bf1cda (diff)
downloadbcm5719-llvm-e16e2d02eac0293651338872b98b8a927a9b3f68.tar.gz
bcm5719-llvm-e16e2d02eac0293651338872b98b8a927a9b3f68.zip
<rdar://problem/10986692>
Safeguard against building on next OS and run on current OS. llvm-svn: 152077
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/MachException.h')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachException.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachException.h b/lldb/tools/debugserver/source/MacOSX/MachException.h
index 4a493a360fd..330978ba5d1 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachException.h
+++ b/lldb/tools/debugserver/source/MacOSX/MachException.h
@@ -35,6 +35,7 @@ public:
struct PortInfo
{
+ exception_mask_t mask; // the exception mask for this device which may be a subset of EXC_MASK_ALL...
exception_mask_t masks[EXC_TYPES_COUNT];
mach_port_t ports[EXC_TYPES_COUNT];
exception_behavior_t behaviors[EXC_TYPES_COUNT];
OpenPOWER on IntegriCloud