Files
clang-p2996/lldb/test/python_api/lldbutil/frame/Makefile
Johnny Chen ad7372c538 Add two utility functions:
o get_parent_frame(frame)
    o get_args_as_string(frame)

to lldbutil.py and create TestFrameUtils.py to exercise the utils.
Plus re-arrange the test/python_api/lldbutil to have three directories
for testing iteration, process stack traces, and the just added frame utils.

llvm-svn: 131213
2011-05-12 00:32:41 +00:00

7 lines
91 B
Makefile

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