aboutsummaryrefslogtreecommitdiff
path: root/source/Core/ValueObjectRegister.cpp
AgeCommit message (Expand)Author
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2016-11-17Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner
2016-11-17Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner
2016-11-17Change RegisterValue getters / setters to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-01When updating a ValueObjectRegister, set the flag to remind yourself of wheth...Enrico Granata
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
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