1. f28b791 [lldb] Enable chaining multiple scripted frame providers per thread (#172849) by Med Ismail Bennani · 32 hours ago main master
  2. 86dd1da [llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (#176491) by Michael Buch · 36 hours ago
  3. ff853ab [lldb] Support both RISCV-32 and RISCV-64 in GetRegisterInfo (#176472) by Jonas Devlieghere · 2 days ago
  4. b3cb645 [lldb] Fix llvm_unreachable for invalid Wasm address (#176464) by Jonas Devlieghere · 2 days ago
  5. 10a0f47 [lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringErrorV (#176428) by Michael Buch · 2 days ago
  6. 67367ec [lldb][CMake] Don't condition libc++ requirement on LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS (#175955) by Michael Buch · 2 days ago
  7. c798fd4 [lldb] Change bitfield range character from '-' to ':' in DIL (#173410) by Ilia Kuklin · 2 days ago
  8. f01a397 [LLDB][Windows] Store PTY in `ProcessWindows` (#175837) by Nerixyz · 2 days ago
  9. 22c8733 [lldb] Add missing newline to po warning (#176257) by Dave Lee · 2 days ago
  10. 3c04049 [LLDB][NativePDB] Add PdbAstBuilder null checks (#176065) by Leonard Grey · 3 days ago
  11. bd1bda2 Reland [LLDB] Fix MS STL variant with non-trivial types and PDB (#176189) by Nerixyz · 3 days ago
  12. 33e807e [lldb][NFC] Make parameter const in SymbolFile::GetParameterStackSize (#176220) by Alex Langford · 3 days ago
  13. be94417 [lldb-dap] Move targetId and debuggerId into a session property (#175930) by Ebuka Ezike · 3 days ago
  14. ca37e81 Revert "[LLDB] Fix MS STL `variant` with non-trivial types" (#176059) by Jonas Devlieghere · 4 days ago
  15. 647f8fd [LLDB][NativePDB] Introduce PdbAstBuilderClang (#175840) by Leonard Grey · 4 days ago
  16. 6f262a3 [LLDB] Prevent division by zero in MSVC deque formatter (#175842) by Nerixyz · 4 days ago
  17. ca88401 [NFC] Exactly one kind typo fixes, change defintions to definitions. (#174333) by willmafh · 4 days ago
  18. 21fc67d [lldb] Change po fallback messaging (#175847) by Dave Lee · 4 days ago
  19. 3ac5857 [lldb] Fix null pointer crash in LibStdcppTupleSyntheticFrontEnd::Update (#175700) by GeorgeHuyubo · 5 days ago
  20. c8c3a4e [lldb] Rename AutoPointer typedef to UniquePointer (NFC) (#175806) by Dave Lee · 5 days ago
  21. 24049fc Fix typos and spelling errors across codebase (#156270) by Austin Jiang · 5 days ago
  22. 24f1b6b [lldb][test] Fix warning in DAP unit tests by David Spickett · 5 days ago
  23. 593df08 [lldb-dap] Add testcases for stdio redirection on different console types. (#175048) by Ebuka Ezike · 5 days ago
  24. f0573d5 [lldb][tests] Add signed-ness tests for _BitInt by Michael Buch · 5 days ago
  25. b1ab876 [lldb] Fix crash in lldb when unique pointer is not valid (#175737) by Ebuka Ezike · 5 days ago
  26. 9713891 [lldb] Make sure that the "TypeSystemClang::GetBuiltinTypeByName" method returns the correct value also for "_BitInt(...)" types. (#165857) by Matej Košík · 5 days ago
  27. 8e91da5 [lldb][RISCV] Implement trap handler unwind plan (#166531) by Georgiy Samoylov · 5 days ago
  28. 4d042e3 [lldb][TypeSystem] Call Type::isIntegralType from TypeSystemClang::IsIntegerType (#175669) by Michael Buch · 6 days ago
  29. 14803e7 [lldb][TypeSystemClang] Simplify TypeSystemClang::IsEnumerationType implementation (#175560) by Michael Buch · 6 days ago
  30. 4a004a0 [lldb][NativePDB] NFC: Add language-agnostic hooks for AST population (#175624) by Leonard Grey · 6 days ago
  31. 8dbbd9e [lldb][NativePDB] NFC: Remove Clang-specific typedef handling (#175623) by Leonard Grey · 6 days ago
  32. b67b395 [Clang] Improve CodeGenerator API a bit (#175239) by Sirraide · 6 days ago
  33. 6a20c74 [lldb] Change SBSymbol::GetID() to return LLDB_INVALID_SYMBOL_ID for invalid symbols (#175545) by Ebuka Ezike · 6 days ago
  34. 114c2c5 [NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#172358) by Raul Tambre · 6 days ago
  35. 1d1d2cd [lldb] Nominate John Harrison and Ebuka Ezike as lldb-dap maintainers (#175031) by Jonas Devlieghere · 6 days ago
  36. 62f621a [lldb] Make PlatformWasm a RemoteAwarePlatform (#175263) by Jonas Devlieghere · 6 days ago
  37. 1b6dc18 [lldb][Formatters] Remove broken/redundant lookup into anonymous child when extracting from compressed pairs (#175564) by Michael Buch · 6 days ago
  38. c7d4e1a [lldb][test] Remove unused imports in TestFrameVarDILLocalVars.py (#175541) by David Spickett · 6 days ago
  39. 759babc [lldb] Fix TestFrameVarDILCast.py build on Windows AArch64 by Muhammad Omair Javaid · 6 days ago
  40. a2b4dad [LLDB] Increase level of headings in lldb-dap docs (#175519) by Nerixyz · 6 days ago
  41. da97ff0 [LLDB] Fix MS STL `variant` with non-trivial types (#171489) by Nerixyz · 6 days ago
  42. edd7a76 [lldb] Disable flaky TestDetachResumes.py on Windows/AArch64 by Muhammad Omair Javaid · 6 days ago
  43. 7baafcf [lldb-dap] Add clipboard context support (#170644) by Sergei Druzhkov · 8 days ago
  44. 34ea330 Revert "[LLDB] Swig python extensions tests for SBTargetExtention" (#175251) by Jonas Devlieghere · 9 days ago
  45. f1734c0 [lldb] Fix TestMultithreaded.py when libc++ symbols are present (#174664) by Alex Langford · 9 days ago
  46. f347c5c [LLDB] Swig python extensions tests for SBTargetExtention (#173473) by Hamza Hassanain · 9 days ago
  47. b47e7c0 [lldb] fix a problem in the ValueObject::GetExpressionPath method (#171521) by Matej Košík · 9 days ago
  48. 6313645 [lldb] Honor the process plugin name in the attach/launch info (#175195) by Jonas Devlieghere · 9 days ago
  49. 95199e3 [lldb] Fix crash when passing a folder in as the executable (#175181) by Jonas Devlieghere · 9 days ago
  50. 32d2f43 [lldb-dap] add timeout to spawn_and_wait test utility (#174461) by Charles Zablit · 9 days ago
  51. ed65ec5 [LLDB] Improve the logging output from InstrumentationRuntimeBoundsSafety plugin (#175082) by Dan Liew · 9 days ago
  52. a9cb2ae [lldb] Keep the unexpected b/p state for suspended threads (#174264) by Igor Kudrin · 10 days ago
  53. 71eb1b4 [lldb] skip the python interactive I/O test on windows (#175055) by Ebuka Ezike · 10 days ago
  54. f03f7d7 [LLDB][PDB] NFC: Change ToCompilerDecl(Context) signature (#175052) by Leonard Grey · 10 days ago
  55. 18f69e2 [lldb] Repair lldb-dotest's framework path (#174658) by Alex Langford · 10 days ago
  56. 0045494 [lldb] Fix typed commands not shown on the screen (#174216) by Ebuka Ezike · 10 days ago
  57. 84b67f2 [LLDB][NativePDB] NFC: Add language-agnostic interface to PdbAstBuilder (#173111) by Leonard Grey · 10 days ago
  58. a9a1aee [NFC][lldb] fix docstring indentation (#175042) by Charles Zablit · 10 days ago
  59. 62eee55 [lldb] Add std::*_ordering summary providers (#174195) by Sergei Druzhkov · 10 days ago
  60. 41b26f9 [NFC][lldb][windows] extract the InitializeProcThreadAttributeList logic (#175016) by Charles Zablit · 10 days ago
  61. d4c1eac [lldb] Nominate Charles Zablit and Nerixyz as Windows maintainers (#175035) by Jonas Devlieghere · 10 days ago
  62. bc4735d [lldb] Fix null pointer dereference in parsed command completion (#174868) by Alexandre Perez · 10 days ago
  63. 77c56ca [LLDB][NFC] Remove excessive use of `auto` from MSVC STL formatters (#175019) by Nerixyz · 10 days ago
  64. 544cac1 [lldb-dap][NFC] Shorten the event thread name (#174837) by Ebuka Ezike · 10 days ago
  65. 4bdacbd [lldb-dap][windows] fix lldb-dap executable name in test (#175014) by Charles Zablit · 10 days ago
  66. 489259b [lldb-dap] Add ovsx as a dev dependency for publish to Open VSX (#175015) by Jonas Devlieghere · 10 days ago
  67. dce0ac4 [lldb-dap][ext] Add script to only run extension unittests (#175010) by Ebuka Ezike · 10 days ago
  68. 3ee2967 [lldb][Format] Reject recursive format entities (#174750) by Michael Buch · 10 days ago
  69. 32eaa66 [lldb-dap] Update package-lock.json after #174641 (#175009) by Jonas Devlieghere · 10 days ago
  70. a47f9d2 [LLDB] Run MSVC STL deque tests with PDB (#172360) by Nerixyz · 10 days ago
  71. 2760be4 [lldb-dap][ext] Setup tests for lldb-dap extension (#174641) by Ebuka Ezike · 10 days ago
  72. 558d707 [lldb][AIX] Added base file for AIX Register Context PPC64 (#173239) by Hemang Gadhavi · 10 days ago
  73. 4fa1251 [lldb][AIX] Base files for ObjectContainerBigArchive (#173218) by Dhruv Srivastava · 10 days ago
  74. c28c572 [lldb][TypeSystemClang] Fix nullptr check when creating enumerator decls by Michael Buch · 10 days ago
  75. 806c84e [LLDB] Tentative fix for lldb-arm-ubuntu buildbot. (#174893) by cmtice · 10 days ago
  76. e5dd61b [lldb-dap] Add an introductory message on startup. (#170795) by John Harrison · 11 days ago
  77. 528bc35 [LLDB] Fix buildbot breakage (#174886) by cmtice · 11 days ago
  78. a5016ac [LLDB] Add type casting to DIL, part 2 or 3 (#170332) by cmtice · 11 days ago
  79. 055c676 [lldb][TypeSystemClang] Set access specifier for EnumConstantDecl's (#174865) by Michael Buch · 11 days ago
  80. f185098 [lldb] Add missing locks in SBThread methods (#174791) by Felipe de Azevedo Piovezan · 11 days ago
  81. 7d5e475 [lldb] Match #undef to preceding #define (NFC) (#174821) by Dave Lee · 11 days ago
  82. b314fc0 [lldb-dap] Fix qs integrity hash by Jonas Devlieghere · 11 days ago
  83. 8d59f3f [lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Format` API into it (#174618) by Michael Buch · 11 days ago
  84. d8e7806 [lldb] Add zlib to version -v output (#174753) by David Spickett · 11 days ago
  85. 7be6c03 [LLDB] Add MSVC STL span formatter (#173053) by Nerixyz · 11 days ago
  86. 8b0f5bc [lldb-dap][NFC] Ignore extension built test artefacts. (#174724) by Ebuka Ezike · 11 days ago
  87. de84c3c [lldb] Correct version -v output for booleans (#174742) by David Spickett · 11 days ago
  88. fa17f2b [lldb] Update LLDB DAP documentation. (#172580) by John Harrison · 11 days ago
  89. 4662942 [lldb-dap] Bump qs to 6.14.1 by Jonas Devlieghere · 12 days ago
  90. 9649605 [lldb-dap] Move .gitingore into extension subdir (#174643) by Jonas Devlieghere · 12 days ago
  91. 4b0f7a5 [lldb] Don't trim expression in progress event (#174609) by Jonas Devlieghere · 12 days ago
  92. 1c49822 [lldb] Add libstdcpp string view summary provider (#171854) by Sergei Druzhkov · 12 days ago
  93. b90d90a [lldb-dap] Add lldb-dap extension directory. (#174219) by Ebuka Ezike · 12 days ago
  94. db96d75 [lldb][crashlog] Account for alternate format of 'Triggered by Thread:' string (#174572) by Michael Buch · 12 days ago
  95. 8ab6be1 [lldb-dap][NFC] Format typescript files (#173862) by Sergei Druzhkov · 12 days ago
  96. 39333b2 [lldb][NFC] use parenthesis constructor (#174556) by Ebuka Ezike · 12 days ago
  97. 55a91c0 [lldb-dap] Add skipIfWindowsWithoutConPTY decorator for clearer test requirements (#174509) by Ebuka Ezike · 12 days ago
  98. ebd5594 [lldb][Format] Unwrap references to C-strings when printing C-string summaries (#174398) by Michael Buch · 12 days ago
  99. 82911f1 [lldb-dap][NFC] Add missed references (#174455) by Sergei Druzhkov · 13 days ago
  100. a514a59 [lldb][lldb-dap] Do not expose internal breakpoints to DAP clients (#173848) by Gabriele Mondada · 13 days ago