mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
5 lines
369 B
Plaintext
5 lines
369 B
Plaintext
# The following fix an issue happening using LLDB with OpenSSL 3.1 on ARM64 architecture. (GODT-2680)
|
|
# WARNING: this file is ignored if you do not enable reading lldb config from cwd in ~/.lldbinit (`settings set target.load-cwd-lldbinit true`)
|
|
settings set platform.plugin.darwin.ignored-exceptions EXC_BAD_INSTRUCTION
|
|
process handle SIGILL -n false -p true -s false
|