Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFC] MERGEPID macro wrong ?
@ 2001-05-28  4:36 Pierre Muller
  2001-05-29 11:50 ` Kevin Buettner
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Muller @ 2001-05-28  4:36 UTC (permalink / raw)
  To: gdb-patches

The definition of MERGEPID macro currently on CVS seems
wrong to me:

the macro is the following,

   #define MERGEPID(PID,TID) ptid_build(PID,TID, 0)

but ptid_build is defined as

ptid_t
ptid_build (int pid, long lwp, long tid)

So I think that the right macro should be

#define MERGEPID(PID,TID) ptid_build(PID, 0, TID)



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-30 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-28  4:36 [RFC] MERGEPID macro wrong ? Pierre Muller
2001-05-29 11:50 ` Kevin Buettner
2001-05-30  0:50   ` Pierre Muller
2001-05-30 17:22     ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox