public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: Grant Edwards <grante@visi.com>
Cc: <insight@sources.redhat.com>
Subject: Re: No step button using insight w/ remote target.
Date: Mon, 19 Nov 2001 13:28:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0111191323340.16197-100000@makita.cygnus.com> (raw)
Message-ID: <20011119132800.w7cNnQ9CiwfCFxoNQ1k4wock81gPpEbVvSsvyDpQYnE@z> (raw)
In-Reply-To: <20011119152352.A27096@visi.com>

On Mon, 19 Nov 2001, Grant Edwards wrote:

> Maybe...
>
> I tried setting a watchpoint after it was initialized by
> remote_open_1, but execution is so slow, I don't know if the
> serial protocol is going to work.  It doesn't look like it, but
> I'm going to give it a while longer.

Let me guess: you're not using an x86 with hardware watchpoints?

> If you've got some suggestions for likely suspects, I could set
> some breakpoints instead of using a watchpoint.

Well, you could grep fro places where inferior_ptid is set and break at
those...

$ grep -n "inferior_ptid =" *.c | awk -F: '{printf "break %s:%d\n", $1, $2}' > breaks

Then source this file into gdb...

Ok, this sucks, but I don't know what else to do right now.

Keith


  reply	other threads:[~2001-11-19 13:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-07 15:19 Grant Edwards
2001-10-01  8:25 ` Fernando Nasser
2001-10-02 14:22   ` Grant Edwards
2001-11-15 15:46     ` Grant Edwards
2001-10-02 15:40   ` Grant Edwards
2001-11-19  8:32     ` Grant Edwards
2001-11-12  7:13   ` Fernando Nasser
2001-10-02 16:10 ` Keith Seitz
2001-10-02 20:18   ` Grant Edwards
2001-10-03  9:37     ` Keith Seitz
2001-10-03 10:54       ` Grant Edwards
2001-10-03 11:09         ` Keith Seitz
2001-10-03 11:20           ` Grant Edwards
2001-10-03 11:47             ` Keith Seitz
2001-10-03 13:22               ` Grant Edwards
2001-10-03 14:03                 ` Keith Seitz [this message]
2001-10-03 15:50                   ` Grant Edwards
2001-11-19 14:12                     ` Grant Edwards
2001-11-19 13:28                   ` Keith Seitz
2001-11-19 13:19                 ` Grant Edwards
2001-10-03 16:31               ` Grant Edwards
2001-10-04 11:28                 ` Grant Edwards
2001-11-20 16:16                   ` Grant Edwards
2001-11-19 14:39                 ` Grant Edwards
2001-11-19 13:05               ` Keith Seitz
2001-11-19 13:03             ` Grant Edwards
2001-11-19 12:55           ` Keith Seitz
2001-11-19 12:49         ` Grant Edwards
2001-11-19 12:17       ` Keith Seitz
2001-11-19 12:06     ` Grant Edwards
2001-11-19 12:00   ` Keith Seitz

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=Pine.GSO.4.33.0111191323340.16197-100000@makita.cygnus.com \
    --to=keiths@cygnus.com \
    --cc=grante@visi.com \
    --cc=insight@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).