From b3eb342c7cf0c39453ce006808818edff921489a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 20 Aug 2008 04:58:34 +0000 Subject: * NEWS: Mention 'set target-async' --- gdb/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index 9f9e8e0..6fa145b 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 + 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. "show target-async" displays the + current state of asynchronous execution of the target. + * New targets x86 DICOS i[34567]86-*-dicos* -- cgit v1.1