Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Marko Mlinar <markom@opencores.org>
To: gdb@sources.redhat.com
Subject: HW breakpoints, watchpoints and trace
Date: Tue, 15 May 2001 23:42:00 -0000	[thread overview]
Message-ID: <3B022218.5A59D75F@opencores.org> (raw)

Hi guys,

I have a question:
Our processor (or1k) has a lot of HW debugging capabilities and I was
wondering what would be the best solution to include them into
user interface.

e.g.: We can create HW watchpoint as

"watchpoint_event" = $1234 == 506 && ( $50 > 70 && $50 <= 120 ||
!write_to_address_occured (4567))

(Sorry about this freaky pseudo code, but I hope you get my point)
We could surely add special command which would support such
functionality, but
I would like to have this functionality detected automaticaly using
break or hbreak.
Is this possible and how to do it. I read in documentation that
expessions are
translated to byte code. Where is that code and how should I intercept
that data?

The same point goes to catchpoints and trace.

thanks,
	Marko


             reply	other threads:[~2001-05-15 23:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-15 23:42 Marko Mlinar [this message]
2001-05-17 10:31 ` J.T. Conklin

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=3B022218.5A59D75F@opencores.org \
    --to=markom@opencores.org \
    --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