8eb20f364f
* breakpoint setup support * register query * symbol to address mapping and vice-versa * more misc utility functions based on their Solaris counterpart Also, I've written some test cases. Sponsored by: The FreeBSD Foundation
6 lines
79 B
Makefile
6 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= t1-bkpt t2-name2map t3-name2sym
|
|
|
|
.include <bsd.subdir.mk>
|