summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Value.cpp
AgeCommit message (Expand)Author
2025-08-22[LLDB][Value] Require type size when reading a scalar (#153386)nerix
2025-08-13[lldb] Account for registers being host endian when casting values (#150011)David Spickett
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-10-17[lldb] Scalar::GetValue() should take a Stream by reference (#69231)Alex Langford
2023-09-13[lldb] Accept optional module in Value::ResolveValue (#66286)Augusto Noronha
2023-05-18[lldb] Implement GetValueTypeFromAddressTypeAugusto Noronha
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-03-30[lldb] Use =default in the ValueList classPavel Labath
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-11-05[lldb][NFC] Fix compiler warnings after removal of eValueTypeVectorRaphael Isemann
2020-11-04[lldb] Delete Value::Vector classPavel Labath
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-05ValueObject: Upstream early-exit from swift-lldb. (NFC)Adrian Prantl
2019-11-04[lldb] Add trailing dots to comments in Value.cppRaphael Isemann
2019-08-08Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl
2019-01-16Revert "Simplify Value::GetValueByteSize()"Pavel Labath
2019-01-15Remove redundant check.Adrian Prantl
2019-01-15Simplify Value::GetValueByteSize()Adrian Prantl
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-03DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl
2018-05-03Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl
2018-05-03DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-14Add check for self-assignment. NFCDon Hinton
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-11-02Fix some warnings found by ToT clangPavel Labath
2017-09-03[Core/Value] Remove dead code that hasn't been touched in years. NFC.Davide Italiano
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-10Certain hardware architectures have registers of 256 bits in sizeEnrico Granata
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener