proc file system like support in qnx ??

hi,

does qnx have something similar to the /proc file system in linux ?

if yes how does one add new entires to the proc file system ?

how does one dump data from a process during run time in qnx ?
I need to dump some application specific stats to help in my debug.

these stats need to be read from the application internal data structures when I issue the dump command. how do I do this in qnx ??

thx
shanthi

Well I guess the best thing to do would be to read the documentation. Check out resource manager.

There is the slog*() functions. They work well for inline snapshots except in an ISR.