From: Eli Zaretskii <eliz@gnu.org>
To: Vladimir Prus <vladimir@codesourcery.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [7/9] simplify pending breakpoints
Date: Sat, 08 Sep 2007 12:25:00 -0000 [thread overview]
Message-ID: <ur6l9qr76.fsf@gnu.org> (raw)
In-Reply-To: <200709081543.45598.vladimir@codesourcery.com> (message from Vladimir Prus on Sat, 8 Sep 2007 15:43:45 +0400)
> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Sat, 8 Sep 2007 15:43:45 +0400
> Cc: gdb-patches@sources.redhat.com
>
> On Saturday 08 September 2007 15:26:36 Eli Zaretskii wrote:
> > > From: Vladimir Prus <vladimir@codesourcery.com>
> > > Date: Sat, 8 Sep 2007 01:50:04 +0400
> > >
> > > @@ -5422,12 +5355,9 @@ break_command_1 (char *arg, int flag, in
> > > }
> > > else
> > > {
> > > - struct symtab_and_line sal;
> > > + struct symtab_and_line sal = {};
> >
> > Is this a valid initializer in ISO C? I think it isn't; at least
> > under -pedantic, GCC says:
> >
> > ttt.c: In function `foo':
> > ttt.c:6: warning: ISO C forbids empty initializer braces
>
> Ehm. Then do I have to resort to 'memset' to initialize it?
Yes, something like that.
> > > - breakpoints_changed ();
> > > + /* We surely don't want to warn about the same breakpoint
> > > + 10 times.
> >
> > Why not? They are different breakpoints.
>
> What are "they"?
The several locations for the same breakpoint. This is what we are
talking about here, right? Sorry if I again misunderstood the code.
> Say you've set a breakpoint. The you've changed the
> program and restarted it, so that breakpoint is not longer valid.
> I do expect an error to be printed, but I don't expect that error
> to be printed each time a new shared library is loaded.
I thought you were talking printing the warning for each of the
several locations of the same breakpoint. In that case, only some of
them could be affected by a library load.
next prev parent reply other threads:[~2007-09-08 12:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-07 21:51 Vladimir Prus
2007-09-08 11:26 ` Eli Zaretskii
2007-09-08 11:43 ` Vladimir Prus
2007-09-08 12:25 ` Eli Zaretskii [this message]
2007-09-22 18:04 ` Vladimir Prus
2007-09-22 18:29 ` Eli Zaretskii
2007-09-08 12:33 ` Andreas Schwab
2007-09-09 19:53 ` Joel Brobecker
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=ur6l9qr76.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sources.redhat.com \
--cc=vladimir@codesourcery.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