debuginfo: Added support for c-style enums.
This commit is contained in:
parent
99ebb816cf
commit
739f3eece9
7 changed files with 361 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue