summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread
AgeCommit message (Expand)Author
2022-02-16[lldb] Enable TestThreadStepOut on linuxPavel Labath
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2022-01-27[lldb] Delete TestBacktraceAll.pyPavel Labath
2022-01-05[lldb/linux] Fix a race in handling of simultaneous thread exitsPavel Labath
2021-12-30[lldb] Remove lldbtest.getBuildFlagsPavel Labath
2021-12-02[lldb] Skip two lldb tests on Windows because they are flakyStella Stamenova
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-08-11[lldb] Skip TestConcurrent.* watchpoint tests for Darwin on ARMJonas Devlieghere
2021-08-06Add a "current" token to the ThreadID option to break set/modify.Jim Ingham
2021-06-22[LLDB] Skip TestExitDuringExpression on aarch64/linux buildbotMuhammad Omair Javaid
2021-04-21[lldb/test] Clean up TestThreadSpecificBpPlusCondition inferiorPavel Labath
2021-03-19[LLDB] Skip TestExitDuringExpression on aarch64/linux buildbotMuhammad Omair Javaid
2021-03-18Don't assume that stepping out of a function will land on the next line.Jim Ingham
2021-03-15[LLDB] Skip TestExitDuringExpression on arm/linux buildbotMuhammad Omair Javaid
2021-03-10[lldb] [test] Update XFAILs for FreeBSD/aarch64Michał Górny
2021-03-01[lldb] [test] Workaround symlink-related test failuresMichał Górny
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-01-21Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every ...Raphael Isemann
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-12-07[lldb] [test] Fix continue_to_breakpoint() args in TestThreadStepOutMichał Górny
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-12-01Revert "[FastISel] Flush local value map on ever instruction" and dependent p...David Blaikie
2020-12-01[lldb] [test] Reenable two passing tests on FreeBSDMichał Górny
2020-11-26[lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruc...Raphael Isemann
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny
2020-10-27[lldb] [Process/FreeBSDRemote] Enable watchpoint supportMichał Górny
2020-08-17[lldb] Replace unittest2.expectedFailure with expectedFailure (NFC)Jonas Devlieghere
2020-07-15[lldb/Test] Remove support for forking a subprocess from the test suite.Jonas Devlieghere
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere
2020-06-11[lldb] Check if thread was suspended during previous stop added.Ilya Bukonkin
2020-06-04Disable this test for Windows.Jim Ingham
2020-06-03Add a test for preserving state on the non-expr thread across expression eval...Jim Ingham
2020-05-27[lldb/Reproducers] Skip or fix the remaining tests.Jonas Devlieghere
2020-05-22[lldb] Increase timeout in TestExitDuringExpressionPavel Labath
2020-05-21Maybe I need ENABLE_THREADS in the Makefile.Jim Ingham
2020-05-21This very simple .c file is failing on the Debian bot wit the errorJim Ingham
2020-05-21Handle the case where a thread exits while we are running a function on it.Jim Ingham
2020-05-20Revert "[lldb-server] Reset stop reason of all threads when resuming"Raphael Isemann
2020-05-20[lldb-server] Reset stop reason of all threads when resumingJaroslav Sevcik
2020-05-13Fix error in TestNumThreads.py when frame.GetFunctionName returns noneMuhammad Omair Javaid
2020-05-04[arm64] Remove an old special case that's not needed anymore.Davide Italiano
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht