From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [obish?sym;rfa:doc] Wire up vsyscall Date: Wed, 19 May 2004 21:10:00 -0000 Message-id: <3791-Wed19May2004221030+0300-eliz@gnu.org> References: <409A8C2A.2010605@gnu.org> <40A91C36.7000900@gnu.org> <20040517131914.332fa347@saguaro> <1438-Tue18May2004085728+0300-eliz@gnu.org> <40AA6D88.50003@gnu.org> <40AB7362.4010203@gnu.org> X-SW-Source: 2004-05/msg00582.html > Date: Wed, 19 May 2004 10:46:58 -0400 > From: Andrew Cagney > > So: > > @deftypefun void inferior_created (struct target_ops *@var{objfile}, int > @var{from_tty}) > @value{GDBN} has just connected to an inferior. For @samp{run}, > @value{GDBN} calls this observer while the inferior is still stopped > at the entry-point instruction. For @samp{attach} and @samp{core}, > @value{GDBN} calls this observer immediately after connecting to the > inferior, and before any information on the inferior has been > printed). > @end deftypefun Perfect (if you remove that extra parent after "printed"). Thanks.