mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
* 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
5 lines
79 B
Makefile
5 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= t1-bkpt t2-name2map t3-name2sym
|
|
|
|
.include <bsd.subdir.mk>
|