This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 99ee5076e Fix TestMultithreaded when there's no debugserver specified new dd596edd4 Replace HashStringUsingDJB with llvm::djbHash
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: include/lldb/Core/MappedHash.h | 181 +-------------------- .../c/unicode}/Makefile | 2 +- .../test/lang/c/unicode/TestUnicodeSymbols.py | 19 +++ .../Python/lldbsuite/test/lang/c/unicode/main.c | 5 + .../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 21 +-- source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 18 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 46 +++--- source/Target/ObjCLanguageRuntime.cpp | 7 +- 8 files changed, 76 insertions(+), 223 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/breakpoint/address_breakpoint [...] create mode 100644 packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py create mode 100644 packages/Python/lldbsuite/test/lang/c/unicode/main.c