X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fmemory-map.h;h=e35c38b6bdd78023a2c0ef2d938e62264e0e6cc2;hb=e5af216040aba59952c99d6479ba5279cee6825d;hp=06d7cc371d929b82548b1051ca84b183d5b0892d;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/memory-map.h b/gdb/memory-map.h index 06d7cc371d..e35c38b6bd 100644 --- a/gdb/memory-map.h +++ b/gdb/memory-map.h @@ -1,6 +1,6 @@ /* Routines for handling XML memory maps provided by target. - Copyright (C) 2006-2017 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -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 parse_memory_map (const char *memory_map); #endif