summaryrefslogtreecommitdiff
path: root/lldb/source/Core/PluginManager.cpp
AgeCommit message (Expand)Author
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-02-17Reapply "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Revert "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Refactor log channel registration mechanismPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-11Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-10-21Fixed version of r250913, which actually implements all the static functions.Sean Callanan
2015-10-21Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra
2015-10-21Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-10-09Fix regression caused by r249769Tamas Berghammer
2015-10-08Added support for enumerating the languages that actually support TypeSystemsSean Callanan
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-09-16Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...Oleksiy Vyalov
2015-08-27Add a new type of plugin: Language pluginEnrico Granata
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner
2015-07-29Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-04Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka
2014-09-04ASan malloc/free history threadsKuba Brecka
2014-08-27Update LLDB to use LLVM's DynamicLibrary.Zachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-07-22PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer
2014-06-27Fix a few typos.Bruce Mitchener
2014-06-13Added the ability to save core files:Greg Clayton
2014-03-05Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson
2013-11-05Add a new system runtime plugin type - just the top levelJason Molenda
2013-07-17simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain
2013-07-15<rdar://problem/13793059>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton
2013-04-19Fixed some linux buildbot warnings.Greg Clayton
2013-04-05Reorder the Platform plugin settings so that they're nowJason Molenda
2013-04-05Add support for Platform plugins to have settings.Jason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-02-05<rdar://problem/10560053>Greg Clayton
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton
2011-04-25Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton
2011-04-18Centralized a lot of the status information for processes,Greg Clayton