aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2022-04-29[lldb] Use shutil.which instead of distutils find_executableDavid Spickett1-2/+1
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee1-0/+2
2022-02-22[lldb] Fix race condition between lldb-vscode and stop hooks executorIlya Nozhkin1-0/+5
2021-12-30[lldb] Remove lldbtest.getBuildFlagsPavel Labath1-45/+0
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton1-2/+2
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny1-1/+3
2021-12-14Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny1-3/+1
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny1-1/+3
2021-11-09[lldb] Fix cross-platform killsPavel Labath1-0/+3
2021-10-29[lldb/test] Replace shlex.join with shlex.quotePavel Labath1-2/+2
2021-10-29[lldb/test] Print build commands in trace modePavel Labath1-63/+21
2021-10-25[lldb] Also print index of child when ValueCheck failsRaphael Isemann1-1/+2
2021-10-22[lldb] Pass the target triple when determining the DWARF versionJonas Devlieghere1-2/+5
2021-10-21Fix buildbots after https://reviews.llvm.org/D111686Greg Clayton1-0/+4
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton1-4/+0
2021-10-20[lldb/test] Remove quote/unquote steps from the make invocationsPavel Labath1-12/+4
2021-10-19[lldb] Reduce code duplication around inferior buildingPavel Labath1-120/+30
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-26/+4
2021-09-28[lldb/test] Add ability to specify environment when spawning processesPavel Labath1-6/+15
2021-08-17[lldb] Extend isAArch64 to arm64 and arm64eJonas Devlieghere1-1/+2
2021-07-29Revert "[lldb] Assert filecache and live memory match on debug under a setting"Stella Stamenova1-3/+0
2021-07-29[lldb] Assert filecache and live memory match on debug under a settingAugusto Noronha1-0/+3
2021-07-12[LLDB] Testsuite: Add helper to check for AArch64 targetMuhammad Omair Javaid1-3/+7
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann1-0/+25
2021-04-29[lldb][AArch64] Don't check for VmFlags in smaps filesDavid Spickett1-24/+0
2021-04-06[lldb] Improve CPUInfo test predicateDavid Spickett1-5/+4
2021-04-01Revert "Revert "[LLDB] Arm64/Linux test case for MTE and Pointer Authenticati...Muhammad Omair Javaid1-2/+11
2021-03-31Revert "[LLDB] Arm64/Linux test case for MTE and Pointer Authentication regset"Muhammad Omair Javaid1-11/+2
2021-03-31[LLDB] Arm64/Linux test case for MTE and Pointer Authentication regsetMuhammad Omair Javaid1-2/+11
2021-01-14[lldb/test] Ensure launched processes are ready to be attachedPavel Labath1-1/+2
2021-01-14[lldb] Fix TestPlatformProcessConnect.pyPavel Labath1-13/+13
2020-12-10[lldb/test] Change base class of lldb-server testsPavel Labath1-6/+6
2020-12-09[lldb] Kill the inferior instead of detaching during test suite runsJonas Devlieghere1-0/+3
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann1-38/+8
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett1-0/+24
2020-11-12[lldb] Add expect_var_path to test variable path resultsRaphael Isemann1-0/+29
2020-11-11[ThreadPlan] Add a test for `thread step-in -r`, NFC (reapply)Vedant Kumar1-0/+2
2020-11-11Revert "[ThreadPlan] Add a test for `thread step-in -r`, NFC"Stella Stamenova1-2/+0
2020-11-10[ThreadPlan] Add a test for `thread step-in -r`, NFCVedant Kumar1-0/+2
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo1-1/+1
2020-11-05[lldb] Set the default architecture also in buildDefaultRaphael Isemann1-0/+4
2020-11-05Reland [lldb] Explicitly use the configuration architecture when building tes...Raphael Isemann1-0/+3
2020-10-29Mark the execution of stop-hooks as non-interactive.Jim Ingham1-0/+1
2020-10-22Revert "[lldb] Explicitly use the configuration architecture when building te...Raphael Isemann1-3/+0
2020-10-22[lldb] Explicitly use the configuration architecture when building test execu...Raphael Isemann1-0/+3
2020-10-08[LLDB] More Windows non-English locales fixesAlexandre Ganea1-1/+1
2020-10-05[lldb/test] Catch invalid calls to expect()Dave Lee1-0/+16
2020-09-21[lldb/test] Clean up version checking.Jordan Rupprecht1-6/+4
2020-09-07Move targetHasSVE function to lldbtest.pyMuhammad Omair Javaid1-0/+23
2020-09-03[lldb] Improve test failure reporting for expect()David Spickett1-41/+59