RFC on how to implement something between solib-irix and procfs
Joel Brobecker
brobecker@gnat.com
Sun Jul 4 19:28:00 GMT 2004
Sigh, a couple of corrections:
> My question is: Where should I put the code: I need to do some procfs
> operations from solib-irix. I was thinking of having all the code doing
> the procfs stuff inside procfs, and call that code from solib-irix.c
procfs.c
> until I get the __dbx_lin() address. But at the same, it seems to me
> that solib-irix.c is a target-dependent file, while procfs.c is
> host-dependent. So it is not impossible that a cross-debugger be built,
> making my procfs operations unavoidable (assuming I can link, which is
unavailable
> not guarantied either).
--
Joel
More information about the Gdb-patches
mailing list