summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer
2015-12-02Fix "process load/unload" on androidTamas Berghammer
2015-11-05Let the process help figure out the Host OS if nobody elseJim Ingham
2015-10-26Revert "Clang module compilation options need to be per-platform."Adrian McCarthy
2015-10-26Clang module compilation options need to be per-platform.Sean Callanan
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala
2015-10-01Use %HOME%/.lldb/module_cache as a default module cache directory.Oleksiy Vyalov
2015-09-04Fix TestLoadUnload.test_load_unload for android API > 21Tamas Berghammer
2015-08-27Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata
2015-08-12Download symbol file for .oat files on androidTamas Berghammer
2015-07-14Refactor Unix signals.Chaoren Lin
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-06-30[LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-13Have Platform::KillProcess try to use the process plugin first.Zachary Turner
2015-05-12Windows: fix bug in getcwd() and add chdir().Ted Woodward
2015-05-09Convert mmap options for target in InferiorCallMmap.Robert Flack
2015-05-07Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov
2015-04-15Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov
2015-03-25Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov
2015-03-24Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov
2015-03-24Fetch module specification from remote process alsoTamas Berghammer
2015-03-13Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov
2015-03-12Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2015-02-20Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata
2015-02-20Start the refactoring of globbingEnrico Granata
2015-02-18A few minor path fixes for Windows.Zachary Turner
2015-02-17Use CloseOnExec in Platform::PutFilePavel Labath
2015-02-12Add Initialize/Terminate method to Platform base pluginTamas Berghammer
2015-02-10Add a "launch with globber" mode that lets you launch a process after having ...Enrico Granata
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov
2015-02-02Make one mutex for the lldb_private::Platform class that can be used to prote...Greg Clayton
2015-01-22Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton
2015-01-21This patch gets remote-linux platform able to run processesVince Harron
2014-12-05Added support to Platform to indicate (1) whether theSean Callanan
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-10-20Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner
2014-10-09logging: added more logging to the Target/Platform launch & attach sequence.Todd Fiala
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-09-16Clean-up warnings on Linux/GCCDavid Majnemer
2014-09-08remove a couple of default cases from switchesSaleem Abdulrasool
2014-08-21Move GetUsername and GetGroupname to HostInfoPosixZachary Turner
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner
2014-08-19Move some Host logic into HostInfo class.Zachary Turner
2014-08-16In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata