summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use %HOME%/.lldb/module_cache as a default module cache directory.Oleksiy Vyalov2015-10-011-8/+15
* Fix TestLoadUnload.test_load_unload for android API > 21Tamas Berghammer2015-09-041-1/+4
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+6
* Download symbol file for .oat files on androidTamas Berghammer2015-08-121-2/+12
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+16
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-21/+0
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-0/+21
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-21/+0
* [LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad2015-06-301-1/+1
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-51/+52
* Have Platform::KillProcess try to use the process plugin first.Zachary Turner2015-05-131-3/+21
* Windows: fix bug in getcwd() and add chdir().Ted Woodward2015-05-121-5/+0
* Convert mmap options for target in InferiorCallMmap.Robert Flack2015-05-091-1/+15
* Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov2015-05-071-9/+1
* Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov2015-04-151-56/+23
* Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov2015-03-251-3/+9
* Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov2015-03-241-54/+69
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-6/+22
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-0/+37
* Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov2015-03-121-21/+8
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-10/+266
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-5/+5
* Start the refactoring of globbingEnrico Granata2015-02-201-80/+10
* A few minor path fixes for Windows.Zachary Turner2015-02-181-1/+7
* Use CloseOnExec in Platform::PutFilePavel Labath2015-02-171-2/+3
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-1/+22
* Add a "launch with globber" mode that lets you launch a process after having ...Enrico Granata2015-02-101-0/+79
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-0/+14
* Make one mutex for the lldb_private::Platform class that can be used to prote...Greg Clayton2015-02-021-5/+5
* Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton2015-01-221-1/+1
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-1/+58
* Added support to Platform to indicate (1) whether theSean Callanan2014-12-051-0/+14
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-9/+7
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-1/+5
* logging: added more logging to the Target/Platform launch & attach sequence.Todd Fiala2014-10-091-1/+38
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-83/+123
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-161-0/+1
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-081-1/+0
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-2/+6
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-7/+16
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-161-1/+1
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-7/+8
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-7/+7
* Fix broken tests due to new error output.Todd Fiala2014-07-081-7/+7
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-7/+7
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-3/+22
* Fix Windows warnings.Todd Fiala2014-05-281-0/+3
* Add a lock ivar to the Platform so that multiple TargetsJason Molenda2014-05-231-3/+8
OpenPOWER on IntegriCloud