Files
clang-p2996/lldb/test/functionalities/thread/jump/Makefile
Richard Mitton f86248d9ba Added a 'jump' command, similar to GDBs.
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
2013-09-12 02:20:34 +00:00

5 lines
89 B
Makefile

LEVEL = ../../../make
CXX_SOURCES := main.cpp other.cpp
include $(LEVEL)/Makefile.rules