From: Mark Kettenis <kettenis@gnu.org>
To: eliz@gnu.org
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Introduce solib_loaded observer
Date: Wed, 12 Jan 2005 20:49:00 -0000 [thread overview]
Message-ID: <200501122049.j0CKnDxx015631@elgar.sibelius.xs4all.nl> (raw)
In-Reply-To: <01c4f605$Blat.v2.2.2$0bcefb40@zahav.net.il> (eliz@gnu.org)
Date: Sun, 09 Jan 2005 06:37:17 +0200
From: "Eli Zaretskii" <eliz@gnu.org>
> +@deftypefun void solib_loaded (struct so_list *@var{solib})
> +The specified shared library has been discovered to be loaded.
It's probably better to say
The shared library specified by @var{solib} has been loaded.
This is what I actually checked in:
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* observer.texi (GDB Observers): Document "solib_loaded".
Index: observer.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/observer.texi,v
retrieving revision 1.8
diff -u -p -r1.8 observer.texi
--- observer.texi 1 Sep 2004 17:59:37 -0000 1.8
+++ observer.texi 12 Jan 2005 20:45:47 -0000
@@ -91,7 +91,12 @@ at the entry-point instruction. For @sa
inferior, and before any information on the inferior has been printed.
@end deftypefun
-@deftypefun void solib_unloaded (struct so_list *@var{solib})
-The specified shared library has been discovered to be unloaded.
+@deftypefun void solib_loaded (struct so_list *@var{solib})
+The shared library specified by @var{solib} has been loaded. Note that
+when @value{GDBN} calls this observer, the library's symbols probably
+haven't been loaded yet.
@end deftypefun
+@deftypefun void solib_unloaded (struct so_list *@var{solib})
+The shared library specified by @var{solib} has been unloaded.
+@end deftypefun
next prev parent reply other threads:[~2005-01-12 20:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-08 23:14 Mark Kettenis
2005-01-09 0:01 ` Daniel Jacobowitz
2005-01-09 13:05 ` Mark Kettenis
2005-01-09 22:37 ` Daniel Jacobowitz
2005-01-09 22:58 ` Mark Kettenis
2005-01-09 23:06 ` Daniel Jacobowitz
2005-01-11 21:57 ` Mark Kettenis
2005-01-12 1:09 ` Daniel Jacobowitz
2005-01-11 21:15 ` Kevin Buettner
2005-01-09 4:40 ` Eli Zaretskii
2005-01-09 11:01 ` Mark Kettenis
2005-01-12 20:49 ` Mark Kettenis [this message]
2005-01-13 4:38 ` Eli Zaretskii
2005-01-10 16:21 ` Andrew Cagney
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=200501122049.j0CKnDxx015631@elgar.sibelius.xs4all.nl \
--to=kettenis@gnu.org \
--cc=eliz@gnu.org \
--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