Minor reorganization of fetch_registers/store_registers in windows-nat.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2baf2525b8c5d401d0270fe8f5fc1a56ab4a4606..d4ae16c58489d8a17b687819a91fc27f52fbcbf5 100644 (file)
@@ -1,3 +1,16 @@
+2018-06-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * windows-nat.c (do_windows_fetch_inferior_registers): Rename
+       to windows_fetch_one_register, and only handle the case of
+       fetching one register.  Move the code that reloads the context
+       and iterates over all registers if R is negative to...
+       (windows_nat_target::fetch_registers): ... here.
+       (do_windows_store_inferior_registers): Rename to
+       windows_store_one_register, and only handle the case of storing
+       one register.  Move the code that handles the case where r is
+       negative to...
+       (windows_nat_target::store_registers) ... here.
+
 2018-06-26  Tom Tromey  <tom@tromey.com>
 
        PR rust/22574:
This page took 0.024017 seconds and 4 git commands to generate.