Is there a way to associate an action on a trace event in dbx

48 Views Asked by At

Here is what I'm trying to acheive :

For every malloc call in my application, I want to dump out the stack trace (to find out who is making malloc calls) and I need to track this over a period of time.

I know that we can use trace command in dbx, but it just dumps out one parent level, which is not really useful for me. So, I want to know if we can kind of associated where command on every trace event.

My applications are built for Solaris and I'm using dbx V8.0.

0

There are 0 best solutions below