aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham1-0/+7
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-3/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-08-29[lldb][test] Speed up lldb arch determination (NFC)Dave Lee1-7/+9
2022-08-25[lldb][test] Fix nullptr test expctation for 32-bit systemAdrian Vogelsgesang1-2/+6
2022-08-24[LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang1-2/+6
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-25/+20
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere1-0/+8
2022-07-07Recommit "[lldb/test] Don't use preexec_fn for launching inferiors"Pavel Labath1-1/+0
2022-07-05Revert "[lldb/test] Don't use preexec_fn for launching inferiors"Jonas Devlieghere1-0/+1
2022-07-01[lldb/test] Don't use preexec_fn for launching inferiorsPavel Labath1-1/+0
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee1-10/+3
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere1-3/+11
2022-06-07[LLDB] Fix TestBase.generateSource for AArch64/WindowsMuhammad Omair Javaid1-1/+1
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