From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 542 invoked by alias); 13 Jan 2011 17:59:23 -0000 Received: (qmail 521 invoked by uid 419); 13 Jan 2011 17:59:22 -0000 Date: Thu, 13 Jan 2011 17:59:00 -0000 Message-ID: <20110113175922.518.qmail@sourceware.org> From: jld@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/hal cortexm/arch/current/ChangeL ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2011/txt/msg00010.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jld@sourceware.org 2011-01-13 17:59:22 Modified files: packages/hal/cortexm/arch/current: ChangeLog packages/hal/common/current: ChangeLog packages/hal/common/current/cdl: debugging.cdl hal.cdl packages/hal/common/current/src: hal_if.c packages/hal/cortexm/arch/current/src: vectors.S Log message: * cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save interrupt state if CYGINT_HAL_COMMON_SAVED_INTERRUPT_STATE_REQUIRED is implemented. * common/current/cdl/hal.cdl: Add a CDL interface to control whether interrupt state must be saved. * common/current/cdl/debugging.cdl: Implement the new interface within GDB Ctrl-C break options. * common/current/src/hal_if.c: Make declaration of the hal_saved_interrupt_state variable conditional on an implementation of the new CDL interface.