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
/
Target
/
Platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have Platform::KillProcess try to use the process plugin first.
Zachary Turner
2015-05-13
1
-3
/
+21
*
Windows: fix bug in getcwd() and add chdir().
Ted Woodward
2015-05-12
1
-5
/
+0
*
Convert mmap options for target in InferiorCallMmap.
Robert Flack
2015-05-09
1
-1
/
+15
*
Use file locks to synchronize access to ModuleCache.
Oleksiy Vyalov
2015-05-07
1
-9
/
+1
*
Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...
Oleksiy Vyalov
2015-04-15
1
-56
/
+23
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-3
/
+9
*
Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...
Oleksiy Vyalov
2015-03-24
1
-54
/
+69
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+22
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-0
/
+37
*
Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...
Oleksiy Vyalov
2015-03-12
1
-21
/
+8
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-10
/
+266
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-5
/
+5
*
Start the refactoring of globbing
Enrico Granata
2015-02-20
1
-80
/
+10
*
A few minor path fixes for Windows.
Zachary Turner
2015-02-18
1
-1
/
+7
*
Use CloseOnExec in Platform::PutFile
Pavel Labath
2015-02-17
1
-2
/
+3
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-1
/
+22
*
Add a "launch with globber" mode that lets you launch a process after having ...
Enrico Granata
2015-02-10
1
-0
/
+79
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-0
/
+14
*
Make one mutex for the lldb_private::Platform class that can be used to prote...
Greg Clayton
2015-02-02
1
-5
/
+5
*
Fix the -*-version-min option to not try and use the current OS version for i...
Greg Clayton
2015-01-22
1
-1
/
+1
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-1
/
+58
*
Added support to Platform to indicate (1) whether the
Sean Callanan
2014-12-05
1
-0
/
+14
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-9
/
+7
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-1
/
+5
*
logging: added more logging to the Target/Platform launch & attach sequence.
Todd Fiala
2014-10-09
1
-1
/
+38
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-83
/
+123
*
Clean-up warnings on Linux/GCC
David Majnemer
2014-09-16
1
-0
/
+1
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-1
/
+0
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-7
/
+16
*
In order for the debug script filename to be valid as a module name, LLDB doe...
Enrico Granata
2014-08-16
1
-1
/
+1
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-7
/
+8
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-7
/
+7
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-7
/
+7
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-7
/
+7
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-3
/
+22
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-0
/
+3
*
Add a lock ivar to the Platform so that multiple Targets
Jason Molenda
2014-05-23
1
-3
/
+8
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-2
/
+2
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-1
/
+1
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-1
/
+14
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+2
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-3
/
+3
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-0
/
+14
*
Fix MSVC build
Colin Riley
2013-11-26
1
-0
/
+5
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-12
/
+337
*
Turns out the number of times you need to resume the process for /bin/sh depe...
Jim Ingham
2013-09-11
1
-1
/
+1
[next]