On Sun, Oct 25, 2009 at 09:56:34AM -0700, Ray Van Dolson wrote: > Thanks Jonathan. This is for the most part working now. Just trying > to figure out the quirks of mdb_printf so the output all stays on one > line now when my function is not invoked directly in the mdb -k shell > by hand.
Alright, got this working: http://arthur2.bludgeon.org/~rayvd/devel/mdb/raytest.c Please excuse my brute force way of making the mdb_snprintf output not line wrap. :-) Thanks again for the help. Ray