llvm-project/lldb/source/Host/common
Jonas Devlieghere dbd7fabaa0 [FileSystem] Remove Exists() from FileSpec
This patch removes the Exists method from FileSpec and updates its uses
with calls to the FileSystem.

Differential revision: https://reviews.llvm.org/D53845

llvm-svn: 345854
2018-11-01 17:09:25 +00:00
..
Editline.cpp Add support for descriptions with command completions. 2018-09-13 21:26:00 +00:00
File.cpp Check if a terminal supports colors on Windows properly 2018-09-08 07:15:56 +00:00
FileCache.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
FileSystem.cpp [FileSystem] Remove ResolveExecutableLocation() from FileSpec 2018-11-01 17:09:22 +00:00
GetOptInc.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Host.cpp [FileSystem] Remove GetByteSize() from FileSpec 2018-11-01 04:45:28 +00:00
HostInfoBase.cpp [FileSystem] Remove Exists() from FileSpec 2018-11-01 17:09:25 +00:00
HostNativeThreadBase.cpp [Windows] Fix threads comparison on Windows 2018-10-18 07:52:56 +00:00
HostProcess.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
HostThread.cpp [Windows] Fix threads comparison on Windows 2018-10-18 07:52:56 +00:00
LockFileBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MainLoop.cpp Fix typos. 2018-10-04 22:33:39 +00:00
MonitoringProcessLauncher.cpp [FileSystem] Remove ResolveExecutableLocation() from FileSpec 2018-11-01 17:09:22 +00:00
NativeBreakpoint.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeBreakpointList.cpp Fix a memory read bug in lldb-server 2018-09-26 07:31:41 +00:00
NativeProcessProtocol.cpp Pull FixupBreakpointPCAsNeeded into base class 2018-10-03 12:29:33 +00:00
NativeRegisterContext.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeThreadProtocol.cpp NativeThreadProtocol: delete dead code 2018-03-29 10:09:11 +00:00
NativeWatchpointList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionParser.cpp Make OptionParser::Parse() take StringRef. 2016-11-13 04:24:38 +00:00
PipeBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ProcessRunLock.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
PseudoTerminal.cpp [PseudoTerminal][NFC] Use llvm errno helpers 2018-09-03 14:59:57 +00:00
Socket.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SocketAddress.cpp Fix debugserver accepting remote connections 2017-07-13 20:58:13 +00:00
SoftwareBreakpoint.cpp Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode" 2018-09-09 06:01:12 +00:00
StringConvert.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Symbols.cpp [FileSystem] Remove Exists() from FileSpec 2018-11-01 17:09:25 +00:00
TCPSocket.cpp s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
TaskPool.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Terminal.cpp Add modules support for lldb headers in include/ 2018-06-13 15:50:45 +00:00
ThreadLauncher.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
UDPSocket.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
XML.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00