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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
[lldb-server] Add remote platform capabilities for Windows
Aaron Smith
2019-02-14
1
-61
/
+0
*
Extract common PlatformPOSIX/Windows code into a separate class
Pavel Labath
2019-02-12
1
-39
/
+2
*
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
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-1
/
+3
*
Add a lock to PlatformPOSIX::DoLoadImage
Frederic Riss
2018-05-11
1
-4
/
+4
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-2
/
+1
*
Change PlatformPosix::DoLoadImage to use a UtilityFunction.
Jim Ingham
2018-04-17
1
-0
/
+4
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-1
/
+1
*
[LLDB][MIPS] Fix process load/unload on android.
Nitesh Jain
2017-08-14
1
-1
/
+2
*
Fix "process load" on new android targets
Pavel Labath
2017-07-05
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-33
/
+36
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
1
-0
/
+10
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
1
-0
/
+4
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-186
/
+163
*
Fix an issue where certain CommandObjects (or Options thereof) were being cre...
Enrico Granata
2016-02-06
1
-1
/
+6
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+10
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-3
/
+3
*
Remove some duplicated code from PlatformPOSIX/Android
Tamas Berghammer
2015-12-03
1
-0
/
+3
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-2
/
+15
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
1
-17
/
+13
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-3
/
+0
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-0
/
+3
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-0
/
+3
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-17
/
+18
*
Remove "virtual" and add "override" to all virtual functions.
Greg Clayton
2015-03-12
1
-22
/
+22
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+7
*
Make PlatformPOSIX::KillProcess to delegate to a remote platform if connected.
Oleksiy Vyalov
2015-02-17
1
-0
/
+3
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-2
/
+0
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-21
/
+22
*
Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...
Todd Fiala
2014-10-10
1
-0
/
+10
*
Moved PlatformDarwin::GetEnvironment() to PlatformPOSIX to fix Linux/llgs issue.
Todd Fiala
2014-09-24
1
-0
/
+3
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-2
/
+39
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-0
/
+3
*
Replace the last auto_ptr by unique_ptr
Jean-Daniel Dupas
2013-12-06
1
-1
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-7
/
+20
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+111