llvm-project/lldb/source/Host
Greg Clayton 5acc12550f Don't crash when specifying a core file that isn't readable.
Fixes include:
1 - added new FileSpec method: bool FileSpec::Readable()
2 - detect when an executable is not readable and give an appropriate error for:
    (lldb) file /tmp/unreadablefile
3 - detect when a core file is not readable and give an appropriate error
4 - detect when a specified core file doesn't exist and give an appropriate error
    
<rdar://problem/17727734>

llvm-svn: 215741
2014-08-15 18:00:45 +00:00
..
common Don't crash when specifying a core file that isn't readable. 2014-08-15 18:00:45 +00:00
freebsd Use standard realloc so FreeBSD Host.cpp can use glibc 2014-08-07 19:28:02 +00:00
linux Fix typos. 2014-07-01 21:22:11 +00:00
macosx Refactor FileAction out of ProcessLaunchInfo. 2014-08-14 16:01:25 +00:00
windows Implement some common file operations on Windows. 2014-08-09 01:29:07 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00