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
/
windows
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Host] Return status directly from RunShellCommand
Jonas Devlieghere
2019-10-04
1
-4
/
+2
*
[Host] Don't discard return value from RunShellCommand
Jonas Devlieghere
2019-10-04
1
-2
/
+8
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-3
/
+5
*
Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"
Hans Wennborg
2019-09-25
1
-5
/
+4
*
Host: use the platform identifiers from LLVM (NFC)
Saleem Abdulrasool
2019-09-24
1
-4
/
+5
*
[LLDB] [Windows] Map COFF ARM machine ids to the right triple architectures
Martin Storsjo
2019-09-23
1
-0
/
+4
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
1
-1
/
+17
*
[Host] Fix out-of-line definition on Windows
Jonas Devlieghere
2019-07-08
1
-1
/
+1
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix some windows-specific fallout from the FileSpec change.
Zachary Turner
2018-11-03
1
-2
/
+3
*
[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178
Aleksandr Urakov
2018-11-02
1
-3
/
+3
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-3
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactor
Pavel Labath
2018-05-10
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+6
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-7
/
+6
*
Remove dead Core/StreamFile includes
Pavel Labath
2017-06-30
1
-5
/
+3
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Remove home-grown thread-local storage wrappers
Pavel Labath
2017-06-20
1
-13
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-4
/
+0
*
Delete LLDB's code for getting / setting thread name.
Zachary Turner
2017-03-04
1
-4
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
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
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+3
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-269
/
+234
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-1
/
+2
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-17
/
+28
*
Fix an issue where LLDB would not launch argdumper correctly if there were sp...
Enrico Granata
2015-11-19
1
-1
/
+1
*
Rename argdumper to lldb-argdumper
Todd Fiala
2015-10-29
1
-4
/
+4
*
Implement PlatformWindows::GetEnvironment.
Zachary Turner
2015-05-22
1
-0
/
+18
*
Add missing #include. This should fix the Windows build.
Zachary Turner
2015-02-21
1
-0
/
+1
*
This should fix the Windows build
Enrico Granata
2015-02-20
1
-0
/
+1
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-11
/
+11
*
Start the refactoring of globbing
Enrico Granata
2015-02-20
1
-1
/
+87
*
Create a process launcher abstraction.
Zachary Turner
2014-10-14
1
-8
/
+0
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-48
/
+3
*
Update LLDB to use LLVM's DynamicLibrary.
Zachary Turner
2014-08-27
1
-22
/
+0
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-27
/
+0
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-13
/
+0
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-51
/
+0
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-110
/
+0
*
Implement some common file operations on Windows.
Zachary Turner
2014-08-09
1
-0
/
+110
[next]