llvm-project/lldb/packages/Python/lldbsuite/test/lang
Greg Clayton e6b36cdd4d Trying to submit 254476 one more time. This implement -gmodule debugging support.
It was previously reverted due to issues that showed up only on linux. I was able to reproduce these issues and fix the underlying cause.

So this is the same patch as 254476 with the following two fixes:
- Fix not trying to complete classes that don't have external sources
- Fix ClangASTSource::CompleteType() to check the decl context of types that it finds by basename to ensure we don't complete a type "S" with a type like "std::S". Before this fix ClangASTSource::CompleteType() would accept _any_ type that had a matching basename and copy it into the other type.

<rdar://problem/22992457>

llvm-svn: 254980
2015-12-08 01:02:08 +00:00
..
c [LLDB][MIPS] Fix TestConstVariables.py 2015-12-05 12:01:48 +00:00
cpp Trying to submit 254476 one more time. This implement -gmodule debugging support. 2015-12-08 01:02:08 +00:00
go Fix TestGoFormatters.py. 2015-11-05 02:17:21 +00:00
mixed Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
objc Marked TestModulesInlineFunctions.py XFAIL 2015-12-04 18:52:02 +00:00
objcxx Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00