summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Variable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+3
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-0/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+3
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-12/+12
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* <rdar://problem/14822563> - Do not attempt to use a null VariableList or cras...Enrico Granata2013-12-211-0/+7
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-7/+7
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-7/+7
* Handle the case where completing variables in a frame Jason Molenda2013-10-091-4/+7
* Huge change to clean up types.Greg Clayton2013-07-111-27/+9
* Patch from Yacine Belkadi that fixes a typo in an error message.Greg Clayton2013-05-201-1/+1
* Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariab...Greg Clayton2013-05-201-4/+4
* A first pass at auto completion for variables and their children. This is cur...Greg Clayton2013-05-141-0/+391
* <rdar://problem/13384801>Greg Clayton2013-04-031-3/+4
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-1/+1
OpenPOWER on IntegriCloud