aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1411/+1196
2016-09-06Second round of fixups for r280692Pavel Labath1-3/+4
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+566
2016-06-07Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton1-249/+267
2016-04-05Consolidate the knowledge of what arm cores are always executingJason Molenda1-12/+2
2016-03-02Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer1-2/+2
2016-01-26Update for LLVM changeBenjamin Kramer1-4/+4
2015-12-11DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan1-18/+28
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko1-54/+47
2015-10-21Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko1-16/+27
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-27/+16
2015-10-08Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda1-0/+2
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil1-5/+22
2015-09-15Fix build after llvm r247683 was reverted.Daniel Sanders1-1/+1
2015-09-15Fix build after llvm r247683Pavel Labath1-1/+1
2015-09-09Remove a call to deleted function.Greg Clayton1-1/+0
2015-09-09Make sure to flush the stream to make sure the string is up to date when we q...Greg Clayton1-0/+1
2015-09-02Only create alternative thumb disassembler if the main one is armTamas Berghammer1-2/+2
2015-09-02Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer1-10/+18
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde1-0/+45
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda1-3/+3
2015-08-13Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren1-1/+0
2015-07-16[LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil1-5/+20
2015-06-18Fix test regression TestDisassemble_VST1_64 (caused by r239996)Tamas Berghammer1-1/+1
2015-06-18[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad1-4/+42
2015-06-08Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.Oleksiy Vyalov1-2/+2
2015-03-31Fix call to llvm::Target::createMCInstPrinter.Chaoren Lin1-3/+3
2015-03-27Fix call to MCInstPrinter::printInst to pass MCSubtargetInfo.Akira Hatanaka1-1/+2
2015-02-13Change the default disassembly format again. First attempt atJason Molenda1-4/+42
2015-01-21Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton1-1/+1
2015-01-19Update to reflect the API change to createMCSymbolizer in LLVM r226416.Chandler Carruth1-1/+1
2014-11-12Update for llvm API change.Rafael Espindola1-4/+2
2014-11-07Use llvm::StringRefMemoryObject NFC.Rafael Espindola1-24/+3
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda1-1/+9
2014-05-17Update how we create our MCSymbolizer to keep working correctlyJason Molenda1-1/+5
2014-04-15Remove trailing spacesSylvestre Ledru1-61/+60
2014-04-15Make LLDB builds against the current LLVM sources (modification on createMCDi...Sylvestre Ledru1-1/+1
2014-04-14Fix LLDB to build with top of tree LLVM/Clang.Greg Clayton1-5/+3
2014-03-29lldb arm64 import.Jason Molenda1-1/+1
2014-03-07Replace uses of OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2013-12-29Stop leaking MCRegisterInfo.Jean-Daniel Dupas1-1/+2
2013-12-09Handle endianness in the Opcode classEd Maste1-12/+14
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+1
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-1/+1
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-1/+1
2013-09-27Add definitions for "armv6m", which indicates a Cortex-M0 processor.Jason Molenda1-2/+8
2013-08-27Moved the static s_regex into a function body to allow it to be lazily initia...Greg Clayton1-7/+2
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-15/+10
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea1-6/+26
2013-07-22When a Cortex-M3 target is selected (armv7m), force disassembly to be inJason Molenda1-9/+22