old-cross-binutils/gdb/testsuite
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
..
config * infrun.c (inferior_ignoring_startup_exec_events): Delete. 2007-07-02 21:29:28 +00:00
gdb.ada * gdb.ada/exec_changed.exp: Avoid "set confirm off". 2007-03-27 18:47:58 +00:00
gdb.arch * target.h (enum target_object): Add TARGET_OBJECT_SPU. 2007-06-12 14:35:26 +00:00
gdb.asm * MAINTAINERS: Remove d10v entry. 2007-03-30 17:21:48 +00:00
gdb.base 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt> 2007-07-17 12:51:41 +00:00
gdb.cp * Makefile.in (c-lang.o, gnu-v3-abi.o): Update. 2007-05-07 11:49:05 +00:00
gdb.disasm Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.dwarf2 * gdb.dwarf2/dw2-noloc.S: New file. 2007-03-29 19:03:56 +00:00
gdb.fortran * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files. 2007-05-07 01:11:31 +00:00
gdb.gdb * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well 2007-03-12 21:58:19 +00:00
gdb.hp Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.java * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of 2007-05-14 16:44:27 +00:00
gdb.mi 2007-05-14 Denis Pilat <denis.pilat@st.com> 2007-05-14 08:14:05 +00:00
gdb.objc * config/gdbserver.exp (gdbserver_gdb_load): Update argument list. 2007-03-27 17:59:38 +00:00
gdb.server * config/gdbserver.exp (gdbserver_gdb_load): Update argument list. 2007-03-27 17:59:38 +00:00
gdb.stabs Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.threads * gdb.threads/manythreads.exp: Prevent expect buffer overflow 2007-06-12 14:44:15 +00:00
gdb.trace Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.xml * Makefile.in (mips-tdep.o): Update. 2007-06-13 18:27:00 +00:00
lib * infrun.c (inferior_ignoring_startup_exec_events): Delete. 2007-07-02 21:29:28 +00:00
.gdbinit
aclocal.m4 gdb/ 2006-06-21 13:57:21 +00:00
ChangeLog 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt> 2007-07-17 12:51:41 +00:00
configure * Makefile.in (ALL_SUBDIRS): Add gdb.xml. 2007-01-23 17:11:55 +00:00
configure.ac * Makefile.in (ALL_SUBDIRS): Add gdb.xml. 2007-01-23 17:11:55 +00:00
Makefile.in Add "make pdf" and "make install-pdf", from Brooks Moses 2007-03-27 18:09:36 +00:00
TODO