summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2020-07-13Add a decorator to skip tests when running under RosettaAdrian Prantl
2020-07-13[lldb/dotest] Remove the "xunit" result formatterPavel Labath
2020-07-10[lldb/Test] Fix missing yaml2obj in Xcode standalone build.Jonas Devlieghere
2020-07-10Revert "[lldb-vscode] Fix TestVSCode_module"Walter Erquinigo
2020-07-10[lldb-vscode] Add Compile Unit List to Modules ViewYifan Shen
2020-07-10[lldb-vscode] Add Support for Module EventYifan Shen
2020-07-08[lldb][NFC] Fix indentation in expect_exprRaphael Isemann
2020-07-07[dotest] Log a warning when --server and --out-of-tree-debugserver are setDavide Italiano
2020-07-07Do not set LLDB_DEBUGSERVER_PATH if --out-of-tree-debugserver is passed.Davide Italiano
2020-07-07[lldb/test] Fix lldbutil.run_to_***_breakpoint for shared librariesPavel Labath
2020-06-30[TestReturnValue] Skip based on architecutre, not platform.Davide Italiano
2020-06-30[lldb/Test] Introduce "assertSuccess"Pavel Labath
2020-06-23Redo of Add terminateCommands to lldb-vscode protocolWalter Erquinigo
2020-06-23[vscode] set default values for terminateDebuggee for the disconnect requestWalter Erquinigo
2020-06-19Repair support for launching ios/tv/watch simulator binaries through platformAdrian Prantl
2020-06-17[lldb/Test] Fix tests that rely on logfiles with reproducers.Jonas Devlieghere
2020-06-16[lldb/Test] Create dir if it doesn't yet exist in getReproducerArtifactJonas Devlieghere
2020-06-12[lldb/Test] Assert that no targets or modules remain after a test completes.Jonas Devlieghere
2020-06-11[lldb/Test] Ensure inline tests have a unique build directoryJonas Devlieghere
2020-06-10[lldb/Test] Add 'std-module' category and skip them with reproducersJonas Devlieghere
2020-06-10[lldb/Makefile.rules] Apply CFLAGS_EXTRAS after debug-info mode flagsPavel Labath
2020-06-03[lldb/Test] Python <3.5 requires **kwargs to come lastJonas Devlieghere
2020-06-03[lldb/Test] Remove un(used|needed|maintained) files from lldbsuite.Jonas Devlieghere
2020-06-03[lldb/Test] Don't print 'command invoked'Jonas Devlieghere
2020-06-02[lldb/Test] Don't use the env to pass around configuration variables (NFC)Jonas Devlieghere
2020-06-02[lldb/Test] Pass Make arguments in invocation instead of environmentJonas Devlieghere
2020-06-02[lldb/Test] Don't use the env to pass around configuration variables (NFC)Jonas Devlieghere
2020-06-01Revert "[lldb] Pass -fPIC flag even when DYLIB_ONLY is set"Raphael Isemann
2020-05-30[lldb] Pass -fPIC flag even when DYLIB_ONLY is setRaphael Isemann
2020-05-29[lldb/Test] Don't leak forked processes on DarwinJonas Devlieghere
2020-05-29Let @skipUnlessUndefinedBehaviorSanitizer imply @skipIfAsanAdrian Prantl
2020-05-29Let @skipUnlessThreadSanitizer imply @skipIfAsanAdrian Prantl
2020-05-29[lldb] Make "inline" tests more configurablePavel Labath
2020-05-27[lldb] Make order of completions for expressions deterministic and sorted by ...Raphael Isemann
2020-05-26Let @skipUnlessAddressSanitizer imply @skipIfAsanAdrian Prantl
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-22[lldb/Reproducers] Make the type tests work with reproducersJonas Devlieghere
2020-05-20Revert "Add terminateCommands to lldb-vscode protocol"Pavel Labath
2020-05-19Add terminateCommands to lldb-vscode protocolAntónio Afonso
2020-05-14[lldb/Test] Modify more tests for API replayJonas Devlieghere
2020-05-13[lldb/Reproducers] Add test-specific API to set the test CWDJonas Devlieghere
2020-05-11[lldb/test] Make "inline" tests handle multiple statements at the same locationPavel Labath
2020-05-08[lldb/Test] Update TestProcessList.py for reproducer replayJonas Devlieghere
2020-04-28[lldb-vscode] Add an option for loading core filesWalter Erquinigo
2020-04-15Another attempt of D77452 - da0e91fee614e8686f48db28e6507c8abe061fc2Walter Erquinigo
2020-04-15Revert "[intel-pt] Improve the way the test determines whether to run"Walter Erquinigo
2020-04-15[intel-pt] Improve the way the test determines whether to runWalter Erquinigo
2020-04-14[lldb/Reproducers] Capture reproducers from the API test suite.Jonas Devlieghere
2020-04-14[lldb/test] Make TestLoadUnload compatible with windowsPavel Labath
2020-04-08[lldb/Python] Add lldbconfig module to make the lldb module configurableJonas Devlieghere