This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 488a9aac3 Mark test as @skipIfOutOfTreeDebugserver new 5014000de Always normalize FileSpec paths.
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/FileSpecList.h | 7 +- include/lldb/Utility/FileSpec.h | 9 +- source/Breakpoint/BreakpointResolverFileLine.cpp | 2 +- source/Core/FileSpecList.cpp | 4 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 - source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 8 +- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 5 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 29 +-- source/Symbol/CompileUnit.cpp | 8 +- source/Symbol/Declaration.cpp | 2 +- source/Utility/FileSpec.cpp | 236 ++++++++++++--------- unittests/Utility/FileSpecTest.cpp | 82 +++---- 12 files changed, 186 insertions(+), 210 deletions(-)