Resume the inferior with signal rather than stepping over
[deliverable/binutils-gdb.git] / gdb / memrange.h
index b4111af9c1f3d8aa6a78e18e4f5e773a8293684a..3a29f7da07a11e3bb59a4b1d9babef1062c06490 100644 (file)
@@ -1,6 +1,6 @@
 /* The memory range data structure, and associated utilities.
 
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -43,6 +43,11 @@ DEF_VEC_O(mem_range_s);
 extern int mem_ranges_overlap (CORE_ADDR start1, int len1,
                               CORE_ADDR start2, int len2);
 
+/* Returns true if ADDR is in RANGE.  */
+
+extern int address_in_mem_range (CORE_ADDR addr,
+                                const struct mem_range *range);
+
 /* Sort ranges by start address, then coalesce contiguous or
    overlapping ranges.  */
 
This page took 0.028395 seconds and 4 git commands to generate.