- 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
- 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
- d7c2b79 [FileSystme] Move ::open abstraction into FileSystem. by Jonas Devlieghere · 7 years ago
- 73ed607 [File] Remove static method to get permissions. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- 85dacd1 Check if a terminal supports colors on Windows properly by David Bolvansky · 7 years ago
- 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- b1cb0b79 s/LLVM_ON_WIN32/_WIN32/, lldb by Nico Weber · 7 years ago
- 2350272 Revert r317182 for https://reviews.llvm.org/D39128 by Jason Molenda · 8 years ago
- edc2def Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
- 9e27b70 Ahhhh roll back that commit, I didn't see that Lawrence had filed by Jason Molenda · 8 years ago
- c139a40 Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
- ef96986 Reverting r315966 - it caused a build failure on an ubuntu x android bot. by Jason Molenda · 8 years ago
- 695a1f6 Committing this for Larry D'Anna: by Jason Molenda · 8 years ago
- b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
- 9bf0e03 Fix typo/unbreak windows build broken by r307009 by Pavel Labath · 8 years ago
- c1a6b12 Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop by Pavel Labath · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- b90bee0 [CMake] Support generating Config.h by Chris Bieneman · 8 years ago
- 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
- 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
- 07db3f7 Resubmit r298334 after fixing OSX build errors. by Zachary Turner · 9 years ago
- 2eb3227 Revert r298334 until Zachary has a chance to fix the buildbot failure on macosx. by Jason Molenda · 9 years ago
- bfe8bcb Delete various lldb FileSystem functions. by Zachary Turner · 9 years ago
- 5821a3b [Support] Fill the file_status struct with link count. by Zachary Turner · 9 years ago
- 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
- 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- b8ad015 Include termios.h for definition of struct winsize by Pavel Labath · 9 years ago
- f6ee79c Fix build for mingw. by Hafiz Abid Qadeer · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 6b73456 Remove _isatty from Android.h by Pavel Labath · 9 years ago
- ea575b9 Fix typo in eOpenOptionDontFollowSymlinks by Francis Ricci · 9 years ago
- 190fadc Unicode support on Win32. by Zachary Turner · 10 years ago
- a31baf0 Fixed the python interpreter so that it correctly inherits the top IOHandler's files instead of always using stdin/out/err. by Greg Clayton · 10 years ago
- 35e0639 Fix a problem where we were not calling fcntl() with the correct arguments for F_DUPFD by Enrico Granata · 10 years ago
- 744959b Fix an issue where scripted commands would not actually print any of their output if an immediate output file was set in the result object via a Python file object by Enrico Granata · 10 years ago
- 6681041 Added the concept of a Read-Eval-Print-Loop to LLDB. by Sean Callanan · 10 years ago
- 9c40264 Introduce a `PythonFile` object, and use it everywhere. by Zachary Turner · 10 years ago
- d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
- 7965e54 Missed moving a variable during my previous revision 234455. by Greg Clayton · 10 years ago
- 29aac9a Darwin read()/pread()/fread() and write()/pwrite()/fwrite() calls can only write INT_MAX bytes at a time. by Greg Clayton · 10 years ago
- 48b475c Fix warnings generated by clang-cl. by Zachary Turner · 10 years ago
- 97a9ac1 Avoid leaking log file descriptors into the inferior process. by Pavel Labath · 11 years ago
- 03176d7 File::Read(), when asked to read the contents of a file into a heap by Jason Molenda · 11 years ago
- 8da0bf3 LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 by Shawn Best · 11 years ago
- 9868892 Creates a socket host object. by Zachary Turner · 11 years ago
- 6eff101 Replace some _MSC_VER with _WIN32. by Hafiz Abid Qadeer · 12 years ago
- 6419e98 Check if the terminal is interactive and set the flags accordingly by Deepak Panickal · 12 years ago
- 94667bc Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty() by Deepak Panickal · 12 years ago
- 340b030 Fixed an issue where "command source" would not do the right thing: by Greg Clayton · 12 years ago
- 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
- 909bb7a Fix MSVC build by Colin Riley · 12 years ago
- c029382 Fix File::GetPermissions() to only return the permission bits. by Greg Clayton · 12 years ago
- fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
- 60caaae Fix warnings about redefined macros at the end of File.cpp by Daniel Malea · 12 years ago
- ae12a36 Fix MinGW build after lldb-platform-work merge: by Virgile Bello · 12 years ago
- e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
- b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
- 43d8279 Cleaned up the File API a bit. by Greg Clayton · 12 years ago
- 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
- e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- 21a78c9 Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR. by Greg Clayton · 13 years ago
- 0b0b512 OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes. by Greg Clayton · 13 years ago
- 96c0968 <rdar://problem/10507811> by Greg Clayton · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- 8acdbb8 Add missing headers. by Stephen Wilson · 14 years ago
- 2b4d9b7 Some OpenBSD patches from Amit Kulkarni. by Greg Clayton · 14 years ago
- f4dd543 Missed part of a patch from Stephen Wilson. by Greg Clayton · 15 years ago
- 94d0862 File::GetFileSpec() support for linux patch from Stephen Wilson. by Greg Clayton · 15 years ago
- 925137c Pull support for the shared and exclusive lock since this wasn't available by Greg Clayton · 15 years ago
- 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
- 846b64b Updated a few more Host::File functions and added documentation. by Greg Clayton · 15 years ago
- 968fa38 Added a few more calls to the File abtract class for seeking, syncing and by Greg Clayton · 15 years ago
- 504f89a Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 15 years ago