teak-llvm/lldb/packages/Python/lldbsuite/test/lang/c/step-target/Makefile
Jim Ingham 970bb9e0ec Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function
to allow you to step through a complex calling sequence into a particular function that may span multiple lines.  Also some
test cases for this and the --step-target feature.

llvm-svn: 261953
2016-02-26 01:37:30 +00:00

6 lines
76 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules