[Lldb-commits] [lldb] [LLDB] Support exception breakpoints for plugin-provided languages (PR #97675)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 4 02:00:24 PDT 2024
DavidSpickett wrote:
> This method is used in addition to the hardcoded list and, as an example, I'm using it for the ObjC language support.
And does this list include languages that are not plugin provided?
I was wondering why only Objective C changed, but if the rest are not plugins then this makes sense.
https://github.com/llvm/llvm-project/pull/97675
More information about the lldb-commits
mailing list