This is an archive of the discontinued LLVM Phabricator instance.

use just '#' instead of 'frame #2' in the threads/frame view
ClosedPublic

Authored by llunak on Apr 3 2022, 8:53 AM.

Details

Summary

Since the threads/frame view is taking only a small part on the right side of the screen, only a part of the function name of each frame is visible. It seems rather wasteful to spell out 'frame' there when it's obvious that it is a frame, it's better to use the space for more of the function name.

Diff Detail

Event Timeline

llunak created this revision.Apr 3 2022, 8:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2022, 8:53 AM
llunak requested review of this revision.Apr 3 2022, 8:53 AM
clayborg accepted this revision.Apr 4 2022, 2:29 PM
This revision is now accepted and ready to land.Apr 4 2022, 2:29 PM