gdbserver: no point in hiding the regcache type nowadays
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 1c1bb5eba0977060e3d628e3bb81d8455488a2ad..5f0841779fc3f5638481eb1f8268bca5575f6783 100644 (file)
@@ -1,3 +1,18 @@
+2015-08-06  Pedro Alves  <palves@redhat.com>
+
+       * gdbthread.h (struct regcache): Forward declare.
+       (struct thread_info) <regcache_data>: Now a struct regcache
+       pointer.
+       * inferiors.c (inferior_regcache_data)
+       (set_inferior_regcache_data): Now work with struct regcache
+       pointers.
+       * inferiors.h (struct regcache): Forward declare.
+       (inferior_regcache_data, set_inferior_regcache_data): Now work
+       with struct regcache pointers.
+       * regcache.c (get_thread_regcache, regcache_invalidate_thread)
+       (free_register_cache_thread): Remove struct regcache pointer
+       casts.
+
 2015-08-06  Pedro Alves  <palves@redhat.com>
 
        * server.c (captured_main): On error, print the exception message
This page took 0.02598 seconds and 4 git commands to generate.