Fix syscall group completion
[deliverable/binutils-gdb.git] / gdb / memory-map.h
index 06d7cc371d929b82548b1051ca84b183d5b0892d..a1a4d539fa169bf185e276f1df612218c85a3415 100644 (file)
@@ -25,8 +25,7 @@
 
 /* Parses XML memory map passed as argument and returns the memory
    regions it describes.  On any error, emits error message and
-   returns 0.  Does not throw.  Ownership of result is passed to the
-   caller.  */
-VEC(mem_region_s) *parse_memory_map (const char *memory_map);
+   return an empty vector.  Does not throw.  */
+std::vector<mem_region> parse_memory_map (const char *memory_map);
 
 #endif
This page took 0.023905 seconds and 4 git commands to generate.