summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2024-07-10[lldb][test] Set target and host OS for API tests in case of remote testingVladislav Dzhidzhoev
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei
2024-07-08[lldb][test] Fix type error when calling random.randrange with 'float' arg (#...Kendal Harland
2024-07-02[LLDB] Fix TestGdbRemoteConnection.py on WindowsMuhammad Omair Javaid
2024-06-28[lldb-dap] Added "port" property to vscode "attach" command. (#91570)Santhosh Kumar Ellendula
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere
2024-06-12Fix flaky TestDAP_console test. (#94494)Miro Bucko
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei
2024-05-16[lldb] Move TestBase.runCmd() to the Base class (#92252)Dmitry Vasilyev
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett
2024-05-14[lldb] Add lldbutil.install_to_target() helper (#91944)Dmitry Vasilyev
2024-05-10[lldb] Fixed SyntaxWarning: invalid escape sequence \[ \d \s (#91146)Dmitry Vasilyev
2024-05-03Fix dap variable value format issue (#90799)jeffreytan81
2024-05-03Revert "[lldb] Fix TestSharedLibStrippedSymbols for #90622"David Spickett
2024-05-03[lldb] Fix TestSharedLibStrippedSymbols for #90622Pavel Labath
2024-05-02LLDB Debuginfod tests and a fix or two (#90622)Kevin Frei
2024-05-01Install generated API headers into LLDB.framework (#90666)Adrian Prantl
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\l' in lldbtest.py (#90609)Dmitry Vasilyev
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\s' in decorators.py (#90...Dmitry Vasilyev
2024-04-29Skip various tests under ASAN on green dragon (#90531)Adrian Prantl
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-04-25Initial step in targets DAP support (#86623)jeffreytan81
2024-04-18[lldb][test] Remove LLDB_TEST_USE_VENDOR_PACKAGES (#89260)Jordan Rupprecht
2024-04-17[lldb][test] Improve invalid compiler error messageDavid Spickett
2024-04-15[libc++][CI] Tests LLDB libc++ data formatters. (#88312)Mark de Wever
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei
2024-04-03Revert "DebugInfoD issues, take 2" (#87583)Chelsea Cassanova
2024-04-03DebugInfoD issues, take 2 (#86812)Kevin Frei
2024-03-23Revert "DebugInfoD tests + fixing issues exposed by tests (#85693)"Muhammad Omair Javaid
2024-03-21DebugInfoD tests + fixing issues exposed by tests (#85693)Kevin Frei
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford
2024-02-29Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi
2024-02-26[lldb][test][Windows] Don't assert that module cache is emptyDavid Spickett
2024-02-22Re-land [lldb-dap] Add support for data breakpoint. (#81909)Zequan Wu
2024-02-22[lldb][docs] Remove/update docs pointing to unittest2 (#82672)Jordan Rupprecht
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere