On Thu, Apr 21, 2011 at 12:49 AM, David Coppa <dco...@gmail.com> wrote: > FreeBSD supports POSIX shared memory, while OpenBSD does not. > I think implementing shm_open, shm_unlink is not a trivial task, nor > modifying lldb code to work around the missing functions...
We do have shmat(2) and shmdt(2). Can't you just use open(2)/unlink(2) instead of shm_open()/shm_unlink()?