binutils-gdb/gdb/config/i386
Daniel Jacobowitz 255e7678a9 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
Daniel Jacobowitz  <dan@codesourcery.com>

	* config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
	* coff-pe-read.c (read_pe_exported_syms): Delete verbose
	printf.
	* NEWS: Mention gdbserver DLL support.

	* gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
	for __WIN32__.
	(SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
	* gdb.base/unload.exp: Use shared library test routines.

	* inferiors.c (all_dlls, dlls_changed, get_dll): New.
	(add_thread): Minor cleanups.
	(clear_inferiors): Move lower in the file.  Clear the DLL
	list.
	(free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
	* remote-utils.c (prepare_resume_reply): Check dlls_changed.
	(xml_escape_text): New.
	* server.c (handle_query): Handle qXfer:libraries:read.  Report it
	for qSupported.
	(handle_v_cont): Report errors.
	(gdbserver_version): Update.
	(main): Correct size of own_buf.  Do not report initial DLL events.
	* server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
	(unloaded_dll, xml_escape_text): New.
	* win32-low.c (enum target_waitkind): Update comments.
	(win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
	(winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
	(win32_EnumProcessModules, win32_GetModuleInformation)
	(win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
	(winapi_CreateToolhelp32Snapshot, winapi_Module32First)
	(winapi_Module32Next, win32_CreateToolhelp32Snapshot)
	(win32_Module32First, win32_Module32Next, load_toolhelp)
	(toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
	(get_child_debug_event): Handle DLL events.
	(win32_wait): Likewise.
2007-07-17 12:51:41 +00:00
..
cygwin.mh * config/i386/cygwin.mh (XM_FILE): Remove variable. 2005-05-04 16:29:54 +00:00
cygwin.mt 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt> 2007-07-17 12:51:41 +00:00
fbsd.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
fbsd.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
fbsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
fbsd64.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
go32.mh Remove XM_FILE. 2005-05-14 10:13:23 +00:00
i386.mt * configure.tgt: Remove i[34567]86-*-go32*, 2004-04-09 15:01:46 +00:00
i386gnu.mh 2004-07-29 Andrew Cagney <cagney@gnu.org> 2004-07-29 20:04:21 +00:00
i386gnu.mt 2004-04-05 Andrew Cagney <cagney@redhat.com> 2004-04-06 01:53:52 +00:00
i386sol2.mh * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset) 2004-10-31 15:35:08 +00:00
i386sol2.mt * sol2-tdep.h. sol2-tdep.c: New files. 2006-01-15 00:22:50 +00:00
linux.mh * core-aout.c: Delete file. 2007-04-25 22:10:09 +00:00
linux.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00
linux64.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
linux64.mt * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency. 2006-11-24 18:23:34 +00:00
nbsd.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
nbsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
nbsd64.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
nbsdaout.mh Mark Kettenis <kettenis@gnu.org> 2006-12-17 13:30:44 +00:00
nbsdelf.mh Mark Kettenis <kettenis@gnu.org> 2006-12-17 13:30:44 +00:00
nm-cygwin.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
nm-fbsd.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
nm-go32.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
nm-i386.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
nm-i386gnu.h * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove. 2007-01-11 21:53:29 +00:00
nm-i386sol2.h ChangeLog: 2007-05-08 23:39:14 +00:00
nm-linux.h * linux-nat.c (linux_register_u_offset): Remove. 2007-04-25 22:17:48 +00:00
nm-linux64.h * linux-nat.c (linux_register_u_offset): Remove. 2007-04-25 22:17:48 +00:00
nto.mh * config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define. 2006-11-28 19:07:51 +00:00
nto.mt * config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define. 2006-11-28 19:07:51 +00:00
obsd.mh * i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h", 2006-12-16 10:45:52 +00:00
obsd.mt * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-14 16:34:53 +00:00
obsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
obsd64.mt * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-14 16:34:53 +00:00
obsdaout.mh * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency. 2006-11-24 18:23:34 +00:00
sol2-64.mh * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c. 2004-11-01 21:05:56 +00:00
sol2-64.mt * sol2-tdep.h. sol2-tdep.c: New files. 2006-01-15 00:22:50 +00:00
tm-i386sol2.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
tm-linux.h * config/i386/tm-linux.h (sys_quotactl): Do not define. 2007-05-21 13:20:56 +00:00