diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 549977a..d9613d4 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -765,7 +765,7 @@ extern bool is_addr_in_objfile (CORE_ADDR addr, const struct objfile *objfile); OBJF_SHARED objfile of PSPACE and false otherwise. */ extern bool shared_objfile_contains_address_p (struct program_space *pspace, - CORE_ADDR address); + CORE_ADDR address); /* This operation deletes all objfile entries that represent solibs that weren't explicitly loaded by the user, via e.g., the add-symbol-file |