llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[lldb] Use summary string for ObjectiveC.Selector (NFC)

Open kastiglione opened this issue 1 year ago • 3 comments

Replace the ObjC_Selector_SummaryProvider function with the equivalent summary string.

kastiglione avatar Aug 09 '23 17:08 kastiglione

Going to add a test.

kastiglione avatar Aug 09 '23 23:08 kastiglione

@jimingham that's about what I was thinking too.

kastiglione avatar Aug 09 '23 23:08 kastiglione

If you knew that the category you were adding the summary to only supported the swift language, then you could force the EscapeStyle to swift on the summary string formatters added to it. But those formatters are currently in the "runtime synthetics" category which is both swift & ObjC.

jimingham avatar Aug 10 '23 00:08 jimingham