1. 63da22c [lldb] Add a corefile fuzzer (#225103) by Yao Qi · 23 minutes ago main master
  2. c9db432 [lldb] Fix heap-buffer-overflow in tree-sitter-swift scanner state (#224001) by Yao Qi · 83 minutes ago
  3. e7e35bd [lldb] Remove ConstString from IOHandlerCursesGUI.cpp (#225524) by Alex Langford · 11 hours ago
  4. d8c9393 [lldb][test] Remove dead a.out rule from TestSBModule's Makefile (#225943) by Adrian Prantl · 11 hours ago
  5. cd54183 [lldb]Simplify Makefile in TestFunctionStarts (#225941) by Adrian Prantl · 11 hours ago
  6. ba8d9f5 [lldb][test] Use the default link rule in TestDeepBundle (#225937) by Adrian Prantl · 11 hours ago
  7. 7aa35df [LLDB] Simplify Makefile for TestBundleWithDotInFilename (#225930) by Adrian Prantl · 11 hours ago
  8. 14acf44 [LLDB] Simplify Makefile (#225922) by Adrian Prantl · 11 hours ago
  9. 88a1cf6 [lldb] Fix dwim-print's arrow-operator check to match the substring (#225778) by Yao Qi · 12 hours ago
  10. 8c3a32d [lldb] Fix crash on a trailing '-' in a legacy variable expression path (#225661) by Yao Qi · 12 hours ago
  11. 3265676 Handle stepping through "lazy library" stubs (#225238) by jimingham · 12 hours ago
  12. b38cc2a [lldb] Validate a scripted class abstract methods before running its constructor (#225246) by Med Ismail Bennani · 12 hours ago
  13. dae683b [LLDB] Simplify Makefile (#225890) by Adrian Prantl · 12 hours ago
  14. e7d15fb [lldb][Windows] skip TestMultithreaded.SBBreakpointCallbackCase.test_python_stop_hook (#225862) by Charles Zablit · 15 hours ago
  15. e388f1e [lldb][NativePDB] don't assert when a public symbol sits past its section (#225734) by Charles Zablit · 15 hours ago
  16. 79589e7 [lldb] Add Options to LINK_COMPONENTS (#225684) by Krzysztof Parzyszek · 16 hours ago
  17. 700d55a [Support] Allow \n, \t, \x in regexes (#223024) by Harald van Dijk · 16 hours ago
  18. 44bbef9 [lldb] [Windows] Let LLGS TestClient tolerate async `O` output packets (#225521) by Yao Qi · 20 hours ago
  19. f956f88 [lldb-dap] Log the error when the adapter fails to write. (#225191) by Ebuka Ezike · 20 hours ago
  20. 5c37b32 [lldb] Fix SBValue::Watch on a local variable. (#220292) by Ebuka Ezike · 20 hours ago
  21. ddec4fc [lldb][Windows] Enable the multithreaded and multiple-debuggers API tests (#224305) by Charles Zablit · 22 hours ago
  22. 4059642 [lldb] Consistently use "null-terminated" across LLDB (NFC) (#224801) by Jonas Devlieghere · 31 hours ago
  23. 7a5683b [lldb] Add error logging to DIL (#224763) by Ilia Kuklin · 34 hours ago
  24. 2a41a5d [lldb] Fix heap-use-after-free in scripted process memory reads (#225472) by Med Ismail Bennani · 34 hours ago
  25. 7a3e3a6 [lldb/Interpreter] Report scripted hook failures to the user (#225292) by Med Ismail Bennani · 35 hours ago
  26. e49af6a [lldb-dap] Fix global-scope evaluate always routing to command interpreter (#225243) by Nathan Fusselman · 2 days ago
  27. d8272b2 [lldb][NFC] Move XcodeSDK's sysroot into a separate XcodeSDKAndSysroot class (#224361) by Charles Zablit · 2 days ago
  28. f58acf9 [lldb-dap][NFC] Simplify using var_ref_t directly. (#225187) by Ebuka Ezike · 2 days ago
  29. 305a3a3 [lldb-dap] Refactor handling progress events. (#224957) by Ebuka Ezike · 2 days ago
  30. 42f3462 [Option] Remove OPTTABLE_STR_TABLE_CODE (#224822) by Fangrui Song · 2 days ago
  31. 8dd9eb3 [lldb] Refactor PrepareToExecuteJITExpression (#224888) by Lang Hames · 2 days ago
  32. 782e870 [lldb] Make ScriptedPythonInterface::Dispatch return llvm::Expected<T> (#224988) by Med Ismail Bennani · 2 days ago
  33. 7b86a6b [lldb] Bounds check minidump location descriptors (#223911) by Jonas Devlieghere · 3 days ago
  34. ae69765 [Support][lldb] Port xz (lzma) decompression from LLDB into LLVM (#220092) by Janet Yang · 3 days ago
  35. 98e5bf2 [lldb] [NFC] Fix unused variable warning in MemoryCache::InsertPartialLine (#224973) by Yao Qi · 3 days ago
  36. 0df7af7 [lldb] Implement the `__repr__` method for SBStringList. (#224134) by Ebuka Ezike · 3 days ago
  37. 5b9d51a [lldb][SBAPI] Fix crash when calling SBProgress constructor. (#224176) by Ebuka Ezike · 4 days ago
  38. 7ff1632 [lldb/test] Skip test_scripted_process_addressable_bits on Windows (#224878) by Med Ismail Bennani · 4 days ago
  39. 853efd6 [Option] Replace the OptionTables object with a function. NFC (#224805) by Fangrui Song · 5 days ago
  40. 0ac7266 [lldb/test] Register the addressable_bits_scripted_process module with the script interpreter (#224803) by Med Ismail Bennani · 5 days ago
  41. c077fa4 [lldb] Bound DataExtractor::PeekCStr to the data it reads from (#224452) by Jonas Devlieghere · 5 days ago
  42. 5d72a02 Revert "[lldb][FreeBSDKernel] Support cross-architecture FreeBSD kernel cores" (#224799) by Minsoo Choo · 5 days ago
  43. 943fdd7 [lldb][FreeBSDKernel] Support cross-architecture FreeBSD kernel cores (#223593) by Minsoo Choo · 5 days ago
  44. 9ff5e2e [lldb][FreeBSDKernel] Avoid null dereference probing FreeBSD kernels (#223590) by Minsoo Choo · 5 days ago
  45. 311aaab [lldb][FreeBSDKernel] Load unrelocated FreeBSD kernel sections (#223589) by Minsoo Choo · 5 days ago
  46. 52409d8 [lldb/Interpreter] Let a Scripted Process report its addressable bits (#224701) by Med Ismail Bennani · 5 days ago
  47. 8aaaf8d [Option] Emit the Info table from TableGen. NFC (#224508) by Fangrui Song · 5 days ago
  48. ee5066d [lldb] Get IRExecutionUnit mangling-mode from llvm::Module. (#224595) by Lang Hames · 5 days ago
  49. bf74554 [LLDB] Convert the remaining test launches to lldbutil (NFC) (#224416) by Adrian Prantl · 5 days ago
  50. 5173640 [LLDB] Convert multi-threaded test launches to lldbutil (NFC) (#224415) by Adrian Prantl · 5 days ago
  51. d6a24de [LLDB] Convert test launches with extra arguments to lldbutil (NFC) (#224412) by Adrian Prantl · 5 days ago
  52. f840ebf [LLDB] Convert straightforward test launches to lldbutil (NFC) (#224404) by Adrian Prantl · 5 days ago
  53. c35dc1c [lldb] Skip TestFrameVarDILExprComparison with DWARF < 4 (#224755) by Adrian Prantl · 5 days ago
  54. be50775 [lldb] Follow serial outlined functions when scanning for an unwind plan (#222800) by Augusto Noronha · 6 days ago
  55. dda50a2 [lldb] Don't consult the plan stack for a stop an auto-continue will discard (#215522) by alexey-gusarov · 6 days ago
  56. b1ff820 [lldb] Remove the unused Process::ReadMemoryInChunks (#224656) by Yao Qi · 6 days ago
  57. 647b6e8 [lldb] Fix AddCacheData comments (#224383) by Yao Qi · 6 days ago
  58. e6979cb [lldb][Windows] Skip assert frame recognizer tests on Windows on Arm (#224602) by Charles Zablit · 6 days ago
  59. 83eefea [lldb] Make the shell expansion timeout an LLDB setting (#221952) by Raphael Isemann · 6 days ago
  60. a210108 [lldb][test] Add missing import to TestSynthesizedPropertyAccessor (#224543) by Raphael Isemann · 6 days ago
  61. 4a34c22 Require Darwin for TestSynthesizedPropertyAccessor so that it won't fail on every PR. (#224531) by Ryosuke Niwa · 6 days ago
  62. 744b27e [lldb-server] Fix GetMemoryRegionInfo syntax to include trailing `;` (#224319) by Felipe de Azevedo Piovezan · 6 days ago
  63. 66cd050 [lldb] Turn GetDeclContextDIEContainingDIE into a worklist (NFC) (#224453) by Jonas Devlieghere · 6 days ago
  64. dfaed17 [lldb] Don't dereference a possibly null DataExtractor in FindPlugin (#224347) by Jonas Devlieghere · 6 days ago
  65. 853f731 [LLDB] Skip tests with older versions of clang (#224468) by Adrian Prantl · 6 days ago
  66. cfe108c [lldb] Read the bool that a scripted thread plan's should_step returns (#215521) by alexey-gusarov · 6 days ago
  67. d7ba82d [lldb] Remove remaining ConstString section names in ObjectFileELF (#224407) by Alex Langford · 6 days ago
  68. 4952269 lldb: Require x86_64 for x86_64-specific NativePDB tests (#224140) by Matt Arsenault · 6 days ago
  69. 7d3f862 [lldb] Add APSInt literal support to formatter_bytecode.py (#223805) by Dave Lee · 6 days ago
  70. 526df4d Remove ConstString from Section (#224170) by Alex Langford · 7 days ago
  71. 8475698 [lldb] Detect cycles when following DIE references (#223912) by Jonas Devlieghere · 7 days ago
  72. e0b2f0a [lldb][windows] add assert frame recognizer Windows (#224269) by Charles Zablit · 7 days ago
  73. df406d7 [LLDB] Simplify LLDB test launches with lldbutil (NFC) (#224175) by Adrian Prantl · 7 days ago
  74. 40bb358 [lldb] Surface GetIndexOfChildWithName errors instead of dropping them (#224059) by Charles Zablit · 7 days ago
  75. f6fe199 [lldb] Substitute breakpoint opcodes in expedited memory (#224304) by Yao Qi · 7 days ago
  76. 510000d [lldb][docs] Put missing ';' in qMemoryRegionInfo ProtectionKey doc (#224341) by David Spickett · 7 days ago
  77. 9845f80 [lldb] Guarded GDBRemoteCommunicationServerLLGS::m_saved_registers_map (#219431) by Raphael Isemann · 7 days ago
  78. 6a1b1ce [lldb] Use Guarded in CPPLanguageRuntime (#220212) by Raphael Isemann · 7 days ago
  79. 8ea1449 [lldb][test] Increase gdbremote_testcase timeout (#221239) by Raphael Isemann · 7 days ago
  80. 917bdc7 [lldb][NFC] Remove ModuleChild::SetModule (#223661) by Raphael Isemann · 7 days ago
  81. 00ffb0f [lldb][test] Print command output when it unexpectedly passes (#224021) by Raphael Isemann · 7 days ago
  82. 7277d41 [lldb][test] Remove Arm xfail from a test in TestFrameProviderStepping.py (#224256) by David Spickett · 7 days ago
  83. 8454446 [lldb] Stop caching cross-module callees in CallEdge (#224165) by Jonas Devlieghere · 7 days ago
  84. 365bb2b Allow scripted frames to implement custom step operations (#223834) by jimingham · 7 days ago
  85. 7dc7c07 [LLDB] Skip test with older versions of clang (really: libc++) (#224171) by Adrian Prantl · 7 days ago
  86. b4a05a7 Change string type of StackFrameRecognizer module names (#222810) by Alex Langford · 7 days ago
  87. 4d109bd [lldb] Parse GDB remote register union types (#223485) by Bar Soloveychik · 8 days ago
  88. ec6a8af [LLDB] Skip test under gold (#224113) by Adrian Prantl · 8 days ago
  89. b694ce5 [lldb] Add an option to build liblldb statically (#223210) by Anutosh Bhat · 8 days ago
  90. 7e3df7a clang: Do not overwrite a module's DataLayout in the backend (#224012) by Matt Arsenault · 8 days ago
  91. 2503c2d [lldb-dap][test] Only check compile units from stack frames for main.c (#223450) by Jordan Rupprecht · 8 days ago
  92. 54ece81 [lldb] End to end test for address spaces using lldb-server mock accelerator plugin (#217092) by satyanarayana reddy janga · 8 days ago
  93. c676c05 [lldb][debugserver] Expedite the memory ranges lldb read most recently (#223417) by Yao Qi · 8 days ago
  94. 2dea44e [lldb][windows] support long path in loaded modules cache (#206117) by Charles Zablit · 8 days ago
  95. 5f78129 [lldb][Windows] Support AF_UNIX domain sockets (#205618) by Charles Zablit · 8 days ago
  96. f3252cc [lldb] Look up register set children by their own name too (#223857) by Charles Zablit · 8 days ago
  97. a348151 [lldb][cmake] Accept config-mode packages in add_optional_dependency (#222976) by Charles Zablit · 8 days ago
  98. f42ab52 [lldb] Support building lldbHost under Emscripten (#223206) by Anutosh Bhat · 8 days ago
  99. af28fa1 [lldb] Add PlatformEmscripten (#223200) by Anutosh Bhat · 8 days ago
  100. 61a2b02 [lldb] Add HostInfoEmscripten (#223169) by Anutosh Bhat · 8 days ago