From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb@sources.redhat.com Subject: [RFC] ptid_get_pid function vs. PIDGET macro Date: Sat, 06 Oct 2001 05:58:00 -0000 Message-id: <200110061257.f96CvtZ00321@delius.kettenis.local> X-SW-Source: 2001-10/msg00071.html Ever since Kevin introduced `struct ptid' we have, in addition to the PIDGET, TIDGET and MERGEPID macros, a new set of functions ptid_build, pid_to_ptid, ptid_get_pid, etc. AFAIK, we've never talked about a policy how we're going to deal with them. IMHO we should try to eliminate the redundancy, and deprecate the macros. Do we agree on that? Mark