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
13 lines
156 B
Makefile
13 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= t3-name2sym
|
|
|
|
SRCS= t3-name2sym.c
|
|
|
|
LDADD= -lproc -lelf -lrtld_db -lutil
|
|
DPADD= ${LIBPROC} ${LIBELF}
|
|
|
|
WITHOUT_MAN=
|
|
|
|
.include <bsd.prog.mk>
|