[Lldb-commits] [lldb] [LLDB] Support exception breakpoints for plugin-provided languages (PR #97675)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 4 07:05:00 PDT 2024
walter-erquinigo wrote:
> And does this list include languages that are not plugin provided?
The hardcoded list in the file being changes includes C++ and Objc in its various variants.
> I was wondering why only Objective C changed, but if the rest are not plugins then this makes sense.
That was the only simple example I could use to show how this change does work.
Thanks for the review!
https://github.com/llvm/llvm-project/pull/97675
More information about the lldb-commits
mailing list