Files
clang-p2996/lldb/test/API/commands/process/reverse-continue/Makefile
Robert O'Callahan 239718055d [lldb] Implement CLI support for reverse-continue (#132783)
This introduces the options "-F/--forward" and "-R/--reverse" to
`process continue`.

These only work if you're running with a gdbserver backend that supports
reverse execution, such as rr. For testing we rely on the fake
reverse-execution functionality in `lldbreverse.py`.
2025-04-23 16:16:30 -07:00

4 lines
44 B
Makefile

C_SOURCES := main.c
include Makefile.rules