summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/frame-language
Commit message (Collapse)AuthorAgeFilesLines
* Fix TestGuessLanguage for gccPavel Labath2017-04-121-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 Ingham2017-04-127-0/+134
<rdar://problem/31411646> llvm-svn: 300012
OpenPOWER on IntegriCloud