[llvm-commits] CVS: llvm/lib/Debugger/SourceFile.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: SourceFile.cpp updated: 1.8 -> 1.9 --- Log message: Fix another occurrence of inverted logic on the result of MappedFile::map --- Diffs of the changes: (+1 -1) SourceFile.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib

[llvm-commits] CVS: llvm/lib/Debugger/SourceFile.cpp

2006-08-22 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: SourceFile.cpp updated: 1.7 -> 1.8 --- Log message: For PR797: http://llvm.org/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 w