diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 5.3: +*** Changes since GDB 6.0: + + +*** Changes in GDB 6.0: + +* The meaning of "detach" has changed for gdbserver + +The "detach" command will now resume the application, as documented. To +disconnect from gdbserver and leave it stopped, use the new "disconnect" +command. * d10v `regs' command deprecated |