forked from Eventual-Inc/Daft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lldbinit
More file actions
executable file
·16 lines (15 loc) · 755 Bytes
/
Copy path.lldbinit
File metadata and controls
executable file
·16 lines (15 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# automatically load LLDB settings for Daft
#
# lldb automatically tries to load this file whenever it is executed from the
# root of the Daft repo, but by default it is not allowed to do so due to
# security reasons. If you want it to be loaded automatically, please add the
# following line to your ~/.lldbinit (i.e., the .lldbinit file which is in your
# home directory, NOT this file):
# settings set target.load-cwd-lldbinit true
#
# Alternatively, you can manually load this file into your
# existing lldb session by doing the following:
# (lldb) command source .lldbinit
settings set target.process.stop-on-exec false
settings set platform.plugin.darwin.ignored-exceptions EXC_BAD_INSTRUCTION
process handle SIGILL -n false -p true -s false