* [PATCH] Replace MERGEPID in proc-service.c
@ 2001-10-14 4:50 Mark Kettenis
0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-10-14 4:50 UTC (permalink / raw)
To: gdb-patches
After the discussion of last week, I consider this change an obvious
fix, so I checked this in.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
Index: proc-service.c
===================================================================
RCS file: /cvs/src/src/gdb/proc-service.c,v
retrieving revision 1.5
diff -u -p -r1.5 proc-service.c
--- proc-service.c 2001/05/15 00:03:36 1.5
+++ proc-service.c 2001/10/14 11:48:15
@@ -51,7 +51,7 @@ typedef size_t gdb_ps_size_t;
/* Building process ids. */
-#define BUILD_LWP(tid, pid) MERGEPID (pid, tid)
+#define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
\f
/* Helper functions. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-14 4:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-14 4:50 [PATCH] Replace MERGEPID in proc-service.c Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox