gdb/gdbserver/

* inferiors.c: Move code to ...
	* dll.c: .... here.  New.
	* server.h: Declare clear_dlls.
	* Makefile.in (SFILES): Add dll.c.
	(OBS): Add dll.o
	(dll.o): New rule.
This commit is contained in:
Yao Qi
2012-02-16 10:38:15 +00:00
parent eb8c5f3f23
commit bf4c19f73e
5 changed files with 125 additions and 87 deletions

View File

@ -236,6 +236,7 @@ extern struct inferior_list all_processes;
extern struct inferior_list all_threads;
extern struct inferior_list all_dlls;
extern int dlls_changed;
extern void clear_dlls (void);
void add_inferior_to_list (struct inferior_list *list,
struct inferior_list_entry *new_inferior);