| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Debugging the MIPS processor using GDB |
| From: | Brian Foster <brian.foster@innova-card.com> |
| Date: | Wed, 13 Aug 2008 09:05:53 +0200 |
| Cc: | "Maciej W. Rozycki" <macro@linux-mips.org>, Martin Gebert <martin.gebert@alpha-bit.de>, TriKri <kristoferkrus@hotmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id:sender; bh=2GNKLrcW+kIAAi6ibQRaGJKcht0cF3WDmD4e2bTR3nk=; b=FOTgmWDKGW52EE5DtZNqi9dwt3VrUzxEJmg+5mAPFljTPMKqIHvqptOtx5pSOBe47l F+8L4RzYDQAly/rakSwg01uLF5W2DFavDmHCFbEqkwvLJ8EHzjQ+EnxyaTQrdYgR0OoR HTy9rAcuAdx4Qrmi6L941hbmfRsKWGnk4imH8= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id:sender; b=kBt+MB6XyOTRRCKQfwZsgahuVssPJU8CeUAws5Zi2CTg1YZvP9Ql7gXjETlvQzKTVO w02olGCtxtBbxCMxFHjAWblGo9CjiuqA7CpGhXmPw1iq6E5f8WT/7wvNAoB60D/Mhi+5 EvtEDA3cV7tOg+ihoMyhwogJ3I9q8Y8UYF/o8= |
| In-reply-to: | <Pine.LNX.4.55.0808121720370.24222@cliff.in.clinika.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <18944199.post@talk.nabble.com> <200808121637.42148.brian.foster@innova-card.com> <Pine.LNX.4.55.0808121720370.24222@cliff.in.clinika.pl> |
| Reply-to: | Brian Foster <brian.foster@innova-card.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.9.6 (enterprise 0.20070907.709405) |
On Tuesday 12 August 2008 18:27:42 Maciej W. Rozycki wrote:
> On Tue, 12 Aug 2008, Brian Foster wrote:
> > I'm using the commercial FS² (First Silicon Systems, now owned
> > by MIPS) EJTAG probe. [ ... ] There is no ‘gdbserver’ in this
> > setup per se, albeit I suppose the protocol between ‘gdb’ and
> > the FS² software [ ... ] might be similar/identical[?]
>
> Not really -- it uses a C API called MDI -- the spec is available from
> MIPS Technologies. I am happy to read somebody finds it useful. :)
> Debugging the Linux kernel with GDB and this piece of hardware is
> certainly a lot of fun.
Maciej,
Thanks for the clarification. I didn't know if MDI
was related to the remote-‘gdbserver’ stuff or not.
Re the FS²: When it works, my (somewhat limited)
experience to-date is it works Ok. And the use of
TCL on the Host workstation side allows some neat
tricks. However, at least one thing doesn't work
reliably for me, albeit I've never investigated:
Breakpoints in the Linux kernel. They do detonate.
Then, sometimes, I can ‘c’(ontinue) or ‘s’(tep) Ok.
But other times, when I ‘c’ or ‘s’, the breakpoint
detonates again and I'm stuck. I cannot proceed.
(The same breakpoint might even work once or twice
and then fail.) Any ideas? AFAICR, this can also
happen if I try to use the ‘sysnav’ console instead
of ‘gdb’.
I understand my predecessor in my job I gave up on
the FS² (very possibly because of this breakpoint
issue?) and used a competing (E?)JTAG probe.
Weirdly, I've only seen this effect with the Linux
kernel — other kernel-mode software (e.g., the trivial
custom bootloader) — doesn't seem to suffer from these
“flakey FS² breakpoints”?
cheers!
-blf-
--
“How many surrealists does it take to | Brian Foster
change a lightbulb? Three. One calms | somewhere in south of France
the warthog, and two fill the bathtub | Stop E$$o (ExxonMobil)!
with brightly-coloured machine tools.” | http://www.stopesso.com
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Cavium support, James Perkins |
|---|---|
| Next by Date: | Re: [PATCH] Alchemy: modernize Pb1200 IRQ cascade handling code., Sergei Shtylyov |
| Previous by Thread: | Re: Debugging the MIPS processor using GDB, Maciej W. Rozycki |
| Next by Thread: | Re: Debugging the MIPS processor using GDB, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |