]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r240040 (rpaulo):
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Dec 2013 22:54:38 +0000 (22:54 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Dec 2013 22:54:38 +0000 (22:54 +0000)
commitf6e325713567b7a09d8b39959db86225909e39d8
tree758450eef5b75cbcb1931e9bb02b6d50278a042a
parent68198e5dc5b24b612a55071f5065a8277f94e4e1
MFC r240040 (rpaulo):
Make sure we visit both symbol sections even if one of them doesn't
exist. This makes it possible to dtrace some C++ programs like devd.

MFC r254177 (rpaulo):
Fix the return value when we found a symbol in .dynstr. This nasty bug was
preventing a lot of symbol lookups in dtruss -s, for example.

git-svn-id: svn://svn.freebsd.org/base/stable/9@259970 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libproc/proc_sym.c