Go to file
Ulrich Weigand 6a6b96b9c2 * infrun.c (stepping_past_breakpoint): New global variable.
(stepping_past_breakpoint_ptid): Likewise.
	(prepare_to_proceed): Add STEP parameter.  Do not check for Ctrl-C.
	Only switch threads if we need to single-step over a breakpoint hit
	in the previously selected thread.  If stepping, remember previous
	thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID].  Call
	switch_to_thread instead of copying its contents.
	(proceed): Pass STEP to prepare_to_proceed.  Always set ONEPROC if
	prepare_to_proceed returns true.
	(init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
	(context_switch): Call switch_to_thread.
	(handle_inferior_event): Switch back to previous thread if requested
	in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
	* gdbthread.h (switch_to_thread): Add prototype.
	* thread.c (switch_to_thread): Make global.
2007-09-10 18:49:26 +00:00
bfd daily update 2007-09-10 00:00:06 +00:00
binutils PR 5011 2007-09-10 09:05:23 +00:00
config config/ 2007-09-07 07:38:47 +00:00
cpu
elfcpp
etc
gas 2007-09-09 H.J. Lu <hongjiu.lu@intel.com> 2007-09-09 16:38:39 +00:00
gdb * infrun.c (stepping_past_breakpoint): New global variable. 2007-09-10 18:49:26 +00:00
gold Add -rpath-link option, currently unused. 2007-09-06 23:37:53 +00:00
gprof
include merge from gcc 2007-09-06 17:22:39 +00:00
intl
ld * ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct 2007-09-08 11:04:28 +00:00
libiberty merge from gcc 2007-09-06 17:22:39 +00:00
opcodes 2007-09-09 H.J. Lu <hongjiu.lu@intel.com> 2007-09-09 16:02:17 +00:00
readline
sim * interp.c (options enum): Add OPTION_INFO_MEMORY. 2007-09-04 14:33:18 +00:00
texinfo
.cvsignore
ChangeLog 2007-09-09 Andrew Haley <aph@redhat.com> 2007-09-09 08:19:50 +00:00
compile
config-ml.in
config.guess
config.rpath
config.sub
configure 2007-09-09 Andrew Haley <aph@redhat.com> 2007-09-09 08:19:50 +00:00
configure.ac 2007-09-09 Andrew Haley <aph@redhat.com> 2007-09-09 08:19:50 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
depcomp
djunpack.bat
install-sh
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
README
README-maintainer-mode
setup.com
src-release
symlink-tree
ylwrap

		   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.