| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
need for hack workarounds in tools/lib32/build32.sh.
|
|
|
|
|
|
|
| |
interrupted.
MT5: 7 days
MT4: 7 days
|
|
|
|
|
| |
non-intrusive way. This should also fix the PowerPC build that
broke due to this change.
|
|
|
|
| |
trying to build the .o's.
|
|
|
|
|
|
|
|
|
| |
make sure it is a device. GDB special cases these prefixes and treats
:#### as a tcp port on localhost and executes what ever follows '|'.
This allows kgdb to debug via dconschat.
Discussed with: marcel
|
| |
|
|
|
|
| |
have not been tested yet.
|
| |
|
| |
|
|
|
|
| |
program.
|
|
|
|
| |
FreeBSD 4.11-RELEASE.
|
|
|
|
|
|
|
|
|
| |
in rev. 1.57. Fix this regression by making cc_tools a new-style
build-tool in Makefile.inc1. For details of what has been fixed,
please see the gnu/usr.bin/cc/cc_tools/Makefile,v 1.52 commit log.
Caught this by accidentally touching param.h while in the process
of cross-buildworld for amd64.
|
|
|
|
|
|
|
|
|
| |
with the currently running kernel image. Otherwise, one of -c, -n or
-r is expected for working on a particular core file (-c), working
on a saved dump (-n) or working remotely (-r). When working on a
saved dump, a kernel may be omitted.
For a remote debugging session (-r), kgdb(1) will use the specified
device.
|
|
|
|
| |
block profiling.
|
|
|
|
|
|
|
|
|
|
|
|
| |
input files:
1999-06-25 Paul Eggert <eggert@twinsun.com>
* inflate.c (huft_build):
Set n to length of v, to detect improper tables.
Don't accidentally grow j past z.
MFC after: 3 days
|
|
|
|
|
|
| |
of them in several places.
Noticed by: bsdimp
|
|
|
|
| |
from the original.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
2. Add code to retrieve thread tls address.
|
|
|
|
|
|
|
|
|
|
| |
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
|
|
|
|
|
|
|
|
| |
gets most of it content back now, when symbols from LIB2FUNCS are actually
compiled.
Noticed by: Steve Kargl <gk at troutmask dot apl dot washington dot edu>
Pointy hat to: kan
|
|
|
|
| |
OK'ed by: kan
|
|
|
|
|
|
| |
it is only used by build tools.
Submitted by: grehan
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is basicly a shell on top of libgdb that knows about kernel threads,
kernel modules and kvm(3). As the word "beginnings" implies, not
all of the features have been implemented yet. The tool is useful
and I'd like feedback on the taken route.
The simplest way to debug a kernel core file is:
kgdb -n 0
This opens /var/crash/vmcore.0 with the corresponding kernel in
the object directory (kernel.debug is used if it exists).
Typical things that need to be added are:
o Auto loading of kernel modules,
o Handling of trapframes so that backtraces can be taken across
them,
o Some fancy commands to extract useful information out of a core
file,
o Various (probably many) other things.
|
|
|
|
|
| |
functions. Only ps_p{read|write} remains.
o Remove ps_getpid. We don't need it now.
|
|
|
|
|
| |
pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar,
you can define WITH_GTAR.
|
| |
|
|
|
|
|
|
| |
that have been added to <sys/procfs.h>. This change has no effect
because the source file that would be affected is not compiled on
FreeBSD. Hence, this is for completeness only.
|
| |
|
|
|
|
|
|
|
|
|
| |
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD. Move as much duplicated code from platform
Makefiles into the shared Makefiles. Add a simple mechanism for
specifying ELF 'ldscripts'. Also share as many .h files as possible
(now a single bfd.h vs. one per platform).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
in some multibyte locales (Red Hat bug #108484).
Obtained from: Fedora (Tim Waugh)
|
|
|
|
|
|
|
| |
character representation of input data across calls to dfaexec(), and by
caching the lengths of character across calls to check_multibyte_string().
Obtained from: Fedora (Tim Waugh)
|
|
|
|
|
| |
degenerate case of fgrep with an empty pattern in a multibyte locale.
Found by phkmalloc.
|
|
|
|
| |
Obtained from: Isamu Hasegawa (IBM) via Fedora
|
|
|
|
| |
Obtained from: Fedora (Tim Waugh)
|
|
|
|
| |
of whether NLS is enabled.
|
|
|
|
| |
Use the same shortcut as glibc to test for the "C" or "POSIX" locale.
|
| |
|
| |
|