This project is a fork of the gdb.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/gdb.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionArcher branches (including Python integration)
homepage URLhttp://sourceware.org/gdb/wiki/ProjectArcher
repository URLgit://sourceware.org/git/archer.git
ownernaesten@gmail.com
last changeTue, 16 Apr 2013 13:18:47 +0000 (16 09:18 -0400)
last refreshThu, 25 Apr 2024 12:35:56 +0000 (25 14:35 +0200)
content tags
add:
README
		   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.
shortlog
2013-04-16 Aleksandar... Tests for validate symbol file using build-id.aristovski/validate-binary-before-use
2013-04-16 Aleksandar... Validate symbol file using build-id.
2013-04-16 Aleksandar... gdbserver build-id attribute generator
2013-04-16 Aleksandar... Move linux_find_memory_regions_full & co.
2013-04-16 Aleksandar... Prepare linux_find_memory_regions_full & co. for move
2013-04-16 Aleksandar... Create empty common/linux-maps.[ch] and common/common...
2013-04-16 Aleksandar... Merge multiple hex conversions
2013-04-16 Aleksandar... Move utility functions to common/
2013-04-16 Aleksandar... Add README.archer
2013-04-16 gdbadmin*** empty log message ***
2013-04-16 Alan Modradaily update
2013-04-15 Doug Evans * dwarf2read.c (struct dwo_file): Replace member ...
2013-04-15 Doug Evans * dwarf2read.c (create_debug_types_hash_table): Use...
2013-04-15 H.J. LuCheck regular reference without non-GOT reference
2013-04-15 sivachandra2013-04-15 Siva Chandra Reddy <sivachandra@google...
2013-04-15 Tom Tromey * NEWS: Move recent entries into "since 7.6" section.
...
tags
14 years ago archer-swagiaal-adl-patch
14 years ago sid-snapshot-20090901
15 years ago arc-insight_6_8-branchpoint
15 years ago binutils-2_19
15 years ago sid-snapshot-20080801
15 years ago binutils_latest_snapshot
15 years ago ITCL_3_3
15 years ago reverse-20080717-branchpoint
15 years ago sid-snapshot-20080701
15 years ago cgen-snapshot-20080701
15 years ago msnyder-reverse-20080609-branchpoint
15 years ago sid-snapshot-20080601
15 years ago cgen-snapshot-20080601
15 years ago sid-snapshot-20080501
16 years ago cgen-snapshot-20080501
16 years ago sid-snapshot-20080403
...
heads
4 years ago scox/globalstate
4 years ago scox/strace
6 years ago scox/gdbserver-multi-client
6 years ago users/jkratoch/index
6 years ago users/jkratoch/indexcxx-nameswrite-namesread
6 years ago users/jkratoch/indexcxx-nameswrite
6 years ago users/jkratoch/indexcxx
7 years ago tromey/python
8 years ago scox/dyninst
8 years ago jankratochvil/gdbserverbuildid
9 years ago jankratochvil/nohpux
10 years ago jankratochvil/fedoragdb77
10 years ago jankratochvil/vla
10 years ago tromey/split-objfile/msymbol-location-independence
10 years ago jankratochvil/fedora20
10 years ago gbenson/pr14963
...