index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
common
/
File.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
1
-1
/
+1
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-14
/
+0
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-1
/
+13
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-26
/
+36
*
File: Handle more cases in GetOptionsFromMode
Pavel Labath
2019-10-10
1
-9
/
+11
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-106
/
+168
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-3
/
+22
*
File::Clear() -> File::TakeStreamAndClear()
Lawrence D'Anna
2019-10-01
1
-2
/
+5
*
refactor: move IOObject::m_should_close_fd into subclasses
Lawrence D'Anna
2019-09-27
1
-5
/
+5
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-15
/
+0
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-1
/
+2
*
[Host] File::GetWaitableHandle() should call fileno()
Jonas Devlieghere
2019-09-23
1
-1
/
+1
*
[lldb][NFC] Remove unused overload of File::Read
Raphael Isemann
2019-09-03
1
-44
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-4
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-8
/
+8
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
[lldb-server] Improve support on Windows
Aaron Smith
2019-02-07
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-100
/
+0
*
[FileSystme] Move ::open abstraction into FileSystem.
Jonas Devlieghere
2018-11-02
1
-10
/
+2
*
[File] Remove static method to get permissions.
Jonas Devlieghere
2018-11-01
1
-13
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Check if a terminal supports colors on Windows properly
David Bolvansky
2018-09-08
1
-0
/
+3
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+4
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-1
/
+1
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-124
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+124
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-124
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+124
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-124
/
+0
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-0
/
+124
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Fix typo/unbreak windows build broken by r307009
Pavel Labath
2017-07-03
1
-1
/
+1
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-47
/
+27
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-27
/
+27
*
[CMake] Support generating Config.h
Chris Bieneman
2017-04-14
1
-1
/
+1
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-1
/
+0
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-9
/
+7
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-7
/
+9
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-9
/
+7
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-0
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Include termios.h for definition of struct winsize
Pavel Labath
2017-01-24
1
-0
/
+1
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-1
/
+1
[next]