From: Nick Clifton Date: Tue, 22 Apr 2014 10:23:05 +0000 (+0100) Subject: Add a note to the GDB/NEWS file mentioning that the ARM simulator now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a75fef0e5bc3bfeb4eac434c1c68831f55ab597d;p=binutils-gdb.git Add a note to the GDB/NEWS file mentioning that the ARM simulator now supports instruction tracing with or without disassembly alongside. * NEWS: Mention that ARM sim now supports tracing. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6a61a53c100..120b70b620d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-04-22 Nick Clifton + + * NEWS: Mention that ARM sim now supports tracing. + 2014-04-22 Yao Qi * tracefile-tfile.c (tfile_fetch_registers): Move the bottom diff --git a/gdb/NEWS b/gdb/NEWS index df233fcc586..b72d64db313 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -2,6 +2,9 @@ (Organized release by release) *** Changes since GDB 7.7 + +* The ARM simulator now supports instruction level tracing + with or without disassembly. * Guile scripting