aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[lldb][test] Fix ThreadStepUntilAPI.pyDavid Spickett1-0/+1
2025-11-10[LLDB] Fix lldb failure caused by 95db31e7f6. (#167423)Rahman Lavaee1-1/+3
2025-10-21[lldb][test] Fix TestEmptyFuncThreadStepOut.py (#161788)Igor Kudrin2-5/+24
2025-10-08[lldb] Fix stepping out if the return address is not allowed to stop at (#161...Igor Kudrin3-0/+49
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide1-1/+1
2025-09-10[lldb][test] StepUntil disable test for unsupported linkers. (#157474)Ebuka Ezike2-20/+40
2025-08-12[lldb][test] Remove a Windows xfail from TestThreadStatesDavid Spickett1-1/+0
2025-06-03[lldb][test] XFAIL TestThreadJump.py on older Clang versionsMichael Buch1-0/+1
2025-05-28[Support] [lldb] Fix thread jump #45326 (#135778)Ebuka Ezike2-1/+86
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda1-2/+2
2025-05-22Fix a bug where using "thread backtrace unique" would switch you to (#140993)jimingham1-1/+23
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath1-1/+2
2025-04-29[lldb] Disable TestExitDuringExpression on asanFelipe de Azevedo Piovezan1-0/+1
2025-04-02[lldb] Skip test with older version of clangAdrian Prantl1-0/+1
2025-02-21[lldb] Fix "in function" detection in "thread until" (#123622)Pavel Labath1-3/+39
2025-02-12[lldb] Update ThreadPlanStepOut to handle new breakpoint behavior (#126838)Jason Molenda3-0/+54
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda4-4/+0
2025-01-17[lldb] Skip TestStepUntilAPI on !x86_64, !aarch64Pavel Labath1-0/+3
2025-01-17[lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)Pavel Labath4-0/+146
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev1-1/+1
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett1-3/+0
2024-05-14[lldb] Fixed the test TestThreadStates when run with a remote target (#92086)Dmitry Vasilyev1-4/+0
2024-02-26[lldb][test][Windows] Skip thread state test on WindowsDavid Spickett1-0/+3
2024-02-26[lldb][test][Windows] Remove expected fail for a thread state testDavid Spickett1-1/+0
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht1-1/+1
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht5-14/+21
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere1-1/+1
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-3/+3
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht1-2/+3
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere55-683/+738
2023-03-21[lldb] Relax expectation on TestMainThreadExitPavel Labath1-1/+2
2023-01-03[LLDB] Skip TestThreadSpecificBreakpoint.py on AArch64/WindowsMuhammad Omair Javaid1-0/+2
2022-12-12[lldb] Modify TestThreadJump to work around a change in clang's debug_line ge...Pavel Labath1-3/+3
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee37-72/+0
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham11-44/+0
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere4-7/+7
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham11-0/+44
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham11-44/+0
2022-07-11[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu2-9/+15
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere3-3/+3
2022-06-27Revert "[lldb] Fix thread step until to not set breakpoint(s) on incorrect li...Mikhail Goncharov1-4/+3
2022-06-25[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu1-3/+4
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee56-112/+0
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny1-9/+0
2022-06-07Skip TestConcurrentWatchBreak.py on Darwin arm64Jason Molenda1-0/+5
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda9-9/+9
2022-04-21[LLDB] Skip TestCrashDuringStep.py AArch64/WindowsMuhammad Omair Javaid1-0/+1
2022-04-20Speculatively fix build botsAaron Ballman1-0/+2
2022-04-05[lldb/linux] Handle main thread exitsPavel Labath3-0/+57
2022-03-04[LLDB] Remove cases of using namespace stdShafik Yaghmour1-1/+0