Files
clang-p2996/lldb/test/API/commands/process/handle/Makefile
Jim Ingham 134d7f9a4b Store a by name list of signals with their actions in the Target
so that they can be used to prime new Process runs.  "process handle"
was also changed to populate the dummy target if there's no selected
target, so that the settings will get copied into new targets.

Differential Revision: https://reviews.llvm.org/D126259
2022-05-26 14:50:33 -07:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules