summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Architecture
AgeCommit message (Expand)Author
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda
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-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett
2023-11-07Reland "[lldb] Add template method for getting const or mutable regs from Dyn...David Spickett
2023-11-07Revert "[lldb] Add template method for getting const or mutable regs from Dyn...David Spickett
2023-11-07[lldb] Add template method for getting const or mutable regs from DynamicRegi...David Spickett
2023-11-06[lldb][AArch64] Move register info reconfigure into architecture plugin (#70950)David Spickett
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-06-07[NFC] Remove unneeded semicolon after function definitionJim Lin
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
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-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-06-24[lldb][AArch64] Add MTE memory tag reading to lldbDavid Spickett
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-03-09[lldb] Reduce duplication in the Disassembler classPavel Labath
2020-03-03[lldb] Have Disassembler::ParseInstructions take a Target&Pavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-16Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-09-21Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha
2018-06-27Add missing constness.Tatyana Krasnukha
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-12Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham
2018-03-12Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar
2018-03-12Improve prologue handling to support functions with multiple entry points.Jim Ingham
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-10-25Move StopInfoOverride callback to the new architecture pluginPavel Labath