summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Variable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Make some checks more readable in Variable::PrivateAutoCompleteRaphael Isemann2020-01-011-3/+3
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-1/+1
* [lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembersRaphael Isemann2019-11-281-7/+0
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-11/+6
* Doxygenify comments.Adrian Prantl2019-09-201-9/+6
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-6/+2
* [lldb][NFC] Use CompletionRequest in Variable::AutoCompleteRaphael Isemann2019-08-191-43/+32
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-9/+3
* [Symbol] Fix some botched logic in Variable::GetLanguageAlex Langford2019-07-241-5/+5
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-221-4/+13
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix undefined behavior in Variable.hZachary Turner2018-12-111-1/+2
* Fix a use-after-free of the ABI plugin.Zachary Turner2018-11-151-8/+9
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+1
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-271-3/+4
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+4
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-6/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+11
* Variable: Fix usage of uninitialised valuePavel Labath2017-12-071-7/+1
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Fix some accidental Prints of StringRefs that snuck in.Zachary Turner2016-11-191-3/+6
* Re-add the StringRef interface changes for Variable.Zachary Turner2016-11-181-101/+109
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-4/+2
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-1/+9
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-9/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-29/+27
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-867/+651
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-1/+7
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-231-8/+1
* Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...Greg Clayton2016-04-121-4/+10
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+2
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-3/+15
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-26/+26
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-14/+12
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-151-0/+26
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+5
* Fix resolution conflict between global and class static variables in C++Paul Herman2015-08-181-2/+4
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-10/+10
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-4/+4
* Fix TestStopHookMultipleThreads and TestNamespace after r241751Pavel Labath2015-07-091-6/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-5/+35
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-4/+4
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-4/+4
* [DWARF] If linkages names are missing, use decl context to get qualified names.Siva Chandra2015-03-241-4/+5
OpenPOWER on IntegriCloud