debuginfo: Add GDB pretty printers for structs and enums.

This commit is contained in:
Michael Woerister 2014-07-30 15:56:42 +02:00
parent ee25b6bdeb
commit 6974b4f1b5
5 changed files with 422 additions and 3 deletions

View file

@ -428,7 +428,10 @@ pub mod debuginfo {
FlagObjcClassComplete = 1 << 9,
FlagObjectPointer = 1 << 10,
FlagVector = 1 << 11,
FlagStaticMember = 1 << 12
FlagStaticMember = 1 << 12,
FlagIndirectVariable = 1 << 13,
FlagLValueReference = 1 << 14,
FlagRValueReference = 1 << 15
}
}