summaryrefslogtreecommitdiff
path: root/source/Plugins/Disassembler
AgeCommit message (Expand)Author
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-09-07Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda
2018-08-28Use a RAII guard to control access to DisassemblerLLVMC.Raphael Isemann
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-11Check existence of each required component during construction of LLVMCDisass...Tatyana Krasnukha
2017-12-22Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-10Fix another build issue with shared libraries on LinuxChris Bieneman
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [1/4] Update a batch of pluginsChris Bieneman
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-06Second round of fixups for r280692Pavel Labath
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan
2016-06-07Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-04-05Consolidate the knowledge of what arm cores are always executingJason Molenda
2016-03-02Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-26Update for LLVM changeBenjamin Kramer
2015-12-11DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko
2015-10-21Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-08Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil
2015-09-15Fix build after llvm r247683 was reverted.Daniel Sanders
2015-09-15Fix build after llvm r247683Pavel Labath
2015-09-09Remove a call to deleted function.Greg Clayton
2015-09-09Make sure to flush the stream to make sure the string is up to date when we q...Greg Clayton
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-09-02Only create alternative thumb disassembler if the main one is armTamas Berghammer
2015-09-02Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda
2015-08-13Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren
2015-07-16[LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil
2015-06-18Fix test regression TestDisassemble_VST1_64 (caused by r239996)Tamas Berghammer
2015-06-18[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad
2015-06-08Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.Oleksiy Vyalov
2015-03-31Fix call to llvm::Target::createMCInstPrinter.Chaoren Lin
2015-03-27Fix call to MCInstPrinter::printInst to pass MCSubtargetInfo.Akira Hatanaka
2015-02-13Change the default disassembly format again. First attempt atJason Molenda