On Tue, Jul 6, 2010 at 2:52 AM, Edd Barrett <vex...@gmail.com> wrote:
> On Sat, Jul 03, 2010 at 12:26:14AM -0700, Luis Useche wrote: > > Hi Guys, > > > > I googled this a bit but I couldn't find anything. I just want to check > if > > there is a dynamic tracing tool for OpenBSD. Similar tools are kprobes > for > > Linux or DTrace for Solaris. > > Could be an interesting project for someone. > > Although not the same, we do have ktrace(1) which is similar to truss or > strace. I was looking OBSD code and it seems like the trace interruptions are always catched by ddb. This code can be probably used for a dynamic tracing tool. Is this correct? Luis.