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
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
*
[LLDB] Remove a now redundant windows specific workaround
Martin Storsjo
2019-09-23
1
-5
/
+0
*
[LLDB] Add a void* cast when passing object pointers to printf %p
Martin Storsjo
2019-09-23
1
-14
/
+10
*
Fix error in ProcessLauncherWindows.cpp
Adrian McCarthy
2019-09-13
1
-1
/
+1
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
1
-1
/
+17
*
Various build fixes for lldb on MinGW
Haibo Huang
2019-08-06
1
-0
/
+1
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
1
-5
/
+0
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-14
/
+14
*
[lldb, windows] Update two more locations that use LaunchThread to the new fu...
Stella Stamenova
2019-07-09
1
-2
/
+2
*
[lldb, windows] When StartMonitoring fails, return a proper error
Stella Stamenova
2019-07-08
1
-7
/
+8
*
[lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...
Stella Stamenova
2019-07-08
1
-1
/
+1
*
[Host] Fix out-of-line definition on Windows
Jonas Devlieghere
2019-07-08
2
-2
/
+2
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Fix LLDB warnings when compiling with Clang 8.0
Alexandre Ganea
2019-05-21
2
-3
/
+4
*
Clear the output string passed to GetHostName()
Aaron Smith
2019-04-17
1
-0
/
+2
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+3
*
Fix Windows build after UserIDResolver patch.
Zachary Turner
2019-03-04
1
-0
/
+20
*
Improve process launch comments for Windows
Adrian McCarthy
2019-02-28
1
-3
/
+7
*
[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenv
Aaron Smith
2019-02-07
1
-1
/
+14
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
12
-48
/
+36
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
1
-16
/
+63
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Fix some windows-specific fallout from the FileSpec change.
Zachary Turner
2018-11-03
1
-2
/
+3
*
[FileSystme] Move ::open abstraction into FileSystem.
Jonas Devlieghere
2018-11-02
1
-0
/
+9
*
[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178
Aleksandr Urakov
2018-11-02
4
-8
/
+8
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[Windows] Fix threads comparison on Windows
Aleksandr Urakov
2018-10-18
1
-0
/
+4
*
Do not create new terminals when launching process on Windows with --no-stdio
David Bolvansky
2018-09-12
1
-0
/
+3
*
[windows] Use a well-known path for ComSpec if we fail to retrieve it
Stella Stamenova
2018-07-18
1
-2
/
+7
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
1
-12
/
+0
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-5
/
+4
*
Attempt to fix windows&freebsd builds broken by r334950
Pavel Labath
2018-06-18
1
-3
/
+3
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-10
/
+5
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
4
-4
/
+4
*
[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...
Stella Stamenova
2018-06-13
1
-1
/
+8
*
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
6
-61
/
+45
*
Fix windows and freebsd builds for r322174 (Environment)
Pavel Labath
2018-01-10
1
-6
/
+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
8
-80
/
+83
[next]