[Lldb-commits] [PATCH] D32598: Prime module caches outside of the module list lock for better parallelism

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 13:44:36 PDT 2017


scott.smith updated this revision to Diff 96990.
scott.smith added a comment.

1. Rename to preload-symbols / PreloadSymbols()
2. Modify an existing test to run with and without symbol preloading.


Repository:
  rL LLVM

https://reviews.llvm.org/D32598

Files:
  include/lldb/Core/Module.h
  include/lldb/Symbol/SymbolFile.h
  include/lldb/Symbol/Symtab.h
  include/lldb/Target/Target.h
  packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py
  source/Core/Module.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Symbol/SymbolFile.cpp
  source/Symbol/Symtab.cpp
  source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32598.96990.patch
Type: text/x-patch
Size: 8535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170427/0757512b/attachment.bin>


More information about the lldb-commits mailing list