summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/File.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-8/+8
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* [lldb-server] Improve support on WindowsAaron Smith2019-02-071-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-100/+0
* [FileSystme] Move ::open abstraction into FileSystem.Jonas Devlieghere2018-11-021-10/+2
* [File] Remove static method to get permissions.Jonas Devlieghere2018-11-011-13/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Check if a terminal supports colors on Windows properlyDavid Bolvansky2018-09-081-0/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+4
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-124/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+124
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-124/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+124
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-124/+0
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-0/+124
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Fix typo/unbreak windows build broken by r307009Pavel Labath2017-07-031-1/+1
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-47/+27
* Rename Error -> Status.Zachary Turner2017-05-121-27/+27
* [CMake] Support generating Config.hChris Bieneman2017-04-141-1/+1
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-1/+0
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-9/+7
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-7/+9
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-9/+7
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Include termios.h for definition of struct winsizePavel Labath2017-01-241-0/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-916/+717
* Remove _isatty from Android.hPavel Labath2016-08-081-1/+1
* Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci2016-06-211-1/+1
* 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
OpenPOWER on IntegriCloud