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
/
Plugins
/
Platform
/
POSIX
/
PlatformPOSIX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-2
/
+8
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-5
/
+5
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-2
/
+2
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-19
/
+26
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-16
/
+10
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-11
/
+11
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-2
/
+2
*
[lldb-server] Add remote platform capabilities for Windows
Aaron Smith
2019-02-14
1
-174
/
+0
*
Extract common PlatformPOSIX/Windows code into a separate class
Pavel Labath
2019-02-12
1
-135
/
+2
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-2
/
+1
*
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
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+5
*
[FileSystem] Remove ResolveExecutableLocation() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+4
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+2
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-1
/
+2
*
Defend LoadImageUsingPaths against a path list
Jim Ingham
2018-07-20
1
-0
/
+4
*
Address a few post facto review comments from Adrian.
Jim Ingham
2018-07-05
1
-5
/
+5
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-10
/
+128
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-3
/
+4
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Reapply "Remove Process references from the Host module"
Pavel Labath
2018-05-15
1
-5
/
+6
*
Revert "Remove Process references from the Host module"
Pavel Labath
2018-05-14
1
-6
/
+5
*
Remove Process references from the Host module
Pavel Labath
2018-05-14
1
-5
/
+6
*
Add a lock to PlatformPOSIX::DoLoadImage
Frederic Riss
2018-05-11
1
-18
/
+12
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-12
/
+14
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+19
*
Change PlatformPosix::DoLoadImage to use a UtilityFunction.
Jim Ingham
2018-04-17
1
-50
/
+254
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-4
/
+4
*
[LLDB][MIPS] Fix process load/unload on android.
Nitesh Jain
2017-08-14
1
-3
/
+4
*
Fix "process load" on new android targets
Pavel Labath
2017-07-05
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-70
/
+71
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-4
/
+7
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-7
/
+4
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-4
/
+7
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
1
-0
/
+41
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
1
-0
/
+139
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-1
/
+1
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-1
/
+1
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-8
/
+8
[next]