From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24724 invoked by alias); 27 May 2004 05:47:42 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 24696 invoked by uid 453); 27 May 2004 05:47:41 -0000 Date: Thu, 27 May 2004 05:47:00 -0000 Message-ID: <20040527054741.24695.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/hal/common/current ChangeLog src ... X-SW-Source: 2004/txt/msg00288.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2004-05-27 05:47:41 Modified files: packages/hal/common/current: ChangeLog packages/hal/common/current/src: hal_stub.c Log message: * src/hal_stub.c: (cyg_hal_gdb_interrupt) (cyg_hal_gdb_remove_break): Changed both to use _read_mem_safe/__write_mem_safe for inserting a breakpoint, and restoring the original instruction. The Xtensa architecture (and others maybe?) can have unaligned instructions, which caused unaligned load/store exception.