summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/PluginManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-72/+72
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Fix "code requires global destructor" warning in g_architecture_mutexKuba Mracek2018-11-121-4/+7
* Remove comments after header includes.Jonas Devlieghere2018-11-111-9/+9
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+4
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-11/+14
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-17/+14
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-0/+48
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-19/+32
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-7/+6
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-6/+7
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-7/+6
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-171-87/+0
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-151-0/+87
* Refactor log channel registration mechanismPavel Labath2017-02-151-87/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-11/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2629/+2042
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+173
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-173/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+173
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-184/+184
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-262/+176
* Fixed version of r250913, which actually implements all the static functions.Sean Callanan2015-10-211-1/+33
* Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra2015-10-211-4/+1
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-211-1/+4
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+100
* Fix regression caused by r249769Tamas Berghammer2015-10-091-0/+1
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-081-1/+30
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+102
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-7/+55
* Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...Oleksiy Vyalov2015-09-161-91/+99
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+105
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+104
* Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov2015-07-291-3/+56
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-1/+14
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+119
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+104
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-23/+18
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-2/+3
* PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer2014-07-221-2/+16
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Added the ability to save core files:Greg Clayton2014-06-131-3/+22
OpenPOWER on IntegriCloud