summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/File.cpp
AgeCommit message (Expand)Author
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-11-26Fix MSVC buildColin Riley
2013-11-22Fix File::GetPermissions() to only return the permission bits.Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-08-27Fix warnings about redefined macros at the end of File.cppDaniel Malea
2013-08-27Fix MinGW build after lldb-platform-work merge:Virgile Bello
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-05-22Cleaned up the File API a bit.Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-10-30Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.Greg Clayton
2012-08-30OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton
2012-01-04<rdar://problem/10507811>Greg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-04-08Add missing headers.Stephen Wilson
2011-04-01Some OpenBSD patches from Amit Kulkarni.Greg Clayton
2011-02-09Missed part of a patch from Stephen Wilson.Greg Clayton
2011-02-09File::GetFileSpec() support for linux patch from Stephen Wilson.Greg Clayton
2011-02-09Pull support for the shared and exclusive lock since this wasn't availableGreg Clayton
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2011-02-08Updated a few more Host::File functions and added documentation.Greg Clayton
2011-02-08Added a few more calls to the File abtract class for seeking, syncing andGreg Clayton
2011-02-08Added a file abtraction layer into the Host section of LLDB.Greg Clayton