From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21726 invoked by alias); 19 Aug 2008 13:18:03 -0000 Received: (qmail 21716 invoked by uid 22791); 19 Aug 2008 13:18:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Aug 2008 13:17:26 +0000 Received: (qmail 7845 invoked from network); 19 Aug 2008 13:17:24 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Aug 2008 13:17:24 -0000 From: Vladimir Prus Date: Tue, 19 Aug 2008 13:18:00 -0000 Subject: [RFA] Mention 'set target-async' in NEWS. To: gdb-patches@sources.redhat.com X-TUID: b8ff47eee2702d3a X-Length: 964 X-UID: 300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808191717.47439.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00517.txt.bz2 Is this OK? * NEWS: Mention 'set target-async' --- gdb/NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 9f9e8e0..6a48ab1 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -130,6 +130,12 @@ show disable-randomization by default on some platforms. This option keeps the addresses stable across multiple debugging sessions. +set target-async +show target-async + Requests that asynchronous execution is enabled in the target, if available. + In this case, it's possible to resume target in the background, and interact + with GDB while the target is running. + * New targets x86 DICOS i[34567]86-*-dicos* -- 1.5.3.5