summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/lldb-private-interfaces.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-091-2/+0
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-5/+0
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-0/+5
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-5/+0
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-1/+1
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-211-0/+3
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-2/+2
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+2
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-171-1/+0
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-151-0/+1
* Refactor log channel registration mechanismPavel Labath2017-02-151-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-43/+90
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-3/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* Remove a circular include dependency.Zachary Turner2016-08-101-1/+3
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Fixed version of r250913, which actually implements all the static functions.Sean Callanan2015-10-211-0/+1
* Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra2015-10-211-1/+0
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-211-0/+1
* When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan2015-10-211-1/+1
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-1/+1
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+1
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-081-0/+3
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-081-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+1
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-1/+1
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+1
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+1
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-0/+1
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+1
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+2
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+1
* Add a variant of the CommandOverrideCallback that takes aJim Ingham2014-08-061-1/+0
* Added the ability to save core files:Greg Clayton2014-06-131-0/+1
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-1/+2
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+1
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+1
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-1/+1
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-0/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-3/+3
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-1/+1
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-0/+1
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-1/+1
OpenPOWER on IntegriCloud