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
*
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
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+1
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-11
/
+20
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
1
-1
/
+1
*
Check if the terminal is interactive and set the flags accordingly
Deepak Panickal
2014-03-03
1
-1
/
+7
*
Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty()
Deepak Panickal
2014-02-17
1
-1
/
+4
*
Fixed an issue where "command source" would not do the right thing:
Greg Clayton
2014-02-05
1
-3
/
+52
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-27
/
+49
*
Fix MSVC build
Colin Riley
2013-11-26
1
-0
/
+2
*
Fix File::GetPermissions() to only return the permission bits.
Greg Clayton
2013-11-22
1
-2
/
+2
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-11
/
+13
*
Fix warnings about redefined macros at the end of File.cpp
Daniel Malea
2013-08-27
1
-22
/
+0
*
Fix MinGW build after lldb-platform-work merge:
Virgile Bello
2013-08-27
1
-2
/
+0
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+109
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+41
*
Cleaned up the File API a bit.
Greg Clayton
2013-05-22
1
-27
/
+78
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.
Greg Clayton
2012-10-30
1
-1
/
+1
*
OptionValueFileSpec had an accessor to read the contents of the file and retu...
Greg Clayton
2012-08-30
1
-2
/
+2
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-37
/
+145
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Add missing headers.
Stephen Wilson
2011-04-08
1
-0
/
+1
*
Some OpenBSD patches from Amit Kulkarni.
Greg Clayton
2011-04-01
1
-0
/
+1
*
Missed part of a patch from Stephen Wilson.
Greg Clayton
2011-02-09
1
-0
/
+1
*
File::GetFileSpec() support for linux patch from Stephen Wilson.
Greg Clayton
2011-02-09
1
-1
/
+17
*
Pull support for the shared and exclusive lock since this wasn't available
Greg Clayton
2011-02-09
1
-7
/
+7
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-26
/
+273
*
Updated a few more Host::File functions and added documentation.
Greg Clayton
2011-02-08
1
-0
/
+57
*
Added a few more calls to the File abtract class for seeking, syncing and
Greg Clayton
2011-02-08
1
-4
/
+92
*
Added a file abtraction layer into the Host section of LLDB.
Greg Clayton
2011-02-08
1
-0
/
+146