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
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-916
/
+717
*
Remove _isatty from Android.h
Pavel Labath
2016-08-08
1
-1
/
+1
*
Fix typo in eOpenOptionDontFollowSymlinks
Francis Ricci
2016-06-21
1
-1
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-2
/
+15
*
Fixed the python interpreter so that it correctly inherits the top IOHandler'...
Greg Clayton
2016-03-10
1
-51
/
+0
*
Fix a problem where we were not calling fcntl() with the correct arguments fo...
Enrico Granata
2016-01-20
1
-2
/
+2
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-0
/
+9
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+14
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-1
/
+7
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-9
/
+4
*
Missed moving a variable during my previous revision 234455.
Greg Clayton
2015-04-09
1
-1
/
+2
*
Darwin read()/pread()/fread() and write()/pwrite()/fwrite() calls can only wr...
Greg Clayton
2015-04-09
1
-5
/
+142
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-1
/
+0
*
Avoid leaking log file descriptors into the inferior process.
Pavel Labath
2015-02-05
1
-0
/
+2
*
File::Read(), when asked to read the contents of a file into a heap
Jason Molenda
2015-01-22
1
-3
/
+4
[next]