[Lldb-commits] [lldb] [lldb] Handle scripted Python call exceptions (PR #213181)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 30 18:00:35 PDT 2026
medismailben wrote:
Hey @aperez, it's funny you looking into this issue because I'm doing pretty much the exact thing in:
- https://github.com/llvm/llvm-project/pull/198153:
https://github.com/llvm/llvm-project/pull/198153/changes#diff-b9e3ad232b8258e491dfd6ba34ab958fff10bfc6e14527648239cf94f0081015R270-R291
Given that my PR also covers propagating error handling using `Debugger::ReportError` when there isn't a proper way to surface it to the user, would you mind a look at it and seeing if there are other cases that I could have missed ?
Thanks
https://github.com/llvm/llvm-project/pull/213181
More information about the lldb-commits
mailing list