summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Change Platform::GetRemoteSharedModule so if it's given a ModuleSpecJason Molenda2016-10-051-0/+19
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-3/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-3/+3
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-17/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1828/+1502
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+28
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-28/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+28
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-12/+14
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* Add some safety checks to Platform::GetRemoteSharedModule so if itJason Molenda2016-07-121-2/+18
* Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci2016-06-211-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-42/+42
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+8
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-0/+4
* 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
OpenPOWER on IntegriCloud