summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread
AgeCommit message (Expand)Author
2025-11-11[lldb][test] Fix ThreadStepUntilAPI.pyDavid Spickett
2025-11-10[LLDB] Fix lldb failure caused by 95db31e7f6. (#167423)Rahman Lavaee
2025-10-21[lldb][test] Fix TestEmptyFuncThreadStepOut.py (#161788)Igor Kudrin
2025-10-08[lldb] Fix stepping out if the return address is not allowed to stop at (#161...Igor Kudrin
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2025-09-10[lldb][test] StepUntil disable test for unsupported linkers. (#157474)Ebuka Ezike
2025-08-12[lldb][test] Remove a Windows xfail from TestThreadStatesDavid Spickett
2025-06-03[lldb][test] XFAIL TestThreadJump.py on older Clang versionsMichael Buch
2025-05-28[Support] [lldb] Fix thread jump #45326 (#135778)Ebuka Ezike
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-22Fix a bug where using "thread backtrace unique" would switch you to (#140993)jimingham
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath
2025-04-29[lldb] Disable TestExitDuringExpression on asanFelipe de Azevedo Piovezan
2025-04-02[lldb] Skip test with older version of clangAdrian Prantl
2025-02-21[lldb] Fix "in function" detection in "thread until" (#123622)Pavel Labath
2025-02-12[lldb] Update ThreadPlanStepOut to handle new breakpoint behavior (#126838)Jason Molenda
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2025-01-17[lldb] Skip TestStepUntilAPI on !x86_64, !aarch64Pavel Labath
2025-01-17[lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)Pavel Labath
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett
2024-05-14[lldb] Fixed the test TestThreadStates when run with a remote target (#92086)Dmitry Vasilyev
2024-02-26[lldb][test][Windows] Skip thread state test on WindowsDavid Spickett
2024-02-26[lldb][test][Windows] Remove expected fail for a thread state testDavid Spickett
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-21[lldb] Relax expectation on TestMainThreadExitPavel Labath
2023-01-03[LLDB] Skip TestThreadSpecificBreakpoint.py on AArch64/WindowsMuhammad Omair Javaid
2022-12-12[lldb] Modify TestThreadJump to work around a change in clang's debug_line ge...Pavel Labath
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham
2022-07-11[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-27Revert "[lldb] Fix thread step until to not set breakpoint(s) on incorrect li...Mikhail Goncharov
2022-06-25[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu
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-06-07Skip TestConcurrentWatchBreak.py on Darwin arm64Jason Molenda
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda
2022-04-21[LLDB] Skip TestCrashDuringStep.py AArch64/WindowsMuhammad Omair Javaid
2022-04-20Speculatively fix build botsAaron Ballman
2022-04-05[lldb/linux] Handle main thread exitsPavel Labath
2022-03-04[LLDB] Remove cases of using namespace stdShafik Yaghmour