]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Add target_ops argument to to_read_btrace
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 5c9b175e5e0e0be27b5eef9822b16daf8ba95fce..3480224dbe7105f18aec0b56f493b1b45f813582 100644 (file)
@@ -1,3 +1,14 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_read_btrace>: Add argument.
+       * target.c (struct target_ops) <to_read_btrace>: Add argument.
+       * remote.c (struct target_ops) <to_read_btrace>: Add 'self'
+       argument.
+       * amd64-linux-nat.c (amd64_linux_read_btrace): New function.
+       (_initialize_amd64_linux_nat): Use it.
+       * i386-linux-nat.c (i386_linux_read_btrace): New function.
+       (_initialize_i386_linux_nat): Use it.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_teardown_btrace>: Add argument.