Hi, Lluis <[EMAIL PROTECTED]> writes:
> I'm just an sneaker in many lists but... does Hurd support introspection? > Or has any plan to support it? In that case there could be an introspection > translator for supporting such fs constructs (all by free with a single > translator... after paying the cost of implementing introspection, of > course :)), but the base code would still be all RPC-based. `rpctrace' allows one to monitor RPCs made by a program; along with description files that map message IDs to RPC names, it can provide a textual representation of the RPCs, à la `strace'. Maybe what you propose could be done with a sort-of "rpctracefs" translator? :-) Thanks, Ludovic.