aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/fork
AgeCommit message (Expand)AuthorFilesLines
2024-09-25[lldb][test] Skip TestConcurrentVFork on all LinuxDavid Spickett1-8/+8
2024-04-29[lldb][Test] Disable concurrent vfork tests on Arm and AArch64 Linux (again)David Spickett1-0/+16
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath1-16/+0
2024-03-13[lldb][Test] Disable ConcurrentVFork tests on Arm/AArch64 LinuxDavid Spickett1-0/+16
2024-03-07Fix vfork test strcmp buildbot failure (#84224)jeffreytan811-0/+1
2024-03-06[lldb][test] iwyu for vfork testJordan Rupprecht1-0/+1
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan813-0/+221
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-4/+4
2023-04-05[lldb] Detach the child process when stepping over a forkPavel Labath3-0/+54