summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1787/+1661
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-281-2/+2
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-4/+0
* Handle bit fields on big-endian systems correctlyUlrich Weigand2016-04-141-4/+10
* Remove unnecessary <limits> includes.Jim Ingham2016-03-151-1/+0
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-111/+96
* Differential Revision: http://reviews.llvm.org/D15333Aidan Dodds2015-12-101-9/+7
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-15/+15
* Initialize addr_size to match the size of lldb itselfJason Molenda2015-11-051-2/+29
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-3/+3
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+6
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-141-6/+0
* RenderScript command for printing allocation contentsEwan Crawford2015-10-141-0/+6
* Fix some compiler warnings.Zachary Turner2015-09-091-4/+4
* Remove hack about the size of long doubles from DataExtractorTamas Berghammer2015-07-131-3/+1
* Fix APFloat construction from 16 byte APInt.Chaoren Lin2015-07-071-18/+8
* Fix a bug where LLDB could be convinced to attempt to extract a bitfield of s...Enrico Granata2015-02-261-1/+1
* Fixed ValueObject::UpdateValueIfNeeded to keepSean Callanan2014-12-091-1/+25
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-9/+17
* Fix a few typos.Bruce Mitchener2014-06-271-6/+6
* LLDB_INVALID_OFFSET can be large than a size_t on ILP32 systems, so useJoerg Sonnenberger2014-05-021-2/+2
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton2014-03-201-6/+3
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-18/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-5/+5
* Change DataExtractor's ReadInt* and ReadSwapInt* routines, as well asJason Molenda2014-01-251-16/+52
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-0/+1
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Fix endianness in ObjectFile::CopyDataEd Maste2013-10-091-0/+15
* Assert that only reg- or word-sized values are byte swappedEd Maste2013-09-191-1/+10
* Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...Virgile Bello2013-09-181-0/+4
* Fix a typo in DataExtractor.cpp causing build breakageAshok Thirumurthi2013-09-171-0/+1
* Don't output a stray 0x if GetData fails for memory read -f hexEd Maste2013-09-171-1/+1
* Avoid abort on "memory read -s N" for N=3,5,6,7Ed Maste2013-09-171-18/+23
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-2/+2
* Fixed DataExtractor to correctly display Intel extended doubles.Richard Mitton2013-08-191-19/+7
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-0/+4
* elf-core: Parse vendor-specific notesEd Maste2013-07-231-8/+31
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-3/+3
* Use llvm::APFloat for formatting if a target is available. Each target when d...Greg Clayton2013-06-111-48/+141
* Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...Greg Clayton2013-06-111-20/+12
* <rdar://problem/12783351>Enrico Granata2013-06-111-0/+34
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-0/+9
* <rdar://problem/11730263>Greg Clayton2013-03-281-2/+7
* <rdar://problem/13246939>Enrico Granata2013-03-261-1/+1
* Fix a little fallout from the changes in r174757 where we wouldJason Molenda2013-03-231-9/+0
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+1
* <rdar://problem/13198767>Greg Clayton2013-02-141-1/+2
* Fixed 2 more issues found by the address sanitizer:Greg Clayton2013-02-081-197/+167
OpenPOWER on IntegriCloud