pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50394: strace support in NetBSD ARM
The following reply was made to PR pkg/50394; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/50394: strace support in NetBSD ARM
Date: Thu, 5 Nov 2015 06:25:37 +0000
On Wed, Nov 04, 2015 at 04:34:17PM +0000, Mougamadou Zaid Ibrahime wrote:
> Thanks for the suggestion. I was wondering if strace is supported
> in NetBSD. Is it?
I believe that it has worked, at least on some ports, at least at some
times.
> I am looking for a tool to debug a linker issue I am facing in my
> target. Any suggestions would really help. Thanks in advance
ktruss is pretty much equivalent to strace except that it's more
transparent to the target, and thus works better.
there's also ktrace/kdump, which separates the trace reporting from
the execution; sometimes this is what you want, sometimes it isn't.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index