llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib
Jim Ingham 7fca8c0757 Provide a mechanism to do some pre-loading of symbols up front.
Loading a shared library can require a large amount of work; rather than do that serially for each library,
this patch will allow parallelization of the symbols and debug info name indexes.

From scott.smith@purestorage.com

https://reviews.llvm.org/D32598

llvm-svn: 301609
2017-04-28 00:51:06 +00:00
..
Makefile
TestSharedLib.py Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
foo.c
foo.h
main.c