summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13069948>Greg Clayton2013-01-251-104/+105
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-14/+14
* Change DataExtractor::Dump() to use a series of if..else ifJason Molenda2012-11-011-10/+12
* More fixes from MSVC warnings found by Carlo Kok.Greg Clayton2012-10-311-2/+2
* Fixed a bug that caused floating-point valuesSean Callanan2012-10-201-15/+23
* <rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata2012-08-091-18/+22
* Modifying the "address" format, which prints a pointer and a description of w...Greg Clayton2012-07-111-7/+14
* <rdar://problem/10017623> Greg Clayton2012-02-271-12/+24
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-7/+7
* memory read -f X doesn't print anything (lldb should warn when encountering a...Johnny Chen2012-02-161-1/+1
* memory read prints out duplicate entries when using vector formatsJohnny Chen2012-02-161-12/+12
* Instead of blindly printing a string whenSean Callanan2012-01-041-3/+33
* <rdar://problem/10368163>Greg Clayton2011-12-301-0/+22
* Speed improvements for ULEB128 reading from James McIlree.Greg Clayton2011-11-141-17/+20
* Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to printGreg Clayton2011-11-101-7/+4
* Bitfields in uint8_t's will have format eFormatChar and DataExtractor::DumpJason Molenda2011-11-081-0/+3
* warnings: Fix a non-standard escape sequence.Daniel Dunbar2011-10-311-1/+1
* warnings: Fix use of a non-standard escape.Daniel Dunbar2011-10-311-1/+1
* Fixed the continuation dumping of instructions to properly advance the Greg Clayton2011-10-281-7/+8
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-13/+96
* Fixed the display of OSTypes (the four character codes).Greg Clayton2011-10-261-5/+1
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-19/+19
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-78/+77
* Micro-optimization: Update the shift amount only when needed.Johnny Chen2011-08-261-1/+1
OpenPOWER on IntegriCloud