* breakpoint.h (breakpoint_restore_shadows): New
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 16bb927c6fbd65e53b65e3818ad66bc8d8e8cd53..537645570e45ec2a363b7a180016408ed1fe4f64 100644 (file)
@@ -859,4 +859,9 @@ extern int deprecated_remove_raw_breakpoint (void *);
    target.  */
 int watchpoints_triggered (struct target_waitstatus *);
 
+/* Update BUF, which is LEN bytes read from the target address MEMADDR,
+   by replacing any memory breakpoints with their shadowed contents.  */
+void breakpoint_restore_shadows (gdb_byte *buf, ULONGEST memaddr, 
+                                LONGEST len);
+
 #endif /* !defined (BREAKPOINT_H) */
This page took 0.023644 seconds and 4 git commands to generate.