hanchenye-llvm-project/lldb/source/Host/common
Greg Clayton b29e6c6e84 Patch from Andrew Kaylor that fixes Linux default host triple values.
llvm-svn: 165728
2012-10-11 17:38:58 +00:00
..
Condition.cpp Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
DynamicLibrary.cpp Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
File.cpp 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. 2012-08-30 18:15:10 +00:00
FileSpec.cpp 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. 2012-08-30 18:15:10 +00:00
Host.cpp Patch from Andrew Kaylor that fixes Linux default host triple values. 2012-10-11 17:38:58 +00:00
Makefile
Mutex.cpp Fixed errors and warnings on debug code. 2012-07-09 13:34:19 +00:00
SocketAddress.cpp Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
Symbols.cpp Patch from Dan Malea to fix a build break I introduced yesterday. 2012-10-09 18:40:44 +00:00
Terminal.cpp Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
TimeValue.cpp Fix a integer trauction issue - calculating the current time in 2012-04-07 04:55:02 +00:00