This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7464e57dc [lldb] [test/lldb-vscode] Use realpath to match vscode behavior new 34b126b26 SymbolVendor: Move locking into the Symbol Files
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 4 + .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 35 ++-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 20 +++ .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 12 ++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 17 ++ .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 2 + source/Symbol/SymbolFile.cpp | 1 + source/Symbol/SymbolVendor.cpp | 195 ++++++--------------- 8 files changed, 126 insertions(+), 160 deletions(-)