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
*
ValueObject: Fix a crash related to children address type computation
Pavel Labath
2019-10-25
1
-45
/
+0
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
1
-3
/
+1
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-1
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-1
/
+2
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-12
/
+12
*
Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."
Davide Italiano
2018-11-08
1
-10
/
+3
*
Fix bug in PE/COFF plugin and ValueObjectVariable.
Zachary Turner
2018-11-08
1
-3
/
+10
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+2
*
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
[next]