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
/
unittests
/
Host
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
5
-28
/
+10
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
3
-5
/
+7
*
[lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSD
Michał Górny
2019-11-18
1
-4
/
+0
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-2
/
+2
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-0
/
+15
*
[unittest] Skip the socket tests if we $TMPDIR is too long.
Jonas Devlieghere
2019-09-24
1
-4
/
+8
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-0
/
+21
*
[Host] File::GetWaitableHandle() should call fileno()
Jonas Devlieghere
2019-09-23
2
-0
/
+37
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-1
/
+1
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
1
-0
/
+51
*
Add a sanity check to the domain socket tests.
Adrian Prantl
2019-06-27
1
-1
/
+5
*
Revert "Add ReadCStringFromMemory for faster string reads"
Antonio Afonso
2019-06-25
1
-51
/
+0
*
Add ReadCStringFromMemory for faster string reads
Antonio Afonso
2019-06-18
1
-0
/
+51
*
Implement GetSharedLibraryInfoAddress
Antonio Afonso
2019-06-14
1
-138
/
+12
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-0
/
+62
*
Fix IPv6 support on lldb-server platform
Antonio Afonso
2019-05-28
5
-86
/
+211
*
Revert "Fix IPv6 support on lldb-server platform"
Alex Langford
2019-05-18
5
-211
/
+86
*
Unbreak windows build bot
Alex Langford
2019-05-18
1
-0
/
+6
*
Fix IPv6 support on lldb-server platform
Alex Langford
2019-05-17
5
-86
/
+205
*
Clear the output string passed to GetHostName()
Aaron Smith
2019-04-17
1
-0
/
+6
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
3
-30
/
+13
*
Remove dependency edges from Host to Target/Core.
Zachary Turner
2019-03-08
1
-1
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
2
-20
/
+0
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
2
-49
/
+0
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-7
/
+2
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-2
/
+7
*
[lldb] [MainLoop] Add kevent() EINTR handling
Michal Gorny
2019-02-15
1
-0
/
+24
*
[lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'
Michal Gorny
2019-02-12
1
-2
/
+2
*
[lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSD
Michal Gorny
2019-02-08
1
-0
/
+5
*
Fix headers for files added in r353047
Pavel Labath
2019-02-07
3
-12
/
+9
*
Fix signed/unsigned mismatches in ProcessInfoTest.cpp
Pavel Labath
2019-02-07
1
-1
/
+1
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
4
-0
/
+71
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
10
-40
/
+30
*
NativeProcessProtocolTest: fix -Winconsistent-missing-override warning
Pavel Labath
2019-01-02
1
-4
/
+7
*
Fix assertion failure in NativeProcessProtocolTest
Pavel Labath
2018-12-27
1
-1
/
+2
*
Fix the "dangerous use of tempnam" warning in Host/SocketTest.cpp
Pavel Labath
2018-12-18
1
-9
/
+10
*
[unittests] Fix the File System Test on Windows
Stella Stamenova
2018-11-28
1
-8
/
+0
*
[unittest] Fix the FileSystem test on Windows. (Attempt #2)
Jonas Devlieghere
2018-11-28
1
-5
/
+5
*
[unittest] Fix the FileSystem test on Windows.
Jonas Devlieghere
2018-11-27
1
-0
/
+8
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
revert rL346478
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
[lldb] Fix signature in test to match rL346453
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
Revert "[FileSystem] Make use of FS in TildeExpressionResolver"
Jonas Devlieghere
2018-11-09
1
-2
/
+2
*
[FileSystem] Make use of FS in TildeExpressionResolver
Jonas Devlieghere
2018-11-09
1
-2
/
+2
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
3
-17
/
+23
*
[FileSystem] Re-add EnumerateDirectory
Jonas Devlieghere
2018-11-01
1
-0
/
+24
*
[FileSystem] Remove EnumerateDirectory
Jonas Devlieghere
2018-10-31
1
-24
/
+0
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
3
-13
/
+296
*
[unittest] Fix NativeProcessProtocolTest.cpp (NFC)
Jonas Devlieghere
2018-09-26
1
-2
/
+2
[next]