aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)AuthorFilesLines
2026-04-06[lldb] Change most tests to build with system libc++ on Darwin (#190034)Alex Langford1-11/+18
2026-04-03Revert "[lldb/test] Codesign executables built with custom Makefile rules" (#...Jonas Devlieghere1-7/+0
2026-04-01[lldb/test] Codesign executables built with custom Makefile rules (#189902)Med Ismail Bennani1-0/+7
2026-04-01Revert "[lldb] Increase timeout on lldbutil.wait_for_file_on_target" (#190004)Jonas Devlieghere1-7/+12
2026-03-31[lldb] Increase timeout on lldbutil.wait_for_file_on_target (#189471)Alex Langford1-12/+7
2026-03-31[lldb] add getFullLibName to PlatformContext (#188772)Charles Zablit1-0/+3
2026-03-30[lldb] In python tests, call dumpSessionInfo(). (#188859)John Harrison4-29/+49
2026-03-27[lldb] Disable arm64e tests under ASan (#189052)Jonas Devlieghere1-0/+7
2026-03-27[lldb][test] Don't treat 'xcrun clang' as a path for finding clang++ (#188235)Raphael Isemann1-1/+6
2026-03-26Handle accelerated ObjC Class method dispatchs. (#188392)jimingham1-0/+10
2026-03-25[lldb] Disallow SHARED_BUILD_TESTCASE for non-default self.build() (#188523)Dave Lee1-0/+6
2026-03-25[lldb] Remove references to llvm-gcc (#188582)Dave Lee1-2/+1
2026-03-24[lldb] Mark lldbtest.build() parameters as keyword-only (#188327)Dave Lee1-0/+1
2026-03-23[lldb] Check for arm64e debugserver in skipUnlessArm64eSupported (#188082)Jonas Devlieghere4-0/+16
2026-03-17[lldb] Add additional logging to wait_for_file_on_target (#186915)Alex Langford1-1/+8
2026-03-16[lldb] Add a decorator for arm64e (#186909)Jonas Devlieghere1-0/+30
2026-03-14[lldb] Skip tests that are incompatible with MTE (#186043)Jonas Devlieghere4-0/+23
2026-03-14[lldb/test] Fix MTC dylib path for newer Darwin embedded devices (NFC)Med Ismail Bennani1-0/+16
2026-03-13[lldb][windows] print stop reason if MSVC's runtime check fails (#185473)Charles Zablit1-0/+16
2026-03-10[lldb/test] Add generic test variant infrastructure (#185145)Med Ismail Bennani2-49/+259
2026-02-27[lldb-dap] Adjust VariableReferenceStorage lifetime management. (#183176)John Harrison1-6/+8
2026-02-27[lldb-dap] Improve test performance for 'cancel' request. (#183632)John Harrison1-1/+3
2026-02-26[lldb] Remove last references to fbsdvm (#183418)Alex Langford1-4/+0
2026-02-25[lldb/test] Use filecheck_log to read log files from the host platform (#183422)Med Ismail Bennani1-0/+10
2026-02-24[lldb] fix Makefile cross platform macros (#183131)Charles Zablit1-4/+6
2026-02-24Revert "[lldb] fix Makefile.rules cross platform macros (#183090)" (#183142)Charles Zablit1-6/+4
2026-02-24Revert "Merge commit '74ad4baef073' from llvm.org/main into next (#183126)" (...Charles Zablit1-4/+6
2026-02-24Merge commit '74ad4baef073' from llvm.org/main into next (#183126)Charles Zablit1-6/+4
2026-02-24[lldb] fix Makefile.rules cross platform macros (#183090)Charles Zablit1-4/+6
2026-02-19[lldb][AArch64][Linux] Add support for the Permission Overlay Extension (POE)...David Spickett2-0/+4
2026-02-18[lldb] Disable shared build dir when testing with PDB (#182133)Dave Lee1-0/+3
2026-02-18[lldb-dap][NFC] Modernize events handling in tests (#181542)Sergei Druzhkov2-25/+21
2026-02-18[lldb] Allow tests to share a single build (#181720)Dave Lee2-4/+13
2026-02-18[lldb-dap] Add hex format in setVariable request (#181968)Sergei Druzhkov2-6/+10
2026-02-18[lldb-dap] Remove dead code. (#181947)Ebuka Ezike2-77/+0
2026-02-17[lldb][windows] deactivate unicode tests on Windows (#181698)Charles Zablit1-0/+4
2026-02-16[lldb] fix a typo in decorator's docstring (#181697)Charles Zablit1-1/+1
2026-02-16[lldb] add a marker around hidden frames (#181143)Charles Zablit1-0/+29
2026-02-13[lldb-dap] Add unknown request handler (#181109)Sergei Druzhkov1-0/+8
2026-02-12[lldb] replace usage of $(RM) in Makefile (#180755)Charles Zablit1-1/+1
2026-02-09[lldb] add cross platform test commands in Makefile.rules (#180224)Charles Zablit1-0/+23
2026-02-06[lldb-dap] Add validation for RunInTerminal client capability (#180213)Ebuka Ezike2-4/+19
2026-02-05[lldb-dap] Allow evaluate requests without a frame context (#179667)Ebuka Ezike1-5/+11
2026-02-05[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)Ebuka Ezike1-1/+1
2026-02-04[lldb][test] Add SBExpressionOptions parameter to expect_expr (#177920)Michael Buch1-5/+9
2026-02-04[lldb]Send statistics in initialized event (#178978)GeorgeHuyubo1-0/+2
2026-02-03[lldb-dap] Fix DAP_launch_io.py Test (#179295)Ebuka Ezike1-0/+3
2026-02-03[lldb-dap] Migrating 'stopped' event to structured types. (#176273)John Harrison2-4/+11
2026-01-30Restore unintentionally changed filesIgor Kudrin1-1/+1
2026-01-30lldb-dap: Stop using replicated variable ids (#124232)Anthony Eid1-2/+30