debuginfo: Added support for c-style enums.

This commit is contained in:
Michael Woerister 2013-07-02 10:33:51 +02:00
parent 99ebb816cf
commit 739f3eece9
7 changed files with 361 additions and 37 deletions

View file

@ -10,10 +10,7 @@
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
// Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
// as its numerical value along with its associated ASCII char, there
// doesn't seem to be any way around this. Also, gdb doesn't know
// about UTF-32 character encoding and will print a rust char as only
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
// its numerical value.
// compile-flags:-Z extra-debug-info