summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/PluginManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+123
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+105
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-1/+1
* <rdar://problem/13793059>Greg Clayton2013-07-151-27/+79
* <rdar://problem/13854277>Greg Clayton2013-05-101-113/+95
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-16/+39
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-6/+10
* Reorder the Platform plugin settings so that they're nowJason Molenda2013-04-051-6/+50
* Add support for Platform plugins to have settings.Jason Molenda2013-04-051-9/+67
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-2/+97
* <rdar://problem/10560053>Greg Clayton2012-02-051-1/+36
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+104
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-210/+0
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-26/+26
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-4/+4
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-716/+541
* Add missing headers.Stephen Wilson2011-04-081-0/+2
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-0/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-110/+82
OpenPOWER on IntegriCloud