summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add comment.Johnny Chen2011-05-241-0/+2
* Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introd...Johnny Chen2011-05-231-45/+35
* Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fail...Johnny Chen2011-05-231-0/+28
* Fix the Align() utility which tries to align the raw disassembly with the edi...Johnny Chen2011-05-231-4/+10
* A little refactoring.Johnny Chen2011-05-211-7/+10
* When in non-raw mode and edis fails to parse the tokens of the instruction, o...Johnny Chen2011-05-211-1/+10
* Fix build error - strstr returns a const char *Peter Collingbourne2011-05-201-1/+1
* Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed asJohnny Chen2011-05-201-0/+24
* Make InstructionLLVM::Dump() more robust for edis in cases when all theJohnny Chen2011-05-191-24/+36
* Some refactorings with respect to setting of the 'printTokenized' flag.Johnny Chen2011-05-181-20/+16
* Remove dead code which tests for boolan flag 'raw' and restore one indentatio...Johnny Chen2011-05-181-47/+39
* If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor...Johnny Chen2011-05-181-1/+1
* Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the addressJohnny Chen2011-05-121-15/+20
* Construction of the RegisterReaderArg instance should happen after we have a ...Johnny Chen2011-05-121-2/+2
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-1/+13
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-3/+19
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-14/+13
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-9/+9
* Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice2011-04-051-1/+1
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-15/+27
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-28/+28
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-7/+38
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-2/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-5/+29
* Fixed a bug where the disassembly syntax specified for theSean Callanan2011-03-091-1/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-19/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-7/+3
* Fixed an issue where detection of vCont support wasn't being done correctly.Greg Clayton2011-02-161-26/+20
* Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton2011-02-041-3/+3
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-4/+8
* Fixed the "-b" option on disassembly to always pad out the bytes with forGreg Clayton2011-01-081-3/+6
* Fixed a bug where the LLVM disassembler wasSean Callanan2010-11-101-1/+1
* Revert last checkin to DisassemblerLLVM.cpp; that was some temporaryJason Molenda2010-11-041-5/+0
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-0/+5
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-27/+32
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-5/+5
* Added extensive logging of the code that is actually goingSean Callanan2010-07-231-9/+13
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+1
* Fixed up disassembly to not emit the module name before all function namesGreg Clayton2010-07-011-2/+2
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-13/+34
* Fixed a problem where invalid triples were being passedSean Callanan2010-06-161-1/+1
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-29/+25
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+468
OpenPOWER on IntegriCloud