
shared memory programming issue
[This is not completely relevant to the above posting,
but I hope it helps ...]
You could try my library ``mmalloc''. It's derived from
the non-shared mmalloc library that ships with gdb, but
has additional locking so you can share memory between
processes (and it's persistent too ...). You use the
`mmalloc' and `mfree' commands to allocate and free
shared memory segments, which should be familiar to most
C programmers.
Eventually the code will go into the main gdb distribution,
but in the meantime mail me & I'll send it.
Rich.
--
Richard Jones rjo...@orchestream.com Tel: +44 171 460 6141 Fax: .. 4461
Orchestream Ltd. 262a Fulham Rd. London SW10 9EL. "you'll write in
PGP: www.four11.com telegraphic, or you won't write at all" [Cline]
Copyright ? 1998 Richard W.M. Jones