the threads and print their stack traces when stopped on a breakpoint. Add a PrintStackTraces(process) utility function into the lldbutil.py module. llvm-svn: 115983
7 lines
89 B
Makefile
7 lines
89 B
Makefile
LEVEL = ../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
MAKE_DSYM :=NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|