aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/Value.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-4/+13
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-3/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-25/+30
2023-10-17[lldb] Scalar::GetValue() should take a Stream by reference (#69231)Alex Langford1-1/+3
2023-09-13[lldb] Accept optional module in Value::ResolveValue (#66286)Augusto Noronha1-2/+2
2023-05-18[lldb] Implement GetValueTypeFromAddressTypeAugusto Noronha1-0/+14
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-03-30[lldb] Use =default in the ValueList classPavel Labath1-7/+0
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-5/+2
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-4/+1
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda1-9/+4
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl1-62/+73
2020-11-05[lldb][NFC] Fix compiler warnings after removal of eValueTypeVectorRaphael Isemann1-5/+0
2020-11-04[lldb] Delete Value::Vector classPavel Labath1-30/+6
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl1-2/+3
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere1-4/+3
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-05ValueObject: Upstream early-exit from swift-lldb. (NFC)Adrian Prantl1-3/+8
2019-11-04[lldb] Add trailing dots to comments in Value.cppRaphael Isemann1-2/+2
2019-08-08Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl1-6/+5
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-15/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl1-19/+19
2019-01-16Revert "Simplify Value::GetValueByteSize()"Pavel Labath1-15/+19
2019-01-15Remove redundant check.Adrian Prantl1-5/+3
2019-01-15Simplify Value::GetValueByteSize()Adrian Prantl1-19/+15
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl1-2/+2
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl1-4/+6
2018-11-11Remove comments after header includes.Jonas Devlieghere1-10/+10
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-2/+2
2018-05-03DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl1-0/+19
2018-05-03Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl1-22/+0
2018-05-03DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl1-0/+22
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-17/+15
2017-11-14Add check for self-assignment. NFCDon Hinton1-0/+3
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+0
2017-11-02Fix some warnings found by ToT clangPavel Labath1-1/+1
2017-09-03[Core/Value] Remove dead code that hasn't been touched in years. NFC.Davide Italiano1-25/+0
2017-05-12Rename Error -> Status.Zachary Turner1-6/+6
2017-04-06iwyu fixes for lldbCore.Zachary Turner1-6/+15
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-2/+2
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-768/+615
2016-03-10Certain hardware architectures have registers of 256 bits in sizeEnrico Granata1-8/+7
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-3/+3
2015-10-14Fix a problem where LLDB could sometimes try to get the size of an Objective-...Enrico Granata1-4/+4
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener1-16/+16
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-8/+8