This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb ./ChangeLog ./win32-nat.c config/i386/tm-c ...


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	cgf@sourceware.org	2005-11-01 05:08:29

Modified files:
	.              : ChangeLog win32-nat.c 
	config/i386    : tm-cygwin.h 

Log message:
	* win32-nat.c (get_relocated_section_addrs): Reinstate.
	(solib_symbols_add): New function.
	(lm_info): Remove end_addr field.
	(register_loaded_dll): Don't try to find end_addr since gdb will do this
	automatically now.  Make so_original_name == so_name for now.  Eliminate strcpy
	by using so_name directly.  Read in symbols if new paramater "readsyms" is
	true.
	(handle_load_dll): Pass auto_solib_add to register_loaded_dll to control when
	symbols should be read.
	(win32_free_so): Don't free objfile here.
	(win32_create_inferior_hook): New function.
	(handle_unload_dll): Remove left-over cruft.
	(win32_special_symbol_handling): New (dummy) function.
	(map_single_dll_code_section): Reinstate.
	(dll_code_sections_add): Reinstate.
	(core_section_load_dll_symbols): Reinstate.  Don't issue an error on duplicate
	attempts to read same dll.  Make sure that UNIX-like name is used to register
	DLL.
	(win32_current_sos): Handle core files.  Reset private list before passing
	start of list pointer to gdb.
	(init_win32_ops): Fill out (currently unused) solib_create_inferior_hook.  Fill
	out special_symbol_handling.
	* config/i386/tm-cygwin.h: Remove most special solib stuff.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.7395&r2=1.7396
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/config/i386/tm-cygwin.h.diff?cvsroot=uberbaum&r1=1.18&r2=1.19


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]