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