mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
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>
|