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
*
[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
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-6
/
+8
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-4
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Added a new class called lldb_private::SymbolFileType which is designed to
Greg Clayton
2011-12-08
1
-6
/
+18
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-4
/
+19
*
Added the ability to see block variables when looking up addresses
Greg Clayton
2011-07-11
1
-0
/
+70
*
Allow the built in ValueObject summary providers for C strings
Greg Clayton
2011-07-10
1
-0
/
+26
*
Fixed the global and static variables to always be in scope.
Greg Clayton
2011-07-09
1
-2
/
+2
*
Added the ability to see global variables with a variable expression path so
Greg Clayton
2011-07-08
1
-0
/
+163
*
lldb-59.
Greg Clayton
2011-05-30
1
-24
/
+40
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-9
/
+31
*
Fixed C++ class clang type creation and display by making sure we omit
Greg Clayton
2010-10-13
1
-1
/
+1
*
Fixed a missing newline when dumping mixed disassembly.
Greg Clayton
2010-09-15
1
-1
/
+2
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-3
/
+5
*
Fixed the implementation of "bool Block::Contains (const Block *block) const"
Greg Clayton
2010-09-14
1
-4
/
+4
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-5
/
+27
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-5
/
+5
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-1
/
+2
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+167