From: Roland McGrath <roland@redhat.com>
To: Nurdin Premji <npremji@redhat.com>
Cc: frysk <frysk@sourceware.org>
Subject: Re: Elfutils module reporting
Date: Mon, 16 Jul 2007 22:25:00 -0000 [thread overview]
Message-ID: <20070716222459.39D534D05CF@magilla.localdomain> (raw)
In-Reply-To: Nurdin Premji's message of Monday, 16 July 2007 18:00:10 -0400 <469BEA6A.606@redhat.com>
I knew there was a reason I wanted a user! ;-)
The reporting interface has never really been used with updates before.
It's a one-line fix.
--- libdwfl/dwfl_module.c 16e7ba3c4f28363c68c66975b4a123da1383e52a
+++ libdwfl/dwfl_module.c dbf8292265056d2e7302f58f09e72dcdac51cf8a
@@ -149,6 +149,7 @@ dwfl_report_module (Dwfl *dwfl, const ch
m->next = *tailp;
m->gc = false;
*tailp = m;
+ ++dwfl->nmodules;
return m;
}
prev parent reply other threads:[~2007-07-16 22:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 20:05 Nurdin Premji
2007-07-16 20:41 ` Roland McGrath
2007-07-16 22:00 ` Nurdin Premji
2007-07-16 22:25 ` Roland McGrath [this message]
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=20070716222459.39D534D05CF@magilla.localdomain \
--to=roland@redhat.com \
--cc=frysk@sourceware.org \
--cc=npremji@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).