diff options
author | Nick Clifton <nickc@redhat.com> | 2014-04-22 11:23:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-04-22 11:23:05 +0100 |
commit | a75fef0e5bc3bfeb4eac434c1c68831f55ab597d (patch) | |
tree | 5ce500f03e251045c17713aae18f15127c3a7b8c /gdb | |
parent | 285fc9d8f8ed30b8a9d680fbf37e8f1843b95bc0 (diff) | |
download | gdb-a75fef0e5bc3bfeb4eac434c1c68831f55ab597d.zip gdb-a75fef0e5bc3bfeb4eac434c1c68831f55ab597d.tar.gz gdb-a75fef0e5bc3bfeb4eac434c1c68831f55ab597d.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6a61a53..120b70b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-04-22 Nick Clifton <nickc@redhat.com> + + * NEWS: Mention that ARM sim now supports tracing. + 2014-04-22 Yao Qi <yao@codesourcery.com> * tracefile-tfile.c (tfile_fetch_registers): Move the bottom @@ -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 |