summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectRegister.cpp
AgeCommit message (Expand)Author
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-07-11Huge change to clean up types.Greg Clayton
2013-04-25<rdar://problem/13565393>Greg Clayton
2013-04-13Added a SetData() method to ValueObject. ThisSean Callanan
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-08-24Changed register ValueObjects to report theirSean Callanan
2012-05-08<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata
2012-03-30Be more careful when overriding the type for aSean Callanan
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-09Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata
2012-02-22Added support for looking up the complete type forSean Callanan
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-02-17This checking is part one of trying to add some threading safety to ourGreg Clayton
2011-08-16Fixed register value objects to be able to return their values as unsignedGreg Clayton
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham
2011-08-11Fix 'Undefined or garbage value returned to caller' (static analyzer).Johnny Chen
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-06-30Centralize all of the type name code so that we always strip the leadingGreg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-07-21Change over to using the definitions for mach-o types and defines to theGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner