LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
    Date: Wed Sep 14 19:48:40 CEST 2005
    Subject: [openrisc] [gdb-5.3] Fix or32-remote target
    Top
    Hi,

    Stephan confirmed that this also fixes gdb-5.3 for him.

    ChangeLog:
    * Fix remote-or32 target.

    nog.
    -------------- next part --------------
    --- gdb/remote-or1k.c 2004-02-05 15:08:01.000000000 +0100
    +++ /home/nog/gdb-5.3/gdb/remote-or1k.c 2005-06-29 16:18:57.000000000 +0200
    @@ -1003,7 +1003,7 @@
    error("Target in invalid state.");
    status->kind = TARGET_WAITKIND_STOPPED;
    status->value.sig = TARGET_SIGNAL_TRAP;
    - return remote_ptid;
    + return inferior_ptid;
    }

    if (err)
    @@ -1198,7 +1198,7 @@

    or1k_read_trace ();
    debug ("-wait %i %i\n", pid, or1k_status);
    - return remote_ptid;
    + return inferior_ptid;
    }

    /* Fetch a word from the target board. All memory accesses to the

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.