I too have to use dbx at work and understand your frustrations!
A few tips I have discovered which make my life a little easier:
Using the built commands system like this:
when stop { print whatever ; }
Obviously doesn't work when whatever is out of scope, but I find it useful enough. I have yet to have much joy with the 'trace' facility, YMMV.
Making your own .dbxrc file makes life much easier, as does the "pathmap" feature.
Finally, this is only obvious if you know it already, but try Sun's manual ; http://docs.sun.com/source/819-3683/
It isn't particularly well written, but still an essential read.
