summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* ValueObject: Upstream early-exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-3/+8
* [lldb] Add trailing dots to comments in Value.cppRaphael Isemann2019-11-041-2/+2
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-6/+5
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-15/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-161-19/+19
* Revert "Simplify Value::GetValueByteSize()"Pavel Labath2019-01-161-15/+19
* Remove redundant check.Adrian Prantl2019-01-151-5/+3
* Simplify Value::GetValueByteSize()Adrian Prantl2019-01-151-19/+15
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-2/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+6
* Remove comments after header includes.Jonas Devlieghere2018-11-111-10/+10
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-0/+19
* Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl2018-05-031-22/+0
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-0/+22
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-17/+15
* Add check for self-assignment. NFCDon Hinton2017-11-141-0/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+1
* [Core/Value] Remove dead code that hasn't been touched in years. NFC.Davide Italiano2017-09-031-25/+0
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-6/+15
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-768/+615
* Certain hardware architectures have registers of 256 bits in sizeEnrico Granata2016-03-101-8/+7
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-3/+3
* Fix a problem where LLDB could sometimes try to get the size of an Objective-...Enrico Granata2015-10-141-4/+4
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-16/+16
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-8/+8
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-7/+7
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-2/+2
* Rewrote the initial DW_OP_piece support to be able to support opcodes like:Greg Clayton2014-07-311-1/+63
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-121-3/+18
* Fix the copy constructor and assignement operator for the lldb_private::Value...Greg Clayton2014-05-161-2/+4
* Guard against reading from host address of 0 in getting the data from a Value.Jim Ingham2014-03-201-1/+6
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Fixed a bug where variables' byte sizes would notSean Callanan2013-10-091-9/+23
* Huge change to clean up types.Greg Clayton2013-07-111-99/+95
* Fix various build warnings.Matt Kopec2013-06-031-4/+0
* <rdar://problem/13925626>Enrico Granata2013-05-201-0/+12
* <rdar://problem/13695846>Enrico Granata2013-04-301-1/+1
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-8/+4
* <rdar://problem/13421412>Greg Clayton2013-03-141-7/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Modified Value.cpp to share the code that gets the values as bytes (Value::Ge...Greg Clayton2013-01-111-9/+51
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-4/+0
* <rdar://problem/12560257>Greg Clayton2012-12-061-2/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-7/+7
OpenPOWER on IntegriCloud