summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/File.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-1/+1
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-14/+0
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-1/+13
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-26/+36
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-106/+168
* new api class: SBFileLawrence D'Anna2019-10-031-3/+22
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-011-2/+5
* refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna2019-09-271-5/+5
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-15/+0
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-1/+2
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-231-1/+1
* [lldb][NFC] Remove unused overload of File::ReadRaphael Isemann2019-09-031-44/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* 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
OpenPOWER on IntegriCloud