diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-20 04:58:34 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-20 04:58:34 +0000 |
commit | b3eb342c7cf0c39453ce006808818edff921489a (patch) | |
tree | 65e5ae20a70fd43afc4a3d8d9336ac8c04155da1 /gdb/NEWS | |
parent | 30e026bbf0310ff65e430762cf755970ab738767 (diff) | |
download | gdb-b3eb342c7cf0c39453ce006808818edff921489a.zip gdb-b3eb342c7cf0c39453ce006808818edff921489a.tar.gz gdb-b3eb342c7cf0c39453ce006808818edff921489a.tar.bz2 |
* NEWS: Mention 'set target-async'
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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* |