summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/UnwindAssembly/InstEmulation
AgeCommit message (Expand)Author
2025-11-18[lldb][nfc] Fix incorrect union usage in UnwindAssemblyInstEmulation (#168341)Felipe de Azevedo Piovezan
2025-11-17[lldb][nfc] Avoid duplicate calls to GetInstructionCondition in UnwindAssembl...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Simplify instruction iteration in UnwindAssemblyInstEmulation (#1...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Initialize m_initial_sp in ctor for UnwindAssemblyInstEmulation (...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Reduce scope of loop variable in UnwindAssemblyInstEmulation (#16...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Add helper function for logging in UnwindAssemblyInstruction (#16...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Reduce indentation in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Fix comment in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath
2025-03-10[lldb] Clean up UnwindAssemblyInstEmulation (#129030)Pavel Labath
2025-02-26[lldb] Deindent UnwindAssemblyInstEmulation (#128874)Pavel Labath
2025-02-25[lldb] Don't hand out UnwindPlan::Row shared_ptrs (#128181)Pavel Labath
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-10-25[lldb] Avoid repeated hash lookups (NFC) (#113412)Kazu Hirata
2024-05-21Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (#92...Pavel Labath
2024-05-13Revert "[lldb/aarch64] Fix unwinding when signal interrupts a leaf function (...Muhammad Omair Javaid
2024-05-09[lldb/aarch64] Fix unwinding when signal interrupts a leaf function (#91321)Pavel Labath
2024-03-11Turn off instruction flow control annotations by default (#84607)Jason Molenda
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-09-28[LLDB] Move MIPS64/PPC64 and misc. to optional GetRegisterInfoDavid Spickett
2022-09-20[LLDB] Make instruction emulation context type privateDavid Spickett
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-05-04Update the CFA to use $sp when $fp is restored on arm64Jason Molenda
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-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-04-14Bug where insn-based unwind plans on arm64 could be wrongJason Molenda
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-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-04Fix typos.Bruce Mitchener
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl