|
Message
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
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
|
 |