This is an archive of the discontinued LLVM Phabricator instance.

Add natvis visualizers for endian packed types
ClosedPublic

Authored by zturner on Apr 20 2016, 12:56 PM.

Details

Summary

I only attempt to do unaligned types here, because aligned types start getting pretty ugly.

I don't know if there's a better way to do this. Let me know if you can think of something cleaner.

Diff Detail

Event Timeline

zturner updated this revision to Diff 54406.Apr 20 2016, 12:56 PM
zturner retitled this revision from to Add natvis visualizers for endian packed types.
zturner updated this object.
zturner added reviewers: aaron.ballman, mspertus.
zturner added a subscriber: llvm-commits.
zturner updated this revision to Diff 54554.Apr 21 2016, 11:47 AM

Apparently you can line break inside of the <DisplayString> tag without messing anything up, so this should be easier to read.

aaron.ballman accepted this revision.Apr 21 2016, 1:17 PM
aaron.ballman edited edge metadata.

LGTM, thank you!

This revision is now accepted and ready to land.Apr 21 2016, 1:17 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r267050.