Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Doug Evans <dje@transmeta.com>
To: gdb@sources.redhat.com
Subject: does bpstat_print stop printing prematurely?
Date: Mon, 15 Apr 2002 13:03:00 -0000	[thread overview]
Message-ID: <200204152003.NAA11126@casey.transmeta.com> (raw)

Does bpstat_print stop printing prematurely?  I think it does.

  for (; bs; bs = bs->next)
    {
      val = print_bp_stop_message (bs);
      if (val == PRINT_SRC_ONLY 
	  || val == PRINT_SRC_AND_LOC 
	  || val == PRINT_NOTHING)
	return val;
    }

What if there is 1 breakpoint that triggers and two watchpoints?

As a user, whenever execution stops I'd kinda like to know which
of all of my active watchpoints triggered without having to
manually examine each one.

Things are even more confusing if gdb prints some but not all
of the triggering watchpoints.

Example: Suppose the `bs' arg to bpstat_print contains a watchpoint,
a pc breakpoint, and another watchpoint, in that order.

Currently bpstat_print will print the first watchpoint and the
pc breakpoint but not the second watchpoint.  Blech.

I'll file a pr unless something can rationalize the current behaviour.


             reply	other threads:[~2002-04-15 20:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-15 13:03 Doug Evans [this message]
2002-04-15 22:03 ` Eli Zaretskii
2002-04-15 23:43   ` Doug Evans
2002-04-16  0:40     ` Eli Zaretskii
2002-04-16  5:55     ` Eli Zaretskii
2002-04-16  8:43       ` Doug Evans
2002-04-16 10:50       ` Doug Evans
2002-05-09 20:44         ` 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=200204152003.NAA11126@casey.transmeta.com \
    --to=dje@transmeta.com \
    --cc=gdb@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