Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: "Dhananjay R. Deshpande" <dhananjayd@KPITCummins.com>
Cc: Andrew Cagney <cagney@gnu.org>,
	Andrew Cagney <ac131313@redhat.com>,
	gdb-patches@sources.redhat.com
Subject: Re: H8300 Patch - Fix GDB crash problem when object file of different H8 cpu is loaded
Date: Tue, 16 Dec 2003 23:56:00 -0000	[thread overview]
Message-ID: <3FDF9BAF.6050908@redhat.com> (raw)
In-Reply-To: <69595093233BB547BB70CF5E492B63F20324F103@sohm.kpit.com>

Dhananjay R. Deshpande wrote:
> Thanks.
> 
> Commited.

I'm afraid you need to un-commit it.  This breaks gdb.
It no longer works with the simulator for h8s, h8h, or h8sx.

As I mentioned earlier in this thread, these global variables
that you've replaced are shared between gdb and the sim.  The
sim depends on them.  You've split them into essentially
gdb's copy and the sim's copy, but now the sim's copy is
never getting initialized, becuase it was gdb that
initialized the shared ones.  That's why they were shared.

To complete this job, you need to work out an interface
that will allow the sim to get this information from gdb.

> 
> -Dhannajay
> 
> 
>>-----Original Message-----
>>From: Andrew Cagney [mailto:cagney@gnu.org]
>>Sent: Wednesday, December 10, 2003 10:41 PM
>>To: Dhananjay R. Deshpande; Michael Snyder
>>Cc: Andrew Cagney; gdb-patches@sources.redhat.com
>>Subject: Re: H8300 Patch - Fix GDB crash problem when object file of
>>different H8 cpu is loaded
>>
>>
>>
>>>Hi,
>>>
>>>If you can, please check in the patch. My CVS access 
>>
>>problem is not yet solved. I had put a request to update my 
>>public key to overseers but its not done. 
>>http://sources.redhat.com/ml/overseers/2003-q4/msg00240.html
>>
>>Michael, can you please handle this.
>>
>>Andrew
>>
>>
> 
> 
> 



  reply	other threads:[~2003-12-16 23:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-11  6:52 Dhananjay R. Deshpande
2003-12-16 23:56 ` Michael Snyder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-17  5:59 Dhananjay R. Deshpande
2003-12-17 19:32 ` Michael Snyder
2003-12-10  5:06 Dhananjay R. Deshpande
2003-12-10 17:10 ` Andrew Cagney
2003-12-02 13:18 Dhananjay R. Deshpande
2003-12-03  4:24 ` Andrew Cagney
2003-12-01 12:58 Dhananjay R. Deshpande
2003-12-01 17:26 ` Andrew Cagney
2003-11-14  8:58 Dhananjay R. Deshpande
2003-11-14 14:49 ` Andrew Cagney
2003-11-14 20:03   ` Michael Snyder
2003-11-14 20:13     ` Michael Snyder
2003-11-14 21:09       ` 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=3FDF9BAF.6050908@redhat.com \
    --to=msnyder@redhat.com \
    --cc=ac131313@redhat.com \
    --cc=cagney@gnu.org \
    --cc=dhananjayd@KPITCummins.com \
    --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