* config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
[deliverable/binutils-gdb.git] / gdb / config / i386 / nm-ptx4.h
index bbeaed69a518592e1dfcdd6a157a2bdd449eac75..5e6cd569f8cfa3acf820b55353a504cfffcd4a9a 100644 (file)
@@ -32,6 +32,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define FETCH_INFERIOR_REGISTERS
 
+/* We must fetch all the regs before storing, since we store all at once.  */
+
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
+
 #define CHILD_WAIT
 struct target_waitstatus;
 extern int child_wait PARAMS ((int, struct target_waitstatus *));
This page took 0.027626 seconds and 4 git commands to generate.