From: Mark Kettenis <kettenis@wins.uva.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Replace MERGEPID in proc-service.c
Date: Sun, 14 Oct 2001 04:50:00 -0000 [thread overview]
Message-ID: <200110141150.f9EBo6D04184@delius.kettenis.local> (raw)
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. */
reply other threads:[~2001-10-14 4:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200110141150.f9EBo6D04184@delius.kettenis.local \
--to=kettenis@wins.uva.nl \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox