summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectRegister.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-8/+13
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+10
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-10/+10
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-7/+16
* Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-1/+2
* Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-2/+1
* Change RegisterValue getters / setters to use StringRef.Zachary Turner2016-11-171-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-349/+251
* When updating a ValueObjectRegister, set the flag to remind yourself of wheth...Enrico Granata2016-09-011-0/+2
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-6/+11
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-5/+5
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-2/+4
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-6/+6
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+6
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Huge change to clean up types.Greg Clayton2013-07-111-36/+10
* <rdar://problem/13565393>Greg Clayton2013-04-251-1/+1
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+18
* <rdar://problem/13421412>Greg Clayton2013-03-141-3/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-8/+8
* Changed register ValueObjects to report theirSean Callanan2012-08-241-0/+6
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-2/+2
* Be more careful when overriding the type for aSean Callanan2012-03-301-2/+13
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+1
* Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata2012-03-091-1/+1
* Added support for looking up the complete type forSean Callanan2012-02-221-6/+6
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+3
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-6/+8
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-7/+10
* Fixed register value objects to be able to return their values as unsignedGreg Clayton2011-08-161-0/+9
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-0/+18
* Fix 'Undefined or garbage value returned to caller' (static analyzer).Johnny Chen2011-08-111-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-2/+2
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-47/+34
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-12/+29
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-43/+101
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-11/+5
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-8/+8
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-8/+8
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-4/+4
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-1/+2
OpenPOWER on IntegriCloud