Add a name for tuple fields in debuginfo so that they can be accessed in debuggers.

This commit is contained in:
Michael Woerister
2015-04-06 11:39:51 -07:00
parent feeb23d42e
commit 03f9269496
30 changed files with 161 additions and 142 deletions

View File

@@ -77,7 +77,7 @@
// gdb-command:continue
// gdb-command:print simple_tuple_ident
// gdb-check:$24 = {34903493, 232323}
// gdb-check:$24 = {__0 = 34903493, __1 = 232323}
// gdb-command:continue
// === LLDB TESTS ==================================================================================