summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/basic
AgeCommit message (Expand)Author
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-11-08[lldb] Fixed TestTargetCommand.py in case of Windows host and Linux target (#...Dmitry Vasilyev
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny
2022-01-15[lldb] Correctly display the number of types foundJonas Devlieghere
2021-10-25[lldb] Skip tests for target var without a proc on both arm64 & arm64eJonas Devlieghere
2021-10-17[lldb] Skip target variable test on ASJonas Devlieghere
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2020-10-08[LLDB] On Windows, fix testsAlexandre Ganea
2020-08-04[lldb/Test] Add missing stdio.h includesJonas Devlieghere
2020-07-29[lldb] Improve platform handling in CreateTargetInternalJonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-07[lldb/Test] Skip more tests that are not expected to work with passive replayJonas Devlieghere
2020-05-04[lldb/test] Fix wrong target command failure message on WindowsMed Ismail Bennani
2020-05-04[lldb/Host] Improve error messages on unowned read filesMed Ismail Bennani
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-19[lldb] Remove some unnecessary includes from test sourcesRaphael Isemann
2020-02-18[TestTargetCommand] Remove another reference to a stale rdar.Davide Italiano
2020-02-18[TestTargetCommand] `target var` without a process doesn't work on arm64e.Davide Italiano
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht