Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TestGuessLanguage for gcc | Pavel Labath | 2017-04-12 | 1 | -1/+7 |
| | | | | | | | | gcc emits DW_LANG_C89 even if we specify -std=c99 during compilation. Since this isn't an lldb bug, but just the way the compiler happens to be implemented, I teach the test to expect this situation correctly. llvm-svn: 300046 | ||||
* | Teach SBFrame how to guess its language. | Jim Ingham | 2017-04-12 | 7 | -0/+134 |
<rdar://problem/31411646> llvm-svn: 300012 |