diff options
author | Pedro Alves <palves@redhat.com> | 2012-05-03 14:59:41 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-05-03 14:59:41 +0000 |
commit | 27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3 (patch) | |
tree | b82446539b717d920d0963f2cb188711371ad945 /gdb/ChangeLog | |
parent | f6c1a2d592af15d02c7fc93390af3c803e74c4d9 (diff) | |
download | fsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.zip fsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.tar.gz fsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.tar.bz2 |
2012-05-03 Pedro Alves <pedro@codesourcery.com>
* infrun.c (displaced_step_fixup): Add "displaced:" prefix to
debug log.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bc5af0..9d760c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-05-03 Pedro Alves <pedro@codesourcery.com> + + * infrun.c (displaced_step_fixup): Add "displaced:" prefix to + debug log. + 2012-05-03 Siva Chandra Reddy <sivachandra@google.com> Add two new methods global_block and static_block to gdb.Symtab |