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
/
Core
/
ValueObjectVariable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-3
/
+3
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-19
/
+2
*
Revert "DWARFExpression: Convert file addresses to load addresses early on."
Adrian Prantl
2018-05-03
1
-3
/
+17
*
Add back condition that was accidentally removed in r331462.
Adrian Prantl
2018-05-03
1
-3
/
+5
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-19
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-35
/
+27
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-3
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-8
/
+24
*
Resubmit "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-1
/
+1
*
Revert "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-1
/
+1
*
Change RegisterValue getters / setters to use StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-370
/
+304
*
Add support for DW_OP_push_object_address in dwarf expressions
Tamas Berghammer
2016-02-26
1
-1
/
+9
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-2
/
+3
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-4
/
+4
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-7
/
+7
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-5
/
+5
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-1
/
+1
*
Move several GetByteSize() calls over to the brave new world of taking an Exe...
Enrico Granata
2015-01-28
1
-1
/
+3
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-1
/
+1
*
Fixed an issue that could cause GetPointeeData() to fail when passing in a no...
Greg Clayton
2014-12-19
1
-5
/
+34
*
Fix a problem where ValueObjectVariable was not correctly setting its 'has va...
Enrico Granata
2014-11-04
1
-0
/
+2
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-1
/
+1
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+9
*
When writing data back into a register, accept
Sean Callanan
2014-02-07
1
-1
/
+1
*
Made sure that ValueObjectVariable actually
Sean Callanan
2014-01-18
1
-0
/
+12
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Fixed a bug where variables' byte sizes would not
Sean Callanan
2013-10-09
1
-0
/
+4
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-20
/
+10
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-4
/
+0
*
<rdar://problem/13925626>
Enrico Granata
2013-05-20
1
-1
/
+3
*
<rdar://problem/13925626>
Enrico Granata
2013-05-20
1
-1
/
+1
*
Don’t use the resolved value to calculate the location unless the variable ...
Enrico Granata
2013-05-03
1
-2
/
+5
*
<rdar://problem/13695846>
Enrico Granata
2013-04-30
1
-0
/
+80
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-4
/
+3
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Path from Ashok Thirumurthi:
Greg Clayton
2012-10-30
1
-0
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-2
/
+10
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+5
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-11
/
+18
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-9
/
+21
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-0
/
+11
*
ValueObjectVariable::GetClangAST should check that it has a valid Type before...
Jim Ingham
2011-10-31
1
-1
/
+4
*
Fixed an issue where a variable whose value is in a register might end up
Greg Clayton
2011-10-01
1
-4
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-6
/
+8
[next]