This is the mail archive of the gdb-cvs@sourceware.cygnus.com 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]

src/gdb ChangeLog configure.tgt arm-linux-nat. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_0-2000-04-10-branch
Changes by:	scottb@sourceware.cygnus.com	00/04/20 14:12:11

Modified files:
	gdb            : ChangeLog configure.tgt arm-linux-nat.c 
	gdb/config/arm : linux.mh nm-linux.h 

Log message:
	Changes to support core files and linux threads.
	
	2000-04-20  Scott Bambrough <scottb@netwinder.org>
	
	* arm-linux-nat.c (PIDGET, TIDGET): New.
	(get_thread_id, GET_THREAD_ID): New.
	(fetch_nwfpe_register, store_nwfpe_register): New.
	(fetch_register, store_register): New.
	(fetch_fpregister, store_fpregister): New.
	(fill_gregset, supply_gregset): New.
	(fill_fpregset, supply_fpregset): New.
	(fetch_fpregs): Modified to use thread id's.
	(store_fpregs): Modified to use thread id's and
	fetch_nwfpe_register.
	(fetch_regs): Modified to use thread id's.
	(store_regs): Modified to use thread id's.
	(fetch_inferior_registers): Modified to handle single register
	fetches.
	(store_inferior_registers): Modified to handle single register
	stores.
	(arm_linux_register_u_addr): Removed.
	
	* configure.tgt: Added gdbserver to configdirs for arm*-*-linux*.
	
	* config/arm/linux.mh
	(NATDEPFILES): Removed core-aout.o.  Added core-regset.o.
	(LOADLIBES): Define.
	
	* config/arm/nm-linux.h: Include config/nm-linux.h.
	(ATTACH_DETACH): Removed.  Defined in config/nm-linux.h.
	(REGISTER_U_ADDR): Removed.
	(SVR4_SHARED_LIBS): Removed.  Defined in config/nm-linux.h.
	(#include "solib.h"): Removed.  Included via config/nm-linux.h.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.255.2.22&r2=1.255.2.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.5&r2=1.5.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-nat.c.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.4.2.1&r2=1.4.2.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/arm/linux.mh.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.2&r2=1.2.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/arm/nm-linux.h.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.1.1.1&r2=1.1.1.1.2.1


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