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
...
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-8
/
+8
*
UserExpression::Evaluate only returns a non-empty ValueObjectSP
Jim Ingham
2016-11-07
1
-2
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-869
/
+706
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-1
/
+1
*
dlopen & dlclose can't throw C++ or ObjC exceptions, so don't do the extra wo...
Jim Ingham
2016-08-11
1
-0
/
+1
*
Increase "process load" timeout
Pavel Labath
2016-07-12
1
-0
/
+1
*
Revive the error message from "process load" and SBProcess::LoadImage.
Jim Ingham
2016-06-08
1
-1
/
+1
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-1
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Fix an issue where certain CommandObjects (or Options thereof) were being cre...
Enrico Granata
2016-02-06
1
-22
/
+20
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+25
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-2
/
+4
*
Remove some duplicated code from PlatformPOSIX/Android
Tamas Berghammer
2015-12-03
1
-5
/
+13
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-2
/
+141
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-65
/
+1
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-1
/
+65
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-3
/
+6
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-3
/
+8
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-28
/
+28
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-3
/
+3
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-3
/
+2
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-0
/
+11
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Make PlatformPOSIX::KillProcess to delegate to a remote platform if connected.
Oleksiy Vyalov
2015-02-17
1
-0
/
+12
*
Make "process attach" command to support attaching to remote process in case ...
Oleksiy Vyalov
2015-02-03
1
-2
/
+6
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-76
/
+0
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-6
/
+4
*
Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...
Todd Fiala
2014-10-10
1
-0
/
+90
*
Moved PlatformDarwin::GetEnvironment() to PlatformPOSIX to fix Linux/llgs issue.
Todd Fiala
2014-09-24
1
-0
/
+12
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Listen to the return value of the Platform::WriteFile() call within PlatformP...
Greg Clayton
2014-09-18
1
-2
/
+20
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-18
/
+15
*
Fix a bug where SetFilePermissions was calling MakeDirectory.
Zachary Turner
2014-08-09
1
-1
/
+1
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-0
/
+181
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-1
/
+5
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-0
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-64
/
+114
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+541
[prev]