Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
ValueObjectConstResultImpl.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
70152d3
[ValueObject] Stop assuming types are non-zero sized.
by Davide Italiano
· 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
dc62ffd
Add a way for source languages to "mark" ValueObjects with language-specific flags
by Enrico Granata
· 10 years ago
9ccb970
Make lldb::endian::InlHostByteOrder() private.
by Bruce Mitchener
· 10 years ago
3ad353f
Rename clang_type -> compiler_type for variables.
by Bruce Mitchener
· 10 years ago
4ad8334
Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndex
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
1b3b2a3
Set the live address on child const results in a way that is more maintainable for sustained merges with our internal branches
by Enrico Granata
· 10 years ago
f8877ef
Add a class ValueObjectConstResultCast.
by Siva Chandra
· 10 years ago
fea9039
Some more cleanup of the ValueObjectConstResultImpl code. NFC.
by Enrico Granata
· 11 years ago
0d484e9
The so-called "trivial implementation" has been with us for a few years now. It's probably safe to assume it works.. so remove the #if stuff
by Enrico Granata
· 11 years ago
987ed3ce
Do attempt to ask the impl_backend for the live address of a const result if none is stored in the object itself; this is for symmetry with GetAddressOf()
by Enrico Granata
· 11 years ago
6ded390
Do not set the live address of a const result child if its parent has an invalid live address
by Enrico Granata
· 11 years ago
759e744
LLDB now correctly handles virtual inheritance.
by Greg Clayton
· 11 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
57ee306
Huge change to clean up types.
by Greg Clayton
· 12 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
cc4d014
This checking is part one of trying to add some threading safety to our
by Greg Clayton
· 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