summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/File.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unicode support on Win32.Zachary Turner2016-03-221-2/+15
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-101-51/+0
* Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata2016-01-201-2/+2
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-0/+9
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+14
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-1/+7
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-9/+4
* Missed moving a variable during my previous revision 234455.Greg Clayton2015-04-091-1/+2
* Darwin read()/pread()/fread() and write()/pwrite()/fwrite() calls can only wr...Greg Clayton2015-04-091-5/+142
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-1/+0
* Avoid leaking log file descriptors into the inferior process.Pavel Labath2015-02-051-0/+2
* File::Read(), when asked to read the contents of a file into a heapJason Molenda2015-01-221-3/+4
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-1/+1
* Creates a socket host object.Zachary Turner2014-08-061-11/+20
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-1/+1
* Check if the terminal is interactive and set the flags accordinglyDeepak Panickal2014-03-031-1/+7
* Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty()Deepak Panickal2014-02-171-1/+4
* Fixed an issue where "command source" would not do the right thing:Greg Clayton2014-02-051-3/+52
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-27/+49
* Fix MSVC buildColin Riley2013-11-261-0/+2
* Fix File::GetPermissions() to only return the permission bits.Greg Clayton2013-11-221-2/+2
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-11/+13
* Fix warnings about redefined macros at the end of File.cppDaniel Malea2013-08-271-22/+0
* Fix MinGW build after lldb-platform-work merge:Virgile Bello2013-08-271-2/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+109
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+41
* Cleaned up the File API a bit.Greg Clayton2013-05-221-27/+78
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.Greg Clayton2012-10-301-1/+1
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-2/+2
* <rdar://problem/10507811>Greg Clayton2012-01-041-37/+145
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Add missing headers.Stephen Wilson2011-04-081-0/+1
* Some OpenBSD patches from Amit Kulkarni.Greg Clayton2011-04-011-0/+1
* Missed part of a patch from Stephen Wilson.Greg Clayton2011-02-091-0/+1
* File::GetFileSpec() support for linux patch from Stephen Wilson.Greg Clayton2011-02-091-1/+17
* Pull support for the shared and exclusive lock since this wasn't availableGreg Clayton2011-02-091-7/+7
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-26/+273
* Updated a few more Host::File functions and added documentation.Greg Clayton2011-02-081-0/+57
* Added a few more calls to the File abtract class for seeking, syncing andGreg Clayton2011-02-081-4/+92
* Added a file abtraction layer into the Host section of LLDB.Greg Clayton2011-02-081-0/+146
OpenPOWER on IntegriCloud