Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
ValueObjectConstResult.cpp
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
eca07c5
Fix (and improve) the support for C99 variable length array types
by Adrian Prantl
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
936499a
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa containers
by Enrico Granata
· 10 years ago
9ac7a6c
[SBValue] Add a method GetNumChildren(uint32_t max)
by Siva Chandra
· 10 years ago
73e8c4d
Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways
by Enrico Granata
· 10 years ago
3ad353f
Rename clang_type -> compiler_type for variables.
by Bruce Mitchener
· 10 years ago
99558cc4
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
by Greg Clayton
· 10 years ago
a1e5dc8
ClangASTType is now CompilerType.
by Greg Clayton
· 10 years ago
f8877ef
Add a class ValueObjectConstResultCast.
by Siva Chandra
· 10 years ago
526ae04
Make a more complete fix for always supplying an execution context when getting byte sizes from types.
by Greg Clayton
· 11 years ago
951bdd5
Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext*
by Enrico Granata
· 11 years ago
1cd5e92
Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime
by Enrico Granata
· 11 years ago
0c10a85
Add the ability for an SBValue to create a persisted version of itself.
by Enrico Granata
· 11 years ago
c1247f5
Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way
by Enrico Granata
· 11 years ago
5510a57
Add synthetic children support for NSIndexPath
by Enrico Granata
· 11 years ago
e8daa2f
Introduce the concept of a "display name" for types
by Enrico Granata
· 11 years ago
57ee306
Huge change to clean up types.
by Greg Clayton
· 12 years ago
faac111
<rdar://problem/13421412>
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
89660bf
More Linux warnings fixes (remove default labels as needed):
by Daniel Malea
· 13 years ago
9407302
Make const result value objects able to return dynamic types.
by Greg Clayton
· 13 years ago
c359aaf
Order the initializations so that they reflect how they're declared in the class.
by Bill Wendling
· 13 years ago
84db910
<rdar://problem/11113279>
by Greg Clayton
· 14 years ago
7277284
Added support for looking up the complete type for
by Sean Callanan
· 14 years ago
31a8d05
Fixed a dangling pointer bug associated with the
by Sean Callanan
· 14 years ago
73ca05a
Add the ability to capture the return value in a thread's stop info, and print it
by Jim Ingham
· 14 years ago
b456b79
http://llvm.org/bugs/show_bug.cgi?id=11588
by Johnny Chen
· 14 years ago
9128ee2
Redesign of the interaction between Python and frozen objects:
by Enrico Granata
· 14 years ago
e305594
Centralize all of the type name code so that we always strip the leading
by Greg Clayton
· 14 years ago
58b59f9
Fix up how the ValueObjects manage their life cycle so that you can hand out a shared
by Jim Ingham
· 14 years ago
6035b67
Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated.
by Jim Ingham
· 14 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
6beaaa6
A few of the issue I have been trying to track down and fix have been due to
by Greg Clayton
· 15 years ago
8b2fe6d
Modified LLDB expressions to not have to JIT and run code just to see variable
by Greg Clayton
· 15 years ago
526e5af
Modified the lldb_private::Type clang type resolving code to handle three
by Greg Clayton
· 15 years ago
e2f8841
Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated.
by Jim Ingham
· 15 years ago
8f92f0a
Fixed an expression parsing issue where if you were stopped somewhere without
by Greg Clayton
· 15 years ago
b71f384
Added the notion that a value object can be constant by adding:
by Greg Clayton
· 15 years ago
1d3afba
Added a new ValueObject type that will be used to freeze dry expression
by Greg Clayton
· 15 years ago