This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix value printing for a specific case
ClosedPublic

Authored by kastiglione on Mar 27 2023, 3:02 PM.

Details

Summary

Fixes printing of spaces in cases where the following are true:

  1. Persistent results are disabled
  2. The type has a summary string

As reported by @jgorbe in D146783, two spaces were being printed before the summary
string, and no spaces were printed after.

Diff Detail

Event Timeline

kastiglione created this revision.Mar 27 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 3:02 PM
kastiglione requested review of this revision.Mar 27 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 3:02 PM
jgorbe accepted this revision.Mar 27 2023, 4:35 PM

Thanks!

This revision is now accepted and ready to land.Mar 27 2023, 4:35 PM
This revision was automatically updated to reflect the committed changes.