RFA: Mention ARM sim now supports tracing in GDB/NEWS

Message ID 87eh20bvib.fsf@redhat.com
State Committed
Headers

Commit Message

Nick Clifton March 17, 2014, 5:11 p.m. UTC
  Hi Guys,

  This is just a very small patch to add a note to the GDB/NEWS file
  mentioning that the ARM simulator now supports tracing.

  OK to apply ?

Cheers
  Nick

gdb/ChangeLog
2014-03-17  Nick Clifton  <nickc@redhat.com>

	* NEWS: Mention that ARM sim now supports tracing.

index 2a384ba..dde663a 100644
  

Comments

Eli Zaretskii March 17, 2014, 5:29 p.m. UTC | #1
> From: Nick Clifton <nickc@redhat.com>
> Date: Mon, 17 Mar 2014 17:11:24 +0000
> 
>   This is just a very small patch to add a note to the GDB/NEWS file
>   mentioning that the ARM simulator now supports tracing.
> 
>   OK to apply ?

Yes, and thanks.
  

Patch

--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,9 @@ 
 
 *** Changes since GDB 7.7
 
+* The ARM simulator now supports instruction level tracing
+  with or without disassembly.
+
 * Guile scripting
 
   GDB now has support for scripting using Guile.  Whether this is