I frequently run matlab in lldb to debug some shared libraries and would like to make a lldb script so rather than typing out the following two lines.
process handle --pass true --stop false --notify true SIGSEGV
process handle --pass true --stop false --notify true SIGBUS
I could create a file at ~/.lldb/ignore_sigs but im not sure what to put in that file.