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
/
ValueObjectConstResult.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-1
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-8
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-4
/
+5
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-4
/
+4
*
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
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-12
/
+9
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-292
/
+206
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
1
-2
/
+5
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-2
/
+3
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-1
/
+3
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-16
/
+16
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-9
/
+9
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-10
/
+10
*
Add a class ValueObjectConstResultCast.
Siva Chandra
2015-07-16
1
-0
/
+6
*
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
*
Add the ability for an SBValue to create a persisted version of itself.
Enrico Granata
2014-12-08
1
-4
/
+8
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
1
-0
/
+5
*
Add synthetic children support for NSIndexPath
Enrico Granata
2014-10-15
1
-0
/
+1
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+6
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-101
/
+57
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+6
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Make const result value objects able to return dynamic types.
Greg Clayton
2012-07-07
1
-0
/
+22
*
Order the initializations so that they reflect how they're declared in the cl...
Bill Wendling
2012-04-04
1
-1
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-1
/
+1
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-2
/
+2
*
Fixed a dangling pointer bug associated with the
Sean Callanan
2012-01-05
1
-0
/
+7
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+24
*
http://llvm.org/bugs/show_bug.cgi?id=11588
Johnny Chen
2011-12-16
1
-0
/
+7
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-23
/
+67
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-1
/
+1
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-0
/
+83
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-9
/
+16
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-2
/
+2
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-5
/
+90
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Mark a ValueObjectConstResult as valid if it is created with some data, don't...
Jim Ingham
2010-10-15
1
-0
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-2
/
+2
*
Added the notion that a value object can be constant by adding:
Greg Clayton
2010-10-05
1
-0
/
+10
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-0
/
+109