summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed build warnings.Greg Clayton2012-10-301-0/+1
* This patch fixes a bug where LLDB was incorrectly setting the address-size on...Enrico Granata2012-04-241-1/+12
* Should have used the convenience function:Johnny Chen2012-02-021-12/+4
* For processes which are not in one of the "launched and stopped" state, 'targ...Johnny Chen2012-02-021-1/+14
* Add check for non-NULL Variable with a NULL Type.Jim Ingham2011-12-221-1/+6
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-7/+7
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-297/+128
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-19/+59
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* When making a DataExtractor from a Value that's got a ClangType, set the Addr...Jim Ingham2011-02-241-1/+9
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-3/+3
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-4/+5
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-2/+2
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-8/+28
* http://llvm.org/bugs/show_bug.cgi?id=8260Greg Clayton2011-01-251-4/+0
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-28/+28
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-24/+24
OpenPOWER on IntegriCloud