aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Instruction/ARM
AgeCommit message (Expand)AuthorFilesLines
2025-09-11[lldb] Fix undefined behavior (#158119)Adrian Prantl1-1/+7
2025-06-30[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#146072)dlav-sc2-0/+31
2025-06-24Revert "[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server" (#14...Jonas Devlieghere2-31/+0
2025-06-24[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#127505)dlav-sc2-0/+31
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-03-20[lldb] Use UnwindPlan::Row as values, part 2 (#132008)Pavel Labath1-3/+3
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere1-1/+1
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+1
2023-07-10[lldb][NFCI] TestEmulation should take a Stream refAlex Langford4-26/+25
2023-06-05Replace deprecated startswith_insensitive with starts_with_insensitiveFangrui Song1-4/+4
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2-5/+6
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere2-5/+5
2023-05-01[lldb] Change ObjectValueDictionary to use a StringMapAlex Langford3-12/+9
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata1-6/+6
2023-01-28Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-111/+111
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-10-11[LLDB] Switch to RegisterInfo& for EmulateInstruction::WriteRegisterDavid Spickett1-1/+1
2022-10-11[LLDB] Change pointer to ref in EmulateInstruction::ReadRegister methodsDavid Spickett1-1/+1
2022-09-28[LLDB] Remove the bool + RegisterInfo& version of GetRegisterInfoDavid Spickett1-1/+0
2022-09-28[LLDB][ARM] Move instruction emulation to optional GetRegisterInfoDavid Spickett1-353/+331
2022-09-26[LLDB] Add an llvm::Optional version of GetRegisterInfoDavid Spickett2-11/+13
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser1-2/+2
2022-08-16[LLDB][ARM] Remove unused LoadPseudoRegistersFromFrame functionDavid Spickett2-39/+0
2022-08-11[LLDB] Fix out-of-bounds memory access in EmulationStateArmSlava Gurevich1-2/+2
2022-08-10[LLDB][NFC] Clean up dead codeSlava Gurevich1-10/+0
2022-07-26[lldb][ARM] Use portable printf tokens for 64 bit typesDavid Spickett1-3/+4
2022-07-26[lldb][ARM] Add tests for vpush/vpop D registersDavid Spickett1-0/+12
2022-07-26[lldb][ARM] Print mismatched registers in emulation testsDavid Spickett3-7/+18
2022-07-26[LLDB][ARM] Generalise adding register state in emulation tests and add D reg...David Spickett2-24/+32
2022-07-26[LLDB][Reliability] Fix register value unpackingSlava Gurevich1-1/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-1/+2
2022-03-29[lldb] Remove usages of case-insensitive c-string functionsPavel Labath1-29/+27
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-2/+2
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-2/+2
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath2-11/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-2/+2
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere2-3/+3
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere3-5/+5
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-07-01[LLDB][NFC] Remove redundant conditionAdam Balogh1-1/+1
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-2/+2
2020-03-24[lldb] Remove some debugging printfs from ITSession codeRaphael Isemann1-9/+0
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere2-6/+6
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.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