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 sol-thread.c ChangeLog config/i386/nm- ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nsd@sourceware.cygnus.com	00/04/06 18:14:10

Modified files:
	gdb            : sol-thread.c ChangeLog 
	gdb/config/i386: nm-i386sol2.h tm-i386sol2.h 
	gdb/config/sparc: nm-sun4sol2.h tm-sun4sol2.h 
	gdb/testsuite/gdb.threads: pthreads.exp 

Log message:
	* sol-thread.c (GET_LWP, GET_THREAD, BUILD_LWP, BUILD_THREAD):
	Change to rely on PIDGET etc.
	* config/i386/nm-i386sol2.h (TARGET_HAS_WATCHPOINTS,
	TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT,
	STOPPED_BY_WATCHPOINT, target_[insert/remove]_watchpoint):
	define.  Allow target to use procfs hardware watchpoints.
	* config/sparc/nm-sun4sol2.h: ditto.
	* config/i386/tm-i386sol2.h (PIDGET, TIDGET, MERGEPID): modify
	definitions to use 16 bits for the pid, 15 bits for the tid, and
	1 bit for the flag.
	* config/sparc/tm-sun4sol2.h: ditto.
	(SOFTWARE_SINGLE_STEP, SOFTWARE_SINGLE_STEP_P): undefine.
	* testsuite/gdb.threads/pthreads.exp (all_threads_running): Allow
	for more than 15 thread increments.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.242&r2=1.243
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386sol2.h.diff?cvsroot=src&r1=1.1.1.5&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/tm-i386sol2.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/sparc/nm-sun4sol2.h.diff?cvsroot=src&r1=1.1.1.5&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/sparc/tm-sun4sol2.h.diff?cvsroot=src&r1=1.1.1.5&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.threads/pthreads.exp.diff?cvsroot=src&r1=1.1.1.2&r2=1.2


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