Issue 144154
Summary lldb-dap breakpoint on obj-c catch is not working
Labels objective-c, lldb-dap
Assignees
Reporter ashgti
    In lldb-dap, while working on updating `setExceptionBreakpoints` to support the filterOptions feature I noticed that obj-c exception catch breakpoints are not being hit for me.

I checked Xcode and it appears to set a breakpoint on '__cxa_begin_catch' for objc, which is different than using `SBTarget::BreakpointCreateForException(eLanguageObjectiveC, /*catch_bp=*/true, /*throw_bp=*/false)` or `(lldb) break set -E objc -w true -h true`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to