summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVM.h
Commit message (Expand)AuthorAgeFilesLines
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-141-105/+0
* <rdar://problem/11330621>Greg Clayton2012-05-101-9/+1
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-131-1/+1
* Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton2012-01-191-7/+1
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-2/+2
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-0/+9
* Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the addressJohnny Chen2011-05-121-2/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+3
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-31/+32
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-3/+5
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-8/+4
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-2/+4
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-1/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-9/+0
* Fixed an issue where detection of vCont support wasn't being done correctly.Greg Clayton2011-02-161-0/+6
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-6/+7
* Updated LLVM and Clang to July 20 at 16:00.Greg Clayton2010-07-211-6/+3
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-8/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+111
OpenPOWER on IntegriCloud