This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix exception breakpoint not being resolved when set on dummy target
ClosedPublic

Authored by poya on Nov 6 2019, 12:21 AM.

Details

Summary

Ensure that breakpoint ivar is properly set in exception breakpoint resolver so that exception breakpoints set on dummy targets are resolved once real targets are created and run.

Diff Detail

Event Timeline

poya created this revision.Nov 6 2019, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2019, 12:21 AM
poya added a comment.Nov 21 2019, 4:06 PM

@jingham I think this might have slipped through the cracks, do you think you'll have time to help me review and commit this one, or advice on a suitable alternate reviewer?

jingham accepted this revision.Nov 21 2019, 4:26 PM

Ack, sorry about that! This looks fine, thanks for chasing it down.

This revision is now accepted and ready to land.Nov 21 2019, 4:26 PM
poya added a comment.Nov 22 2019, 1:48 AM

Thanks, currently no commit access, so would like to ask you for that favor as well

I can land this right now, thanks for the patch!

This revision was automatically updated to reflect the committed changes.