summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD
Commit message (Expand)AuthorAgeFilesLines
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-44/+38
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-28/+28
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-113-10/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+5
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+1
* Add missing includes to some LLDB headers.Raphael Isemann2018-05-261-0/+2
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-8/+9
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-30/+28
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-4/+0
* Rename Error -> Status.Zachary Turner2017-05-123-9/+9
* Move Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-262-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-1202/+1042
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-1/+4
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-012-3/+4
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-052-36/+0
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-17/+16
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-092-26/+0
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Major DWARF cleanup.Greg Clayton2015-08-261-1/+1
* Fix missing override warningsEnrico Granata2015-08-261-8/+8
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-242-9/+19
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-0/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Unbreak the build.Greg Clayton2015-06-252-2/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-252-2/+2
* Fix a few compile warningsIlia K2015-05-131-1/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Fix the warnings introducedDeepak Panickal2014-07-221-4/+2
* Dynamic loader for the Hexagon DSPDeepak Panickal2014-07-216-0/+1613
OpenPOWER on IntegriCloud