summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/File.cpp
AgeCommit message (Expand)Author
2018-11-02[FileSystme] Move ::open abstraction into FileSystem.Jonas Devlieghere
2018-11-01[File] Remove static method to get permissions.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-08Check if a terminal supports colors on Windows properlyDavid Bolvansky
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-07-18Clean up lldb-types.hPavel Labath
2017-07-03Fix typo/unbreak windows build broken by r307009Pavel Labath
2017-07-03Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-14[CMake] Support generating Config.hChris Bieneman
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-21Resubmit r298334 after fixing OSX build errors.Zachary Turner
2017-03-21Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda
2017-03-21Delete various lldb FileSystem functions.Zachary Turner
2017-03-20[Support] Fill the file_status struct with link count.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-24Include termios.h for definition of struct winsizePavel Labath
2016-12-15Fix build for mingw.Hafiz Abid Qadeer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-08Remove _isatty from Android.hPavel Labath
2016-06-21Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci
2016-03-22Unicode support on Win32.Zachary Turner
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton
2016-01-20Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-04-09Missed moving a variable during my previous revision 234455.Greg Clayton
2015-04-09Darwin read()/pread()/fread() and write()/pwrite()/fwrite() calls can only wr...Greg Clayton
2015-04-02Fix warnings generated by clang-cl.Zachary Turner
2015-02-05Avoid leaking log file descriptors into the inferior process.Pavel Labath
2015-01-22File::Read(), when asked to read the contents of a file into a heapJason Molenda
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best
2014-08-06Creates a socket host object.Zachary Turner
2014-03-12Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer
2014-03-03Check if the terminal is interactive and set the flags accordinglyDeepak Panickal
2014-02-17Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty()Deepak Panickal
2014-02-05Fixed an issue where "command source" would not do the right thing:Greg Clayton