NetBSD/gnu/dist/gdb
nathanw 55bd561796 nbsd_thread_resume(): make sure that we've been passed a thread ID in
ptid before invoking the suspend-all-but-this-thread logic. Otherwise,
when passed an LWP (as a result of 1.15 making LWPs the primary
identifier of live execution contexts), we try to suspend everything,
which goes poorly.
2005-08-16 22:07:12 +00:00
..
bfd PR/28781: OBATA Akio: gdb -write would core-dump if the executable did not 2004-12-26 16:55:00 +00:00
config Import gdb-5.3 2003-08-11 20:21:35 +00:00
etc Import gdb-5.3 2003-08-11 20:31:36 +00:00
gdb nbsd_thread_resume(): make sure that we've been passed a thread ID in 2005-08-16 22:07:12 +00:00
include avoid PARAMS redefinition. 2003-08-16 21:57:20 +00:00
intl Import gdb-5.3 2003-08-11 20:31:36 +00:00
libiberty Import gdb-5.3 2003-08-11 20:21:35 +00:00
mmalloc Import gdb-5.3 2003-08-11 20:21:35 +00:00
opcodes The "pref @rN" instruction was introduced in sh3, not sh4, so correct 2003-11-07 14:43:18 +00:00
readline Fix a char comparision to be more unsigned friendly. 2003-09-23 23:12:25 +00:00
sim Bring in current sim/ppc sources which fix configury to work with 2004-09-29 06:31:36 +00:00
texinfo Import gdb-5.3 2003-08-11 20:31:36 +00:00
utils Remove accidently commited (generated) files that "make distclean" fails 2003-08-17 23:51:12 +00:00
config-ml.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.guess Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.if Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.sub Import gdb-5.3 2003-08-11 20:21:35 +00:00
configure Re-add dead files. 2003-08-11 20:58:34 +00:00
configure.in Re-add dead files. 2003-08-11 20:58:34 +00:00
COPYING Re-add dead files. 2003-08-11 20:58:34 +00:00
COPYING.LIB Import gdb-5.3 2003-08-11 20:21:35 +00:00
djunpack.bat Import gdb-5.3 2003-08-11 20:21:35 +00:00
gettext.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
install-sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
libtool.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-c.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-cxx.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-gcj.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltconfig Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltmain.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
Makefile.in Re-add dead files. 2003-08-11 20:58:34 +00:00
md5.sum Import gdb-5.3 2003-08-11 20:21:35 +00:00
missing Import gdb-5.3 2003-08-11 20:21:35 +00:00
mkinstalldirs Import gdb-5.3 2003-08-11 20:21:35 +00:00
move-if-change Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-build.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-config.in Re-add dead files. 2003-08-11 20:58:34 +00:00
mpw-configure Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-install Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-README Import gdb-5.3 2003-08-11 20:21:35 +00:00
README Re-add dead files. 2003-08-11 20:58:34 +00:00
symlink-tree Import gdb-5.3 2003-08-11 20:21:35 +00:00
ylwrap Import gdb-5.3 2003-08-11 20:21:35 +00:00

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.