Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
efed613172d902cf2ce49f68dd36f15a29a34dab
/
lldb
/
source
/
Core
/
ValueObject.cpp
526e5af
Modified the lldb_private::Type clang type resolving code to handle three
by Greg Clayton
· 15 years ago
8f343b0
Added support for loading and unloading shared libraries. This was done by
by Greg Clayton
· 15 years ago
7c8a966
Print better error messages when memory reads fail when displaying variable
by Greg Clayton
· 15 years ago
93aa84e
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
by Greg Clayton
· 15 years ago
73b472d
Updated the lldb_private::Flags class to have better method names and made
by Greg Clayton
· 15 years ago
672ad94
Fixed value objects so that they return an
by Sean Callanan
· 15 years ago
0188eb9
Fixed a error formatting output issue when dumping variables where the error had no space before it and was missing a newline.
by Greg Clayton
· 15 years ago
8f92f0a
Fixed an expression parsing issue where if you were stopped somewhere without
by Greg Clayton
· 15 years ago
32c4085
Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects.
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
1be10fc
Fixed the forward declaration issue that was present in the DWARF parser after
by Greg Clayton
· 15 years ago
d440bcc
Fix from Jean-Daniel. Thanks.
by Johnny Chen
· 15 years ago
5a36912
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType.
by Jim Ingham
· 15 years ago
2277701
Committing the skeleton of Language runtime plugin classes.
by Jim Ingham
· 15 years ago
ed8a705
General command line help cleanup:
by Greg Clayton
· 15 years ago
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
737b932
Added the summary values for function pointers so we can show where they
by Greg Clayton
· 15 years ago
53c47f1
Move the "Object Description" into the ValueObject, and the add an API to
by Jim Ingham
· 15 years ago
288bdf9
StackFrame objects now own ValueObjects for any frame variables (locals, args,
by Greg Clayton
· 15 years ago
73b953b
Detect when ValueObject values change each time they are evaluated.
by Greg Clayton
· 15 years ago
e1a916a
Change over to using the definitions for mach-o types and defines to the
by Greg Clayton
· 15 years ago
471b31c
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 15 years ago
b132097
I enabled some extra warnings for hidden local variables and for hidden
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
8896697
Add missing includes.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago