| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then
additional changes to handle different ptrace defines among other things..
(use vfork to eliminate a race for progress group creation)
reg-i386.c is generated by regdat.sh..
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
work w/ minor modifications to these files, so keep the history...
These are stock files from GDB 6.1.1 w/ only the filename s/linux/fbsd/g
|
| |
| |
| |
| |
| | |
now really belongs in gdb, not binutils.. Plus, these don't resemble what
the new gdbserver looks like.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
|
| | |
|
| |
| |
| |
| |
| |
| | |
mode when in non-UTF-8 multibyte locales (e.g. EUC, GB2312, etc.).
PR: 91909
|
| |
| |
| |
| | |
- Reduce trivial code duplications.
|
| | |
|
| |
| |
| |
| |
| | |
2. Add command 'thread signal' to print out current thread's signal mask
and pending signals.
|
| |
| |
| |
| | |
Approved by: kan
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
mode. This allows one to use kgdb on /dev/mem and be able to patch memory
on a live system. This is identical to what -wcore used to do in previous
gdb versions for FreeBSD.
Requested by: wpaul
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
similar the the Solaris implementation. Repackage the krb5 GSS mechanism
as a plugin library for the new implementation. This also includes a
comprehensive set of manpages for the GSS-API functions with text mostly
taken from the RFC.
Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
|
| |
| |
| |
| |
| | |
PR: docs/88848
Prodded by: remko
|
| |
| |
| |
| | |
Reviewed by: nyan
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Submitted by: Jimmie James <jimmiejaz@gmail.com>
PR: docs/88427
|
| |
| |
| |
| | |
easier to keep them in sync.
|
| | |
|
| |
| |
| |
| |
| | |
PR: bin/87964
Submitted by: Frank Mayhar frank at exit dot com
|
| |
| |
| |
| |
| | |
PR: 87969
Obtained from: Fedora (Tim Waugh)
|
| |
| |
| |
| |
| | |
PR: 35333
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
shipped with GNU cpio 2.6 fails to test for it.
|
| |
| |
| |
| | |
apparently fails to do it.
|
| | |
|
| | |
|
| |
| |
| |
| | |
already available.
|
| |
| |
| |
| | |
they are not visible from wchar.h.
|
| |
| |
| |
| |
| |
| |
| | |
think that's the lot, but it's hard to understand the exception code
by mere glancing at it.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
stack by claiming the frame when the IP is 0. It's a bit of a kluge,
but avoids screens full of bogus frames.
MFC after: 1 week
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| |
| |
| | |
syscall. This is an entry from userland anyway.
MFC after: 1 week
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
just needs to be taught about all the other entry points and the
unwinder needs to be taught about the frame variation between them.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
just needs to be taught about all the other entry points and the
unwinder needs to be taught about the frame variation between them.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
just needs to be taught about all the other entry points and the
unwinder needs to be taught about the frame variation between them.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
list of frame sniffers so that trapframes can be detected. The kluge
is needed because this version of gdb only supports appending a
sniffer to the list of sniffers and the moment kgdb gets a chance to
add its own frame sniffer, the target's default frame sniffer is
already in the list. Since the default frame sniffer claims any
frame thrown at it, kgdb's frame sniffer never gets to smell (a
process much akin to tasting, but with lesser chance of hurling :-)
This commit adds dummy frame sniffers that never claim a frame and
as such don't fix anything yet. However, we now have frame sniffers
and they are being called, so it's just a matter of adding meat to
the bones and we'll be able to properly unwind across trapframes.
MFC after: 1 week
|
| |
| |
| |
| |
| | |
Triggered by: Stijn Hoop <stijn@win.tue.nl>
on freebsd-questions
|
| |
| |
| |
| |
| |
| |
| | |
PR: docs/84485
Submitted by: garys
Approved by: keramida
MFC after: 3 days
|