For PR797:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 16:06:27 +0000 (16:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 16:06:27 +0000 (16:06 +0000)
commit862796959796d69fa490107d880854739660ffad
treef4bdf140c1ad22f60b8f3837f1ec02f9121e31b3
parent6d045fcdcd4fe83f51050f6601726d29b2689526
For PR797:
Adjust users of MappedFile to its new non-throwing interface.  Note that in
most cases the lazy step of just throwing after a call to MappedFile was
installed. This was done in the name of incremental changes. Getting rid of
the new throw statements will take adjustment of interfaces and propagation
of errors to higher levels.  Those changes will come in subsequent patches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29817 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Debugger/SourceFile.h
lib/Debugger/SourceFile.cpp
lib/Support/FileUtilities.cpp