On Monday 16 November 2009 18:52:31 Andreas.Eversberg wrote:
this patch will give more detailed debug information
about subscriber
usage.
when subcriber structure is allocated, it will be shown on debug output.
subscr_get() and subscr_put() debug will also show the calling function
for better understanding.
I don't like this one. It is something one can do with a gdb script (help
commands), use the backtrace function and print the first stack, or in the
future with things like systemtap.
regards
holger