| Index: gdb/windows-tdep.h
|
| diff --git a/gdb/windows-tdep.h b/gdb/windows-tdep.h
|
| index c790e0ac2cabf64b754d289a210e9b61e9e0e012..20bf66d4ab60e3c0197f5d265c38e24e3903a5e8 100644
|
| --- a/gdb/windows-tdep.h
|
| +++ b/gdb/windows-tdep.h
|
| @@ -29,4 +29,9 @@ extern void windows_xfer_shared_library (const char* so_name,
|
| CORE_ADDR load_addr,
|
| struct gdbarch *gdbarch,
|
| struct obstack *obstack);
|
| +
|
| +extern void windows_iterate_over_objfiles_in_search_order
|
| + (struct gdbarch *gdbarch,
|
| + iterate_over_objfiles_in_search_order_cb_ftype *cb,
|
| + void *cb_data, struct objfile *current_objfile);
|
| #endif
|
|
|