[Bug 21391] New: crashlog.py does not use alternate source paths

Bug ID 21391
Summary crashlog.py does not use alternate source paths
Product lldb
Version unspecified
Hardware Macintosh
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter dave.evans55@googlemail.com
Classification Unclassified

crashlog.py is not using the alternate source paths specified in the
plist.

Version info
lldb: lldb-320.4.152

xcode: Xcode 6.1
       Build version 6A1052d

OS X 10.9.5 13F34

Description:

I have written a script that is invoked by crashlog.py. It looks
up the executables and dsyms in an archive directory indexed by UUID.
It determines which version of the source code applies to the
UUID and extracts the source from a repository into a pristine location.

I am following the instructions in

 [http://lldb.llvm.org/symbols.html](http://lldb.llvm.org/symbols.html)

First point.