summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompileUnit.cpp
AgeCommit message (Expand)Author
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2024-11-05Fix a thinko in the CallSite handling code: (#114896)jimingham
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-10-19[lldb] Remove CompileUnit::SetSupportFiles overload (NFC)Jonas Devlieghere
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
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-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-24Fix breakpoint setting so it always works when there is a line entry in a com...Greg Clayton
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan
2021-08-30[lldb] Return all line entries matchign a line if no column is specifiedKim-Anh Tran
2021-08-02[nfc] [lldb] Support moving support files instead of copyEric Leese
2021-07-31[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Stella Stamenova
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Jan Kratochvil
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2021-03-22[lldb] Use CompileUnit::ResolveSymbolContext in SymbolFileDWARFKim-Anh Tran
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-28[lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine
2019-11-28Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann
2019-11-28[lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine
2019-11-14Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl
2019-11-12[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann
2019-08-13[DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere
2019-08-07[Symbol] Remove commented out code from CompileUnitAlex Langford
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-05-30Make CompileUnit::GetSupportFiles return a const listPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere