1. 3d03a8a [lldb-dap] Migrate stackTrace request to structured types (#173226) by Sergei Druzhkov · 3 hours ago main master
  2. 557e6ea [lldb/cmake] create staging directory for headers (#173427) by Jan Palus · 21 hours ago
  3. 36deefc [lldb] Add Python 3.8 compatibility for lldbtest.py (#173392) by Ebuka Ezike · 3 days ago
  4. ac632b0 [lldb] Improve detection of the readline backend (#173379) by Ebuka Ezike · 3 days ago
  5. 9060b08 [lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240) by Ilia Kuklin · 3 days ago
  6. 4c8c637 [lldb][NFC] Remove temp allocation SBCommandReturnObject::PutCString (#173365) by Ebuka Ezike · 3 days ago
  7. e2907c9 [lldb][AIX][NFC] Fix clang-format issues (#173337) by Hemang Gadhavi · 3 days ago
  8. 6be3692 [lldb-dap] refactor monitor thread in tests (#172879) by Charles Zablit · 4 days ago
  9. d99913b [lldb][ObjC][NFC] Use llvm::StringRef::consume_front(char) where possible (#173012) by Michael Buch · 4 days ago
  10. 89feeea [lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#171549) by John Harrison · 4 days ago
  11. 2f398ad [lldb-dap] Avoid unnecessary allocations when creating variables. (#172661) by Ebuka Ezike · 4 days ago
  12. f13d8ae [lldb-dap][test] Add Python 3.8 compatibility for test suite (#173264) by Ebuka Ezike · 4 days ago
  13. ddd60f7 [lldb] Use ReadCStringsFromMemory to speed-up AppleObjCClassDescriptorV2::method_t lookup (#172031) by Felipe de Azevedo Piovezan · 4 days ago
  14. 34eba35 [lldb][windows] skip TestPlatformProcessLaunchGDBServer.test_launch_with_unusual_process_name (#173250) by Charles Zablit · 4 days ago
  15. ff2a4db [lldb] Add ReadCStrings API to Process (#172026) by Felipe de Azevedo Piovezan · 4 days ago
  16. cde04f3 [lldb][AIX] Added Kill() implementation (#169454) by Dhruv Srivastava · 5 days ago
  17. 25a3f18 [LLDB] Improve error handling in TypeSystemClang::GetChildCompilerTypeAtIndex (#170932) by Adrian Prantl · 5 days ago
  18. c210c03 [LLVM][ADT] Make `scope-exit` CTAD-capable (#173131) by Victor Chernyakin · 5 days ago
  19. 71dd254 [lldb-dap] Migrate restart request to structured types (#172488) by Sergei Druzhkov · 6 days ago
  20. e68f62c [lldb] Recognize MTE faults with EXC_GUARD exception type (#172579) by Julian Lettner · 7 days ago
  21. f7f7abe [lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (#172792) by Igor Kudrin · 7 days ago
  22. a7e3d6d [lldb] Update my email address in maintainers file (#173051) by David Spickett · 7 days ago
  23. 930be34 [LLDB] Run MSVC STL unordered tests with PDB (#172731) by nerix · 7 days ago
  24. 0b273e1 [lldb-dap] Do not show warnings on Completions request. (#172917) by Ebuka Ezike · 7 days ago
  25. 48a771b [lldb-dap] Document stopOnEntry when attaching. (#172927) by Ebuka Ezike · 7 days ago
  26. 08bb446 [lldb][API] Make SB-API functions const if possible. (#172687) by Ebuka Ezike · 8 days ago
  27. bdb4621 [lldb/test] Fix failure caused by leading zero in TestScriptedFrameProvider.py by Med Ismail Bennani · 8 days ago
  28. 3e8edea [lldb] Add priority support to synthetic frame providers (#172848) by Med Ismail Bennani · 8 days ago
  29. 32ee30c [lldb-dap] Add missing tablegen dependency to lldb-dap (#172891) by Dave Lee · 8 days ago
  30. 910bfcf [lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows (#172880) by Charles Zablit · 8 days ago
  31. 0221773 [lldb][windows] only use a ConPTY if needed (#172877) by Charles Zablit · 8 days ago
  32. 845cba4 [lldb-dap] Do not show memory address on types with no summary (#172670) by Ebuka Ezike · 8 days ago
  33. 261b63b [lldb][windows] refactor the version check in @skipIfWindows (#172838) by Charles Zablit · 8 days ago
  34. 4f37820 [lldb] Fix frame-format string missing space when module is invalid (#172767) by Med Ismail Bennani · 8 days ago
  35. 6a01774 [lldb] Restrict JITLoaderGDB test to native Linux environments (#172292) by Stefan Gränitz · 8 days ago
  36. 27bf46f [LLDB] Run MSVC STL vector tests with PDB (#172726) by nerix · 8 days ago
  37. 8df6559 [lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363) by Ilia Kuklin · 9 days ago
  38. 867178c [lldb][windows] add Windows Virtual Console support (#168729) by Charles Zablit · 9 days ago
  39. 8ce215b [lldb-dap] Bump the version to 0.4.1 by Jonas Devlieghere · 9 days ago
  40. 8d93461 Revert "Make result variables obey their dynamic values in subsequent expressions (#168611)" (#172780) by Dave Lee · 9 days ago
  41. 46fe6de [lldb/test] Fix libcxx configuration handling for remote platforms (#172761) by Med Ismail Bennani · 9 days ago
  42. 23f7545 [lldb] Fix TestIvarProtocols to use +new instead of +alloc (NFC) (#172740) by Dave Lee · 9 days ago
  43. f164fd1 [lldb] Prefer exact address match when looking up symbol by address (#172055) by Augusto Noronha · 9 days ago
  44. f76ecf3 [lldb][NFCI] Remove unused field in BreakpointResolverName (#172574) by Alex Langford · 9 days ago
  45. 02e8685 [lldb][ObjC][NFCI] Replace StringLexer with llvm::StringRef (#172466) by Michael Buch · 9 days ago
  46. eba428f [lldb][docs] Fix formatting in troubleshooting guide by David Spickett · 10 days ago
  47. be34d73 [lldb][docs] Add register info problems to troubleshooting doc (#171806) by David Spickett · 10 days ago
  48. 4e17ebf [lldb] [docs] [sbapi]: fix lldb-forward header name (#172578) by n2h9 · 10 days ago
  49. 32055be [lldb][ClangASTSource][NFC] Clean up RegisterNamespaceMap (#172520) by Michael Buch · 10 days ago
  50. 7a93f74 [LLDB] Run MSVC STL atomic tests with PDB (#172349) by nerix · 10 days ago
  51. c060cc3 [lldb-dap] Fix Windows build (#172475) by Sergei Druzhkov · 10 days ago
  52. 2d2d72c [lldb-dap] Migrate additional requests to stuctured types (#172283) by Sergei Druzhkov · 10 days ago
  53. 9e0d91a [lldb][NFCI] Make LookupInfo const (#171901) by Alex Langford · 11 days ago
  54. 87187dc [NFC][lldb] fix PseudoTerminal documentation (#172318) by Charles Zablit · 11 days ago
  55. 2d9fc4d [lldb][windows] fix a race condition when polling Pipes (#172063) by Charles Zablit · 11 days ago
  56. 84706b9 [lldb] Respect max packet size limits for MultiMemRead in ProcessGDBRemote (#172022) by Felipe de Azevedo Piovezan · 11 days ago
  57. 4ecffaa [lldb][test] Xfail 3 backtrace related tests on Windows on Arm (#172300) by David Spickett · 11 days ago
  58. bcbc164 [lldb][AppleObjCDeclVendor] Fix format specifiers when printing log (#172263) by Michael Buch · 12 days ago
  59. 95910fb Partially revert "[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)" (#172233) by Raul Tambre · 12 days ago
  60. 63c1d8d [NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770) by Raul Tambre · 12 days ago
  61. 9463840 [lldb-dap] Migrate locations request to structured types (#171099) by Sergei Druzhkov · 12 days ago
  62. c3c970b [LLDB][NativePDB] Create typedefs in structs (#169248) by nerix · 12 days ago
  63. e7051ed [lldb] Add unit tests for NonNullSharedPtr (#172173) by Jonas Devlieghere · 13 days ago
  64. 647ed4f Revert "[lldb] Still echo the command if we print the error." (#172110) by Jonas Devlieghere · 14 days ago
  65. 212d670 Revert "[lldb/test] Enable debug info for TestFrameProviderCircularDependency.py" by Med Ismail Bennani · 14 days ago
  66. b9968e2 [lldb] Still echo the command if we print the error. (#171931) by Jonas Devlieghere · 14 days ago
  67. 6ee3ab0 [lldb/test] Enable debug info for TestFrameProviderCircularDependency.py by Med Ismail Bennani · 2 weeks ago
  68. 2e7e243 [lldb] Add arm32/thumb register layout to Scripted{Frame,Thread} (#172005) by Med Ismail Bennani · 2 weeks ago
  69. bdf1aab [lldb][ClangExpressionParser] Emit more accurate language note for Objective-C++ fallback (#172047) by Michael Buch · 2 weeks ago
  70. 33023eb [lldb] fix failing diagnostics test when Unicode is supported (#172038) by Charles Zablit · 2 weeks ago
  71. a8fc5ac [lldb][InstrumentationRuntime] Run sanitizer utility expressions as C (#172019) by Michael Buch · 2 weeks ago
  72. e3dd162 [lldb][nfc] Change ProcessGDBRemote::ParseMultiMemReadPacket signature (#172020) by Felipe de Azevedo Piovezan · 2 weeks ago
  73. 7945ea5 [lldb] improve the heuristics for checking if a terminal supports Unicode (#171832) by Charles Zablit · 2 weeks ago
  74. 9f2e4ee [LLDB][NativePDB] Use original struct name when searching for constants (#166845) by nerix · 2 weeks ago
  75. 705ef03 [LLDB][NFC] Remove redundant target/process checks in SBFrame (#153258) by Felipe de Azevedo Piovezan · 2 weeks ago
  76. 1bb799f [lldb-dap] Allow empty memory reference in disassemble arguments (#162517) by Sergei Druzhkov · 2 weeks ago
  77. b59a204 Reland [MS][clang] Add support for vector deleting destructors (#170337) by Mariya Podchishchaeva · 2 weeks ago
  78. 626c245 The C++ dynamic typing tests are failing on Windows, skip for now. (#171922) by jimingham · 2 weeks ago
  79. 5607ba4 Make result variables obey their dynamic values in subsequent expressions (#168611) by jimingham · 2 weeks ago
  80. 4f064d8 [lldb] Add WebAssembly platform (#171507) by Jonas Devlieghere · 2 weeks ago
  81. 62f8e89 [lldb][NFC] Change ObjectFile argument type (#171574) by Jason Molenda · 2 weeks ago
  82. 657fb1c [lldb][Formatters] Simplify std::list libc++ formatter matching regex (#147709) by Michael Buch · 2 weeks ago
  83. 23f6e2d [lldb][Module] Only log SDK search error once per debugger session (#171820) by Michael Buch · 2 weeks ago
  84. afe1bae [lldb] Correct use_editline check in IOHandlerEditline (#171733) by Jonas Devlieghere · 2 weeks ago
  85. 75c0ac5 [LLDB] Run MSVC variant test with PDB (#171858) by nerix · 2 weeks ago
  86. 2d449a3 [lldb][test] Skip all of JSONTransportTest.cpp file on Windows by David Spickett · 2 weeks ago
  87. e7be25e [lldb[test] Fix compiler warning in AdbClientTest.cpp by David Spickett · 2 weeks ago
  88. 58e572e [lldb][lldb-dap] Remove unused variable by David Spickett · 2 weeks ago
  89. 80eeac9 [lldb][test] Fix toolchain-msvc.test for native ARM64 MSVC environment (#171797) by Omair Javaid · 2 weeks ago
  90. 74a896b Revert "[lldb] fix failing tests due to CI diagnostics rendering (#171791) by Charles Zablit · 2 weeks ago
  91. 90c5e27 Add a _regexp-break-add and some more tests for the b alias. (#171236) by jimingham · 2 weeks ago
  92. e21a08b [lldb] fix failing tests due to CI diagnostics rendering (#171685) by Charles Zablit · 2 weeks ago
  93. ff7f879 [lldb-dap] Fix running dap_server.py directly for debugging tests. (#167754) by John Harrison · 2 weeks ago
  94. 0623552 [lldb] Make TestJitBreakPoint.py use LLVM_TOOLS_DIR (#171656) by Aiden Grossman · 2 weeks ago
  95. 33804a2 [lldb] Stop emitting pointless newline (NFC) (#171531) by Jonas Devlieghere · 2 weeks ago
  96. b1b7a89 [lldb] Log when we use fallback register information by David Spickett · 2 weeks ago
  97. 9af162f [lldb-dap] enable run-in-terminal test on linux arm. (#171598) by Ebuka Ezike · 2 weeks ago
  98. 46f7e11 [lldb-dap] enable TestDAP_module on linux (#171584) by Ebuka Ezike · 2 weeks ago
  99. 26ce70c [lldb] improve the heuristics for checking if a terminal supports Unicode (#171491) by Charles Zablit · 2 weeks ago
  100. 5d33440 [lldb] convert jit-loader_rtdyld_elf.test to an API test (#170333) by Charles Zablit · 2 weeks ago