Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Vladimir Prus <vladimir@codesourcery.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [7/9] simplify pending breakpoints
Date: Sat, 08 Sep 2007 11:43:00 -0000	[thread overview]
Message-ID: <200709081543.45598.vladimir@codesourcery.com> (raw)
In-Reply-To: <u3axps8ib.fsf@gnu.org>

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?

> > +static void
> > +unlink_locations_from_global_list (struct breakpoint *bpt)
> > +  /* Remove locations of this breakpoint from the list of
> > +     all breakpoint locations.  */
> > +{
> 
> Style: I think GNU coding standards discourage comments between the
> function's definition line and the opening braces.

Will fix.
 
> > +static void
> > +update_breakpoint_location (struct breakpoint *b,
> > +			    struct symtabs_and_lines sals)
> > +{
> > +  int i;
> > +  char *s;
> > +  /* FIXME: memleak.  */
> 
> Is there a memory leak here?

No, the comment is state. The memleak used to be there before, and is
fixed by this code at the end of the function:

	+  if (existing)
	+    free_bp_location (existing);

I'll remove the comment.

> > -	      breakpoints_changed ();
> > +	      /* We surely don't want to warn about the same breakpoint
> > +		 10 times.
> 
> Why not?  They are different breakpoints.

What are "they"? 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.

- Volodya


  reply	other threads:[~2007-09-08 11:43 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 [this message]
2007-09-08 12:25     ` Eli Zaretskii
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=200709081543.45598.vladimir@codesourcery.com \
    --to=vladimir@codesourcery.com \
    --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