1. 8449728 [lldb][test] Fix tpyo in TestDAP_module.py skip by David Spickett · 9 minutes ago main master
  2. dea5906 [lldb][test] Disable part of TestDAP_module.py on Linux by David Spickett · 18 minutes ago
  3. 579fc55 [lldb] Use APSInt's right shift operator in Scalar (#160149) by Ilia Kuklin · 39 minutes ago
  4. 0d5bef2 [LLDB][PDB] Warn if DIA plugin is requested but not available (#160067) by nerix · 4 hours ago
  5. 73345dd [LLDB][PDB] Run UDT layout test with native PDB too (#159769) by nerix · 5 hours ago
  6. 09bafa7 [lldb][ClangExpressionParser] Reset DiagnosticManager before we create persistent variables (#160074) by Michael Buch · 22 hours ago
  7. 201f2f1 Reland #158161 with cmake fix (#159842) by barsolo2000 · 23 hours ago
  8. caf4ecc [clang][Expr] Teach IgnoreUnlessSpelledInSource about implicit calls to std::get free function (#122265) by Michael Buch · 3 days ago
  9. b9dda5c [lldb][MachO] Local structs for larger VA offsets (#159849) by Jason Molenda · 3 days ago
  10. 2216893 Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879) by Joseph Huber · 4 days ago
  11. ca6522e [vscode-lldb] Improve logging in Server Mode (#159672) by Roy Shi · 4 days ago
  12. 2713cec [ELF][LLDB] Add an nvsass triple (#159459) by Walter Erquinigo · 4 days ago
  13. 9687459 [lldb] Fix Linux build when LLDB_ENABLE_PYTHON is OFF (#159825) by Anthony Latsis · 4 days ago
  14. ca6c69b [lldb] install lldb-tblgen by default to ease cross-compilation (one-liner) (#159812) by Jonathan Thackray · 4 days ago
  15. 528d16e [lldb] Add a static_assert that g_core_definitions matches the Core enum (#159452) by Jonas Devlieghere · 4 days ago
  16. bedd2bf Revert "RISCV unwinding enable" (#159790) by David Spickett · 4 days ago
  17. e737007 [lldb][test] Enable non-address bit WritePointerToMemory test on Linux (#157435) by David Spickett · 4 days ago
  18. c3d58ef [lldb] Don't call FixDataAddress when reading fp in ReadGPRValue (#159606) by Felipe de Azevedo Piovezan · 4 days ago
  19. 7660623 [lldb] Fix build when LLDB_ENABLE_PYTHON is OFF (#159665) by Jonas Devlieghere · 5 days ago
  20. d33cc4f [lldb-dap] Bump form-data from 4.0.1 to 4.0.4 by Jonas Devlieghere · 5 days ago
  21. 600a21d [lldb][NFC] Simplify logic in ABIMacOSX_arm64::FixDataAddress (#159612) by Felipe de Azevedo Piovezan · 5 days ago
  22. 4586042 RISCV enable assembly unwinding (#158161) by barsolo2000 · 5 days ago
  23. 3fafcfe [lldb][nfc] Remove no-op calls to Fix*Address (#159586) by Felipe de Azevedo Piovezan · 5 days ago
  24. ca06972 [lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444) by David Peixotto · 5 days ago
  25. 2aeec33 [LLDB]Fix buffer-over-flow bug introduced in 157170 (#159588) by Vy Nguyen · 5 days ago
  26. e4a017f [LLDB] Add support for the structured data plugins in lldb-server (#159457) by Walter Erquinigo · 5 days ago
  27. 13ed714 [lldb][test] Disable a procfile test when threading is not enabled (#159559) by David Spickett · 5 days ago
  28. 5162ee0 [lldb][lldb-dap] Disable all lldb-dap tests on Windows on Arm (#159542) by David Spickett · 5 days ago
  29. bc168cb [LLDB][NativePDB] Add modifiers to modified type name (#159296) by nerix · 5 days ago
  30. 270fe9c [LLDB][ProcessWindows] Set exit status on instance rather than going through all targets (#159308) by nerix · 5 days ago
  31. 489bae4 [lldb] Correct 32-bit build failure in StopInfoMachException.cpp (#159523) by David Spickett · 5 days ago
  32. f539db3 Reland "Revert "[lldb] Fix OP_deref evaluation for large integer resu… (#159482) by Felipe de Azevedo Piovezan · 6 days ago
  33. 2ad259b [lldb-mcp] Fix servers accepting more than one client. (#158357) by John Harrison · 6 days ago
  34. 0973fbc [lldb-dap] Add memory event (#158437) by Druzhkov Sergei · 6 days ago
  35. 9213fb1 Revert "[lldb] Fix OP_deref evaluation for large integer results (#159460)" by Felipe de Azevedo Piovezan · 6 days ago
  36. 57259bb [lldb] Fix OP_deref evaluation for large integer results (#159460) by Felipe de Azevedo Piovezan · 6 days ago
  37. 8f901d4 [lldb] Recognize MTE fault Mach exceptions (#159117) by Jonas Devlieghere · 6 days ago
  38. e8f4807 [lldb] Avoid build warnings when building for Windows. NFC. (#159345) by Martin Storsjö · 6 days ago
  39. 53d245b [lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC. (#159327) by Martin Storsjö · 6 days ago
  40. 2d07764 [lldb][test] Disable parallel module loading for TestNetBSDCore.py (#159395) by David Spickett · 6 days ago
  41. 109774e [LLDB] Add boolean literals to DIL. (#157992) by cmtice · 7 days ago
  42. 1051478 [NFC][lldb-dap] Fix typo in invalidated event (#158338) by Druzhkov Sergei · 7 days ago
  43. f72d0a2 [lldb-dap] Add stdio redirection (#158609) by Druzhkov Sergei · 7 days ago
  44. aa14119 [lldb-mcp] Launch lldb on demand, if needed. (#158701) by John Harrison · 7 days ago
  45. 7a64f50 [clang] Initialize the file system explicitly (#158381) by Jan Svoboda · 7 days ago
  46. d485959 [lldb][lldb-dap] Disable more DAP tests on Windows (#158906) by David Spickett · 7 days ago
  47. fd404f7 [lldb][test] import-std-module: skip vector tests by Michael Buch · 7 days ago
  48. 97b99da [LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some tests (#158756) by Sirraide · 8 days ago
  49. 6d8cc2c [lldb][TypeSystem] Enable colored AST dump (#86159) by Michael Buch · 8 days ago
  50. 74cf422 [Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364) by Sirraide · 8 days ago
  51. fb3f428 [lldb-mcp] Adding a tool to list debuggers again. (#158340) by John Harrison · 8 days ago
  52. 9b12e10 [lldb][test] Fix unordered-map test. (#158286) by Ebuka Ezike · 8 days ago
  53. 5dc7372 [lldb] Fix unordered-map data formatter for const types (#156033) by Ebuka Ezike · 8 days ago
  54. e89b63b [LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559) by nerix · 8 days ago
  55. e8331e3 [lldb][test] Disable a test from TestDAP_cancel.py on Windows by David Spickett · 8 days ago
  56. 6cb4b18 [LLDB] Require DIA SDK for testing the PDB plugin-selection setting (#158284) by nerix · 10 days ago
  57. fcc3a26 [lldb/docs] Breakdown python reference into multiple files (#158331) by Med Ismail Bennani · 10 days ago
  58. 5586f55 [lldb] Change directory creation logic in framework-header-fix (#158355) by Alex Langford · 11 days ago
  59. e1974e2 [LLDB][NVIDIA] Add NVPTX architecture support (#158334) by Andrew Gontarek · 11 days ago
  60. 6a34939 [lldb] Fixed UB in CPlusPlusLanguage plug-in (#158304) by Dmitry Vasilyev · 11 days ago
  61. 58f757c [clang] AST: remove DependentTemplateSpecializationType (#158109) by Matheus Izvekov · 11 days ago
  62. f70e5dd [lldb] Track CFA pointer metadata in StackID (#157498) by Felipe de Azevedo Piovezan · 11 days ago
  63. e96e525 [libcxx] adds size-based `__split_buffer` representation to unstable ABI (#139632) by Christopher Di Bella · 11 days ago
  64. 2518f62 [lldb][test] Disable more of TestDAP_attach.py on Windows by David Spickett · 11 days ago
  65. 1638fa2 [lldb] Allow division by floating point zero in Scalar (#158115) by Ilia Kuklin · 11 days ago
  66. a800307 [lldb-dap] Add `debugAdapterEnv` for `attach` requests & improve regex (#157980) by Roy Shi · 11 days ago
  67. 618af13 [lldb] Test global variable support of dwim-print (NFC) (#157908) by Dave Lee · 12 days ago
  68. 7448da0 [lldb][NFC] Mark API test skipIfRemote to avoid a bot by Jason Molenda · 12 days ago
  69. 259a8a4 [LLDB][NativePDB] Implement `AddSymbols` (#154121) by nerix · 12 days ago
  70. 8253dbd [lldb-dap] Add invalidated event (#157530) by Druzhkov Sergei · 12 days ago
  71. 1c84a37 [lldb] Fix undefined behavior (#158119) by Adrian Prantl · 12 days ago
  72. ef2dce4 Revert "[lldb][NFC] Force some logging on to TestCortexMExceptionUnwind.py" by Jason Molenda · 12 days ago
  73. f8466d8 [lldb][NFC] Force some logging on to TestCortexMExceptionUnwind.py by Jason Molenda · 12 days ago
  74. d15e4f7 Revert "[lldb][NFC] Try to adapt Cortex-M API test for an Unbuntu bot" by Jason Molenda · 13 days ago
  75. bc09a29 [lldb][NFC] Try to adapt Cortex-M API test for an Unbuntu bot by Jason Molenda · 13 days ago
  76. 821bce2 [lldb][ElfCore] Improve main executable detection in core files (#157170) by GeorgeHuyubo · 13 days ago
  77. 303e46e [lldb][test] skip test `TestRerunAndExprDylib.py` on remote (#157916) by Ebuka Ezike · 13 days ago
  78. d56a044 [lldb-dap] Fix test: TestDAP_server.py (#157924) by Roy Shi · 13 days ago
  79. 88b4758 [lldb] Remove unused swig macro (NFC) (#157905) by Dave Lee · 13 days ago
  80. d810844 [lldb] Pass execution context to CompilerType::GetByteSize - in CommandObjectMemoryRead (NFC) (#157750) by Dave Lee · 13 days ago
  81. a37d38b Make flag-only options work in the ParsedCommand mode of adding commands (#157756) by jimingham · 13 days ago
  82. fe167a9 [lldb][test] Re-enable `TestRerunAndExprDylib.py` (#157872) by Ebuka Ezike · 13 days ago
  83. 7696ca9 [lldb][test] StepUntil disable test for unsupported linkers. (#157474) by Ebuka Ezike · 13 days ago
  84. af9b100 [NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618) by Greg Clayton · 13 days ago
  85. 31c2627 [lldb-dap] Add command line option `--connection-timeout` (#156803) by Roy Shi · 13 days ago
  86. f346c23 [lldb][NFC] Update testsuite skip comment to explain why the skip was added. by Jason Molenda · 14 days ago
  87. f8ef490 [lldb] Skip TestCortexMExceptionUnwind except Darwin by Jason Molenda · 14 days ago
  88. 8728fca NFC: SBThread should not be the one to compute StopReasonData. (#157577) by jimingham · 14 days ago
  89. adc6e23 [lldb][test] Re-enable import-std-module tests on Linux (#157649) by Michael Buch · 14 days ago
  90. 95dc2c4 [lldb][NFC] add comment to new TestCortexMExceptionUnwind by Jason Molenda · 14 days ago
  91. abb4b61 [lldb] Unwind through ARM Cortex-M exceptions automatically (#153922) by Jason Molenda · 14 days ago
  92. d49976a [lldb-mcp] Auto connect to the first running lldb mcp instance. (#157503) by John Harrison · 14 days ago
  93. f4a27b9 Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO file count functions" (#156980) by Ziyi Wang · 14 days ago
  94. 6509288 [LLDB][NativePDB] Mark blocks as parsed after parsing (#157493) by nerix · 14 days ago
  95. 9cce210 [lldb][nfc] Rename WritePointerToMemory argument's name (#157566) by Felipe de Azevedo Piovezan · 2 weeks ago
  96. 8ddee9d [lldb][test] TestAbiTagStructors.py: XFAIL on Windows by Michael Buch · 2 weeks ago
  97. 36162ed [lldb][Expression] Add structor variant to LLDB's function call labels (#149827) by Michael Buch · 2 weeks ago
  98. 0e28b23 [lldb][test] Prevent TestqOffsets.py picking up host binaries (#157432) by David Spickett · 2 weeks ago
  99. ade2294 [clang][Mangle] Inject structor type into mangled name when mangling for LLDB JIT expressions (#155485) by Michael Buch · 2 weeks ago
  100. 3299148 [lldb][elf-core][ARM] Add support for VFP registers (#155956) by Igor Kudrin · 2 weeks ago