summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...Aidan Dodds2016-02-261-0/+2
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-0/+103
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-77/+36
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+47
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-2/+46
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-0/+13
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-1/+8
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-13/+1
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-1/+13
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-1/+5
* 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
OpenPOWER on IntegriCloud