summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/CTF
AgeCommit message (Expand)Author
2025-07-31[lldb] Fix a use-after-free in SymbolFileCTF (#151586)Jonas Devlieghere
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-25[lldb] Avoid Function::GetAddressRange in SymbolFileCTF (#128517)Pavel Labath
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov
2024-04-23[lldb] Fix crash in SymbolFileCTF::ParseFunctions (#89845)Jonas Devlieghere
2024-01-18[lldb] Silence warning with latest MSVC on WindowsAlexandre Ganea
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford
2023-07-31[lldb] Improve memory usage by freeing CTF types (NFC)Jonas Devlieghere
2023-07-29[lldb] Support recursive record types in CTFJonas Devlieghere
2023-07-29[lldb] Fix CTF parsing of large structsJonas Devlieghere
2023-07-28[lldb] Support CTF forward declarationsJonas Devlieghere
2023-07-28[lldb] Split CTF parsing and type creation (NFC)Jonas Devlieghere
2023-07-20[lldb] Skip unsupported CTF typesJonas Devlieghere
2023-07-13[lldb] Support compressed CTFJonas Devlieghere
2023-07-13[lldb] Support Compact C Type Format (CTF)Jonas Devlieghere