1. 4ba9835 [lldb][NFC] Fix the SPI prototypes in HostInfoMacOSX.mm by Jason Molenda · 3 hours ago main master
  2. c68274e Make StopInfoMachException return the right data. (#180088) by jimingham · 10 hours ago
  3. bde469b Cleanup the use of m_is_secondary_thread from PR #179799. (#180255) by jimingham · 10 hours ago
  4. 2ab60ab [lldb][test] TestTemplateDiagnosticHint.py: XFAIL on Windows by Michael Buch · 11 hours ago
  5. 4df9a3c [lldb-dap] Add validation for RunInTerminal client capability (#180213) by Ebuka Ezike · 11 hours ago
  6. 2313dca [lldb] Refactor JSONTransport own MainLoop read handle. (#179564) by John Harrison · 11 hours ago
  7. dbb89b1 Revert "[lldb-dap] fix executable substitution in tests (#179685)" (#180241) by Charles Zablit · 12 hours ago
  8. 8d14323 [lldb][ClangUserExpression] Emit workaround hint when trying to call function templates (#179916) by Michael Buch · 13 hours ago
  9. 127fba2 [lldb][FreeBSD] Remove MIPS64 unit tests (#180207) by David Spickett · 14 hours ago
  10. ccf25be [lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587) by Minsoo Choo · 15 hours ago
  11. 4e01546 [lldb][Process] Remove mips64 POSIX support (#179987) by Minsoo Choo · 16 hours ago
  12. 20fe869 [lldb-dap] Remove end line and column from disassemble response (#180037) by Ebuka Ezike · 17 hours ago
  13. 219f36e [lldb] Remove --debug/-d option from lldb (#179978) by David Spickett · 20 hours ago
  14. 7c2229c [lldb] Add a new way of loading files from a shared cache (#179881) by Jason Molenda · 27 hours ago
  15. ceb6cb3 Disable TestCancelAttach.py for linux -> linux remote (#180092) by jimingham · 28 hours ago
  16. b633552 [lldb][NFC] Add some override methods to VirtualDataExtractor (#179858) by Jason Molenda · 30 hours ago
  17. 242cd8c Fix the modal private state thread we use for running expressions on the private state thread (#179799) by jimingham · 30 hours ago
  18. d730011 [lldb-dap][NFC] Create helper function DAP::ProcessIsNotStopped (#180056) by Ebuka Ezike · 30 hours ago
  19. f78d79d [lldb-dap] Split the launch IO redirection tests. (#179974) by Ebuka Ezike · 31 hours ago
  20. 878b369 [lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#171482) by Adrian Vogelsgesang · 33 hours ago
  21. 81663cf [lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583) by Alex Langford · 34 hours ago
  22. 6a36747 Prevents a potential lock inversion in StatusLine when shutting down. (#179789) by jimingham · 35 hours ago
  23. f6dfbdb [lldb-dap] Improving stability of TestDAP_launch_commands. (#179783) by John Harrison · 2 days ago
  24. 7a1eef3 [lldb] Remove mips64 support for FreeBSD (#179582) by Minsoo Choo · 2 days ago
  25. 340d896 [lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556) by Minsoo Choo · 2 days ago
  26. 78caef9 [lldb][docs] Add FreeBSD kernel debugging information (#179597) by Minsoo Choo · 2 days ago
  27. 75c9f3e [lldb-dap] Allow evaluate requests without a frame context (#179667) by Ebuka Ezike · 2 days ago
  28. 66bdf35 [lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689) by Ebuka Ezike · 2 days ago
  29. 99f0df7 [lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper function by Michael Buch · 2 days ago
  30. 4ceb50a [lldb] [Process/FreeBSDKernel] List threads in correct order (#178306) by Minsoo Choo · 2 days ago
  31. e823429 [lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927) by Michael Buch · 2 days ago
  32. 3532bbe [lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation option (#177926) by Michael Buch · 2 days ago
  33. 47bdcf0 [lldb][Expression] Make __lldb_expr function qualifiers match source context (#177922) by Michael Buch · 2 days ago
  34. 1076cd6 [lldb][Expression] Add API to set/get language-specific expression options (#179208) by Michael Buch · 2 days ago
  35. f4ae1a2 [lldb][test] Add SBExpressionOptions parameter to expect_expr (#177920) by Michael Buch · 2 days ago
  36. 548bfb5 [lldb-dap] fix executable substitution in tests (#179685) by Charles Zablit · 2 days ago
  37. f74b875 [lldb]Send statistics in initialized event (#178978) by GeorgeHuyubo · 3 days ago
  38. e91607e [lldb] Add missing include guard in FormatterBytecode.h (#179528) by Dave Lee · 3 days ago
  39. 573ce19 [lldb][TypeSystemClang] Don't treat float vector types as floating point types (#179213) by Michael Buch · 3 days ago
  40. e3e9c62 [lldb-dap] Fix DAP_launch_io.py Test (#179295) by Ebuka Ezike · 3 days ago
  41. d1c55ee [lldb-dap] Migrating 'stopped' event to structured types. (#176273) by John Harrison · 4 days ago
  42. 3a02ea3 [lldb] Move FormatterBytecode.{h,def} to include/ (#179355) by Dave Lee · 4 days ago
  43. 208f9fc [lldb-dap] Add ASan report (#178858) by Sergei Druzhkov · 4 days ago
  44. c143b2a [lldb-dap][NFC] Reuse PrettyPrint instead of pp (#179337) by Sergei Druzhkov · 4 days ago
  45. adfa1b0 [lldb][CompilerType] Remove CompilerType::IsFloat (#179212) by Michael Buch · 4 days ago
  46. e665bbb [lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to IsFloatingPointType (#178906) by Michael Buch · 4 days ago
  47. 1a4e181 [lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904) by Michael Buch · 4 days ago
  48. 88049f7 [lldb] Fix variable access in old SBFrames after inferior function calls (#178823) by Med Ismail Bennani · 4 days ago
  49. 923b2f4 Reapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022) by Igor Kudrin · 4 days ago
  50. 48a14fd [lldb][NFC] Remove unused method Module::SetUUID (#178803) by Alex Langford · 4 days ago
  51. f3c41e6 [lldb-dap] Check the process state before thread or frame validation. (#179202) by Ebuka Ezike · 4 days ago
  52. 4747068 [lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069) by Minsoo Choo · 6 days ago
  53. 916cc9b Restore unintentionally changed files by Igor Kudrin · 7 days ago
  54. dcc5b82 lldb-dap: Stop using replicated variable ids (#124232) by Anthony Eid · 7 days ago
  55. f1426d0 Revert "[lldb] Add FP conversion instructions to IR interpreter (#175292)" by Igor Kudrin · 7 days ago
  56. c1c6484 [lldb] Add FP conversion instructions to IR interpreter (#175292) by Igor Kudrin · 7 days ago
  57. 0bc807a [lldb] Increment max-children-depth to 5 (#178717) by Dave Lee · 8 days ago
  58. 0de2ce2 [lldb] Fix typos in property descriptions. (#178757) by Ryan Mansfield · 8 days ago
  59. 967440f [lldb] Fix SBBreakpointName::SetEnabled to propagate changes to breakpoints (#178734) by Ebuka Ezike · 8 days ago
  60. 4febc7a [lldb] Clean up #includes. NFC. by Benjamin Kramer · 8 days ago
  61. 0459060 [lldb] Add support for ScriptedFrame to provide values/variables. (#178575) by Aman LaChapelle · 8 days ago
  62. 7c07c29 [lldb] Fix another typeo. No idea how this compiled for me. by Jason Molenda · 8 days ago
  63. 44ef096 [lldb] Add explicit namespace qualifiers for two SP types, by Jason Molenda · 8 days ago
  64. 47964f7 [lldb] Fix a compile error that came up with some compilers by Jason Molenda · 8 days ago
  65. 1ad67eb [lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347) by Jason Molenda · 8 days ago
  66. 03e1555 [lldb-dap] Improve DetectReplMode (#178740) by Ebuka Ezike · 8 days ago
  67. ecfcc11 [lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api (#177676) by n2h9 · 8 days ago
  68. 949ba4e [lldb] Add conversions for SBValueList and SBValue to the python bridge. (#178574) by Aman LaChapelle · 8 days ago
  69. 20dd38f [LLDB][Statistics] Add coreFile to Target stats (#161448) by Jacob Lalonde · 8 days ago
  70. 812aef6 [lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573) by Aman LaChapelle · 8 days ago
  71. a0b02cd [lldb-dap] NFC Renaming files for consistency. (#178560) by John Harrison · 9 days ago
  72. 2970dc4 [lldb][windows] fix unchecked Expected<T> (#178681) by Charles Zablit · 9 days ago
  73. 5e36b7e [lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676) by Minsoo Choo · 9 days ago
  74. ea47f75 [lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemForLanguage (#178667) by Michael Buch · 9 days ago
  75. e3d0209 [lldb-dap] Conditionally check UBSan stack trace on Darwin only (#178655) by Ebuka Ezike · 9 days ago
  76. 0a43ac2 [lldb-dap][windows] allow STDIN to be a console (#178642) by Charles Zablit · 9 days ago
  77. c6623ac [lldb] Refactor command option printing (#178208) by David Spickett · 9 days ago
  78. 61ae443 Revert "[lldb-dap][windows] allow STDIN to be a console (#178409)" (#178641) by Charles Zablit · 9 days ago
  79. c88a0e1 [lldb] Fix UbSan decorator (#177964) by Ebuka Ezike · 9 days ago
  80. 7b38ef1 [lldb-dap][windows] allow STDIN to be a console (#178409) by Charles Zablit · 9 days ago
  81. 45816cc [lldb][test] Add tests for formatting of command option descriptions (#178235) by David Spickett · 9 days ago
  82. a4feb47 [lldb] Fix memory monitor shutdown on Linux using eventfd (#178083) by Ebuka Ezike · 9 days ago
  83. 5a0a60a Add support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056) by Greg Clayton · 9 days ago
  84. 353ed89 [lldb] Add the ability to load ELF core file executables and shared libraries from memory (#177289) by Greg Clayton · 9 days ago
  85. f6317b5 [lldb-dap] Adding more details to 'exceptionInfo'. (#176465) by John Harrison · 9 days ago
  86. e22c3c2 Revert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)" (#178532) by Charles Zablit · 9 days ago
  87. e7d99bb [lldb-dap] Improve test performance by removing negative assertions. (#178041) by John Harrison · 9 days ago
  88. 2685427 [lldb-dap] Fix debugger initialisation order in DAP::InitializeDebugger (#178022) by Ebuka Ezike · 10 days ago
  89. f224d2b [lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#166455) by Vladimir Gorsunov · 10 days ago
  90. 0bd8cc5 [lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238) by Charles Zablit · 10 days ago
  91. efcadaa [lldb] Make "help format" test more strict (#178216) by David Spickett · 10 days ago
  92. 6b23f88 [lldb][NFC] Mark Symbol pointers as const where easily possible (#177472) by Alex Langford · 10 days ago
  93. 0031655 [lldb][NFC] Remove ObjectFile::ResolveSymbolForAddress (#177479) by Alex Langford · 10 days ago
  94. 43c07c8 [lldb] Fix unchecked llvm::Expected in ObjectFileWasm (#178299) by Jonas Devlieghere · 10 days ago
  95. ed874de [lldb] Enable locate module callback for main executable in launch mode (#176266) by GeorgeHuyubo · 10 days ago
  96. 970f105 [lldb][UserExpression] Delay deletion of failed user expression (#177921) by Michael Buch · 11 days ago
  97. 17bde88 [lldb-dap][NFC] Use a lambda instead of std::bind. (#178023) by Ebuka Ezike · 11 days ago
  98. b528579 [lldb] Fix Python stderr redirection in test (#177970) by Ebuka Ezike · 11 days ago
  99. 17f67f7 [lldb] Add MSVC STL std::*_ordering summary providers (#175070) by Sergei Druzhkov · 11 days ago
  100. bafbbc5 [lldb][windows] fix ProcessSaveCoreTestCase.test_save_core_to_nonwritable_dir (#178016) by Charles Zablit · 11 days ago