This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Hyphenate Objective-C exception breakpoint labels ✍️
ClosedPublic

Authored by stephanemoore on Nov 10 2021, 2:30 PM.

Diff Detail

Event Timeline

stephanemoore created this revision.Nov 10 2021, 2:30 PM
stephanemoore published this revision for review.Feb 23 2022, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2022, 3:02 PM
mwyman accepted this revision.Feb 23 2022, 3:04 PM

LGTM.

This revision is now accepted and ready to land.Feb 23 2022, 3:04 PM

This seems trivial enough, but adding Greg as he wrote most of lldb-vscode.

This seems trivial enough, but adding Greg as he wrote most of lldb-vscode.

Thanks! 😃

I tried looking through the commit history but wasn't sure who would be a good candidate to review.

I also assume this should be a trivial change but I am happy to do extra digging if anyone has any concerns!

clayborg accepted this revision.Feb 27 2022, 11:59 AM

Very easy change as VS Code IDE displays these strings and no one references these by name.

Very easy change as VS Code IDE displays these strings and no one references these by name.

I thought so! Thanks for confirming!

Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 1:50 PM