[Lldb-commits] [PATCH] D125434: Make a more convenient way to allow Darwin users to ignore certain Mach Exceptions
Will Hawkins via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 11 21:25:14 PDT 2022
hawkinsw added a comment.
I hope that those minor edits help at least a little!
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td:14
+ "(e.g. 'EXC_BAD_ACCESS|EXC_BAD_INSTRUCTION'). "
+ "lldb will instead stop on the BSD signal the exception was converted"
+ " into, if there is one.">;
----------------
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td:15
+ "lldb will instead stop on the BSD signal the exception was converted"
+ " into, if there is one.">;
+}
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125434/new/
https://reviews.llvm.org/D125434
More information about the lldb-commits
mailing list