summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/SymbolFileOnDemand.cpp
AgeCommit message (Expand)Author
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
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-09-20Copy and paste error in a file header.Jim Ingham
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
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-11-16Make CompilerType safeAdrian Prantl
2022-11-03Override CalculateFrameVariableError in SymbolFileOnDemandGeorge Hu
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-06-17[lldb] Fix modernize-use-equals-default warnings (NFC)Jonas Devlieghere
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan