aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[lldb][TypeSystem] Call Type::isIntegralType from TypeSystemClang::IsIntegerT...Michael Buch1-9/+10
2026-01-12[lldb][TypeSystemClang] Simplify TypeSystemClang::IsEnumerationType implement...Michael Buch1-5/+1
2026-01-12[lldb][NativePDB] NFC: Add language-agnostic hooks for AST population (#175624)Leonard Grey3-12/+39
2026-01-12[lldb][NativePDB] NFC: Remove Clang-specific typedef handling (#175623)Leonard Grey3-15/+14
2026-01-12[Clang] Improve CodeGenerator API a bit (#175239)Sirraide1-5/+2
2026-01-12[lldb] Change SBSymbol::GetID() to return LLDB_INVALID_SYMBOL_ID for invalid ...Ebuka Ezike1-1/+1
2026-01-12[lldb] Make PlatformWasm a RemoteAwarePlatform (#175263)Jonas Devlieghere7-20/+92
2026-01-12[lldb][Formatters] Remove broken/redundant lookup into anonymous child when e...Michael Buch6-33/+22
2026-01-12[LLDB] Fix MS STL `variant` with non-trivial types (#171489)Nerixyz1-5/+11
2026-01-10[lldb-dap] Add clipboard context support (#170644)Sergei Druzhkov1-3/+35
2026-01-09[lldb] fix a problem in the ValueObject::GetExpressionPath method (#171521)Matej Košík1-1/+15
2026-01-09[lldb] Honor the process plugin name in the attach/launch info (#175195)Jonas Devlieghere1-6/+20
2026-01-09[lldb] Fix crash when passing a folder in as the executable (#175181)Jonas Devlieghere1-5/+8
2026-01-08[LLDB] Improve the logging output from InstrumentationRuntimeBoundsSafety plu...Dan Liew1-4/+30
2026-01-08[lldb] Keep the unexpected b/p state for suspended threads (#174264)Igor Kudrin1-1/+10
2026-01-08[LLDB][PDB] NFC: Change ToCompilerDecl(Context) signature (#175052)Leonard Grey3-15/+15
2026-01-08[lldb] Fix typed commands not shown on the screen (#174216)Ebuka Ezike1-50/+9
2026-01-08[LLDB][NativePDB] NFC: Add language-agnostic interface to PdbAstBuilder (#173...Leonard Grey4-97/+104
2026-01-08[lldb] Add std::*_ordering summary providers (#174195)Sergei Druzhkov3-0/+108
2026-01-08[NFC][lldb][windows] extract the InitializeProcThreadAttributeList logic (#17...Charles Zablit1-13/+26
2026-01-08[lldb] Fix null pointer dereference in parsed command completion (#174868)Alexandre Perez1-1/+2
2026-01-08[LLDB][NFC] Remove excessive use of `auto` from MSVC STL formatters (#175019)Nerixyz4-14/+17
2026-01-08[lldb][Format] Reject recursive format entities (#174750)Michael Buch1-0/+25
2026-01-08[LLDB] Run MSVC STL deque tests with PDB (#172360)Nerixyz1-7/+11
2026-01-08[lldb][AIX] Added base file for AIX Register Context PPC64 (#173239)Hemang Gadhavi6-1/+517
2026-01-08[lldb][AIX] Base files for ObjectContainerBigArchive (#173218)Dhruv Srivastava4-0/+223
2026-01-08[lldb][TypeSystemClang] Fix nullptr check when creating enumerator declsMichael Buch1-1/+1
2026-01-07[LLDB] Add type casting to DIL, part 2 or 3 (#170332)cmtice1-8/+194
2026-01-07[lldb][TypeSystemClang] Set access specifier for EnumConstantDecl's (#174865)Michael Buch1-0/+1
2026-01-07[lldb] Add missing locks in SBThread methods (#174791)Felipe de Azevedo Piovezan1-0/+49
2026-01-07[lldb] Match #undef to preceding #define (NFC) (#174821)Dave Lee1-2/+2
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch8-200/+192
2026-01-07[lldb] Add zlib to version -v output (#174753)David Spickett1-0/+3
2026-01-07[LLDB] Add MSVC STL span formatter (#173053)Nerixyz4-9/+158
2026-01-07[lldb] Correct version -v output for booleans (#174742)David Spickett1-1/+1
2026-01-06[lldb] Don't trim expression in progress event (#174609)Jonas Devlieghere1-8/+3
2026-01-06[lldb] Add libstdcpp string view summary provider (#171854)Sergei Druzhkov5-31/+168
2026-01-06[lldb][NFC] use parenthesis constructor (#174556)Ebuka Ezike1-1/+1
2026-01-06[lldb][Format] Unwrap references to C-strings when printing C-string summarie...Michael Buch1-1/+1
2026-01-05[lldb][DWARF] Use actual DWARF format when computing header size (#173600)Hemang Gadhavi1-4/+8
2026-01-04[lldb] Handle not being able to read a file in the SourceManager (#174346)Jonas Devlieghere1-2/+11
2026-01-03[lldb] Avoid unnecessary vector copy for StringList::AppendList (#173779)Henry1-1/+1
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin17-50/+44
2026-01-02[lldb][ClangExpressionDeclMap][NFC] Remove redundant std::string castMichael Buch1-2/+1
2025-12-25[lldb/cmake] create staging directory for headers (#173427)Jan Palus1-1/+6
2025-12-23[lldb] Improve detection of the readline backend (#173379)Ebuka Ezike1-1/+7
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin4-89/+94
2025-12-23[lldb][NFC] Remove temp allocation SBCommandReturnObject::PutCString (#173365)Ebuka Ezike1-2/+2
2025-12-23[lldb][AIX][NFC] Fix clang-format issues (#173337)Hemang Gadhavi1-68/+78
2025-12-23[lldb][ObjC][NFC] Use llvm::StringRef::consume_front(char) where possible (#1...Michael Buch1-18/+9