index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Symbol
/
Variable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing boundary checks to variable completion.
Raphael Isemann
2018-07-27
1
-3
/
+4
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-2
/
+4
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-6
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+11
*
Variable: Fix usage of uninitialised value
Pavel Labath
2017-12-07
1
-7
/
+1
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Fix some accidental Prints of StringRefs that snuck in.
Zachary Turner
2016-11-19
1
-3
/
+6
*
Re-add the StringRef interface changes for Variable.
Zachary Turner
2016-11-18
1
-101
/
+109
*
Resubmit "Remove an output-parameter from Variable function".
Zachary Turner
2016-11-18
1
-4
/
+2
*
Revert "Remove an out param from ValueObject::GetValueForExpressionPath."
Zachary Turner
2016-11-18
1
-1
/
+9
*
Remove an out param from ValueObject::GetValueForExpressionPath.
Zachary Turner
2016-11-18
1
-9
/
+1
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-29
/
+27
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-867
/
+651
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-1
/
+7
*
Removed the m_decl_objects map from ClangASTContext.
Sean Callanan
2016-05-23
1
-8
/
+1
*
Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...
Greg Clayton
2016-04-12
1
-4
/
+10
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+2
*
Handle the case when a variable is only valid in part of the enclosing scope
Tamas Berghammer
2016-02-25
1
-3
/
+15
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-26
/
+26
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-14
/
+12
*
Search variables based on clang::DeclContext and clang::Decl tree
Paul Herman
2015-09-15
1
-0
/
+26
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-5
/
+5
*
Fix resolution conflict between global and class static variables in C++
Paul Herman
2015-08-18
1
-2
/
+4
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-10
/
+10
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-4
/
+4
*
Fix TestStopHookMultipleThreads and TestNamespace after r241751
Pavel Labath
2015-07-09
1
-6
/
+3
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-5
/
+35
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-4
/
+4
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-4
/
+4
*
[DWARF] If linkages names are missing, use decl context to get qualified names.
Siva Chandra
2015-03-24
1
-4
/
+5
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+3
*
Modified LLDB to be able to lookup global variables by address.
Greg Clayton
2015-01-15
1
-0
/
+3
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+3
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-12
/
+12
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
<rdar://problem/14822563> - Do not attempt to use a null VariableList or cras...
Enrico Granata
2013-12-21
1
-0
/
+7
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-7
/
+7
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-7
/
+7
*
Handle the case where completing variables in a frame
Jason Molenda
2013-10-09
1
-4
/
+7
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-27
/
+9
*
Patch from Yacine Belkadi that fixes a typo in an error message.
Greg Clayton
2013-05-20
1
-1
/
+1
*
Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariab...
Greg Clayton
2013-05-20
1
-4
/
+4
*
A first pass at auto completion for variables and their children. This is cur...
Greg Clayton
2013-05-14
1
-0
/
+391
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-3
/
+4
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-1
/
+1
[next]