summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Disassembler
AgeCommit message (Expand)Author
2025-09-08[lldb][NFC] clang-format DisassemblerLLVMC.cppDavid Spickett
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-07-15[lldb] Fix Disasembler build error on 32-bit systemsDavid Spickett
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-07-11[LLDB][NVIDIA] Add Disassembler log channel (#148290)Andrew Gontarek
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-10[lldb] Simplify string comparisons (NFC) (#139394)Kazu Hirata
2025-02-13[lldb] Correctly resolve (discontinuous) function offsets when disassembling ...Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-11-11[lldb] Have disassembler show load addresses when using a core file (#115453)Pavel Labath
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2023-09-29[RISC-V] Add RISC-V ABI pluginTed Woodward
2023-09-01[lldb] Add syntax color highlighting for disassemblyJonas Devlieghere
2023-08-22Add support for llvm::MCInstPrinter::setPrintBranchImmAsAddressTed Woodward
2023-08-14[lldb][NFC] Use MCInstrAnalysis when available in the disassembler pluginVenkata Ramanaiah Nalamothu
2023-05-15[lldb] Change definition of DisassemblerCreateInstanceAlex Langford
2023-02-03[NFC][TargetParser] Remove llvm/Support/AArch64TargetParser.hArchibald Elliott
2023-01-23[LLDB] Fix build error after D142214Jay Foad
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-07-26Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-07-06[lldb][AArch64] Use "+all" feature for the disassemblerDavid Spickett
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-12[lldb][AArch64] Automatically add all extensions to disassemblerDavid Spickett
2022-04-04[lldb][AArch64] Update disassembler feature list and add tests for all extens...David Spickett
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-10lldb/ObjectFile,Disassembler: read some state from the executableSaleem Abdulrasool
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-28[lldb][ARM/AArch64] Update dissembler to v9.3-aDavid Spickett
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata
2021-10-22[lldb] Remove ConstString from ABI, Architecture and Disassembler plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-14[StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failuresVedant Kumar
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-12Symbolicate aarch64 adrp+add pc-relative addr in disassJason Molenda