mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
Mask out EXC_SYSCALL exceptions as well.
<rdar://problem/31335814> llvm-svn: 299040
This commit is contained in:
parent
9ea300f08d
commit
2ccbac3fee
@ -410,7 +410,7 @@ void MachException::Data::Dump() const {
|
||||
#define EXC_MASK_RESOURCE (1 << EXC_RESOURCE)
|
||||
#endif
|
||||
|
||||
#define LLDB_EXC_MASK (EXC_MASK_ALL & ~EXC_MASK_RESOURCE)
|
||||
#define LLDB_EXC_MASK (EXC_MASK_ALL & ~EXC_MASK_RESOURCE & ~EXC_MASK_SYSCALL)
|
||||
|
||||
kern_return_t MachException::PortInfo::Save(task_t task) {
|
||||
DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE,
|
||||
|
Loading…
Reference in New Issue
Block a user