Files
clang-p2996/lldb/test/API/functionalities/fork/resumes-child/Makefile
Pavel Labath af9e1fa178 [lldb] Detach the child process when stepping over a fork
Step over thread plans were claiming to explain the fork stop reasons,
which prevented the default fork logic (detaching from the child
process) from kicking in. This patch changes that.

Differential Revision: https://reviews.llvm.org/D141605
2023-04-05 13:25:43 +02:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules