aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Disassembler
AgeCommit message (Expand)AuthorFilesLines
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett1-1/+1
2023-09-01[lldb][NFC] Put disassembler test classes and methods in anonymous namespaceVenkata Ramanaiah Nalamothu4-0/+8
2023-08-14[lldb][NFC] Use MCInstrAnalysis when available in the disassembler pluginVenkata Ramanaiah Nalamothu4-12/+129
2022-07-26Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo1-1/+2
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo6-12/+173
2020-02-17[lldb/Plugins] Rename lldbPluginDisassemblerLLVM (NFC)Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-1/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-1/+1
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2-4/+2
2020-01-21[lldb/Plugin] Move DisassemblerLLVMC for consistency with plugin (NFC)Jonas Devlieghere2-2/+2
2019-03-07When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2-0/+81
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12If we fail to get an armv7em-- disassembler from llvm, skip theJason Molenda1-1/+4
2018-09-11[NFC] Fix compiler warning in TestArmv7Disassembly.cppRaphael Isemann1-1/+1
2018-09-07[Disassembler] Run ARM-specific tests only if the ARM backend is built.Davide Italiano1-11/+13
2018-09-07Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2-0/+101