summaryrefslogtreecommitdiff
path: root/lldb/source/Core/FormatEntity.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-08-05[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit
2025-07-12[lldb][Format] Fall back to old function.name-with-args if language frame for...Michael Buch
2025-06-24[lldb] Eliminate check for HasLoadedSections (NFC) (#145366)Jonas Devlieghere
2025-06-05[lldb][Format] Add [inlined] marker to names of inlined frames (#142952)Michael Buch
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-05-28[Demangling] Refactor Demangler range tracking (#140762)Charles Zablit
2025-05-05[lldb] Support alternatives for scope format entries (#137751)Jonas Devlieghere
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-29Reland "[lldb][Format] Make function name frame-format variables work without...Michael Buch
2025-04-29[lldb][Format] Add function.suffix frame-format variable (#137763)Michael Buch
2025-04-29Revert "[lldb][Format] Make function name frame-format variables work without...Michael Buch
2025-04-28[lldb/Format] Make progress count show thousands separators (NFC) (#137446)Med Ismail Bennani
2025-04-28[lldb][Format] Make function name frame-format variables work without debug-i...Michael Buch
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch
2025-04-22[lldb] Make the statusline separator configurable (#136611)Adrian Prantl
2025-04-14[lldb][Format][NFC] Remove unused FormatEntity::FormatCStringMichael Buch
2025-04-14[lldb][Format][NFC] Factor FunctionNameWithArgs case out into helper functionMichael Buch
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch
2025-04-13[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by refer...Michael Buch
2025-04-10[lldb][FormatEntity][NFCI] Refactor FunctionNameWithArgs into helper function...Michael Buch
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-02-06[lldb] s/GetAddressRange().GetBaseAddress()/GetAddress() (#125847)Pavel Labath
2025-01-20[lldb] Implement ${target.file} format variable (#123431)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-21[lldb] Fix incorrect nullptr check in DumpAddressAndContent (#117219)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-09[lldb] Improve summary string handling of dollar chars (#98190)Dave Lee
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2024-05-15[lldb] Support custom LLVM formatting for variables (#91868)Dave Lee
2024-04-30Revert "[lldb] Support custom LLVM formatting for variables (#81196)"Dave Lee
2024-04-30[lldb] Support custom LLVM formatting for variables (#81196)Dave Lee
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-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-19[lldb] Modernize sprintf in FormatEntity.cppPavel Labath