This allows the PC to be directly changed to a different line. It's similar to the example python script in examples/python/jump.py, except implemented as a builtin. Also this version will track the current function correctly even if the target line resolves to multiple addresses. (e.g. debugging a templated function) llvm-svn: 190572
5 lines
89 B
Makefile
5 lines
89 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp other.cpp
|
|
include $(LEVEL)/Makefile.rules
|