summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2016-11-18Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner
2016-11-18Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner
2016-11-18Delete more dead code in ValueObject.Zachary Turner
2016-11-18Remove some dead code in ValueObject.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-13Change ValueObject creation functions to take StringRefs.Zachary Turner
2016-11-07Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-02Check for nullEnrico Granata
2016-08-30Teach ValueObject::ReadPointedString how to read char[] in host memoryEnrico Granata
2016-07-06"frame variable" and "target variable" shouldn't allow us to get the address ...Greg Clayton
2016-05-02Add an argument to ValueObject::GetSyntheticBase that allows for name customi...Enrico Granata
2016-04-14Handle bit fields on big-endian systems correctlyUlrich Weigand
2016-03-10Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin
2016-02-29Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2015-12-22No need for a custom function here; just use what C providesEnrico Granata
2015-12-21Reduce code duplicationEnrico Granata
2015-12-17Inspect DW_AT_const_value global static const variablesEwan Crawford
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata
2015-11-09Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata
2015-11-04[Core] Avoid default in switch() that covers all the cases.Davide Italiano
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata
2015-11-03Do not try to copy host memory from address 0Enrico Granata
2015-11-02Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata
2015-10-31Abstract the notion of the truth value of an expression result, for useJim Ingham
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-10-07Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata
2015-10-06Create a logging category that is specific to data formatters activityEnrico Granata
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan
2015-10-01Use the preferred display language when making a persistent variable from aSean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-21Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndexBruce Mitchener
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata
2015-09-09Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-09-03Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-20[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur
2015-08-17Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath
2015-08-17[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton