* solist.h (master_so_list): New function.

* solib.c (master_so_list): Likewise.
	* solib-svr4.c (enable_break): Iterate over so_list entries
	obtained from master list instead of entries obtained directly
	via svr4_current_sos().
This commit is contained in:
Kevin Buettner
2004-03-11 17:04:40 +00:00
parent 9e07f89d62
commit f8766ec100
4 changed files with 29 additions and 13 deletions

View File

@ -107,8 +107,12 @@ struct target_so_ops
};
/* Free the memory associated with a (so_list *). */
void free_so (struct so_list *so);
/* Return address of first so_list entry in master shared object list. */
struct so_list *master_so_list (void);
/* Find solib binary file and open it. */
extern int solib_open (char *in_pathname, char **found_pathname);