| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Approved by: re (implicit)
This commit was manufactured to restore the state of the 6.4-RELEASE image.
|
|
|
|
|
|
|
|
| |
for 'tid' and 'proc' so they provide UI feedback like the 'thread'
command.
Notes:
svn path=/stable/6/; revision=178879
|
|
|
|
|
|
|
|
| |
gdb-ish. Specifically, you can now use the 'file' and 'core' commands.
Also, the kernel module stuff now works for remote targets.
Notes:
svn path=/stable/6/; revision=178878
|
|
|
|
|
|
|
| |
coredump target and adjust core dump target's long name and documentation.
Notes:
svn path=/stable/6/; revision=178876
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=178788
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=178434
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=178301
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=177890
|
|
|
|
|
|
|
|
| |
errors in kgdb_parse() so it returns 0 for invalid expressions. This
fixes the kld loading for 6.x and 7.x.
Notes:
svn path=/stable/6/; revision=177889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a new 'add-kld <kld>' command to locate a kld and load its symbols.
- If the quiet flag is specified, don't dump the unread portion of the
message buffer on startup.
- Remove the warnx() from kgdb_lookup() and add it in callers where a
failed lookup is warning worthy.
- Add a shared library backend for kernel files that treats klds as shared
libraries and auto-load symbols for klds on startup.
- Build a section table from the kernel file so that 'info files' output
looks sane.
Notes:
svn path=/stable/6/; revision=176570
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=175810
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=174260
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=174237
|
|
|
|
|
|
|
|
|
| |
+ Turn on gdbserver for the arch that supports it.
+ Fix static/extern mismatch.
+ Remove extern int verbose declaration.
Notes:
svn path=/stable/6/; revision=174227
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gnu/usr.bin/gdb/arch/arm/nm-fbsd.h rev 1.2
gnu/usr.bin/gdb/arch/arm/Makefile rev 1.2
gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c 1.2
gnu/usr.bin/gdb/arch/arm/armfbsd-tdep.c rev 1.2
gnu/usr.bin/gdb/arch/arm/init.c rev 1.2
Allow gdb to attach live process.
Thread support for arm.
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=174179
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=173829
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=173694
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=173693
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=173692
|
|
|
|
|
|
|
| |
make it public so other parts of kgdb can use it.
Notes:
svn path=/stable/6/; revision=173691
|
|
|
|
|
|
|
|
|
| |
better names for System V releases [1]).
PR: docs/68845 [1]
Notes:
svn path=/stable/6/; revision=172435
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=172415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original PR description:
man(1) can't handle compressed included files.
Some ports will install with compressed manpages. man handles
this by looking for the .gz version of a man source file.
It is also common to include other files with the .so
directive where commands or functions share a man page.
Traditionally ports have had to handle this by either not
compressing the manpages, or using the _MLINKS macro in the
port makefile to create symlinks to the actual source file,
rather than using .so versions. Notably, the current version
of Xorg port breaks. See ports/113096 and ports/115845.
PR: bin/115850
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
Notes:
svn path=/stable/6/; revision=172361
|
|
|
|
|
|
|
| |
PR: 96481
Notes:
svn path=/stable/6/; revision=172194
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=171993
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=171454
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=170858
|
|
|
|
|
|
|
|
| |
PR: gnu/89777
Submitted by: edwin
Notes:
svn path=/stable/6/; revision=170238
|
|
|
|
|
|
|
|
|
|
| |
Makefile.inc0:1.38
libbfd/bfd.h:1.4
PR: amd64/102996
Notes:
svn path=/stable/6/; revision=167966
|
|
|
|
|
|
|
|
| |
Avoid writing uninitialized stack data into a thread's MMX/SSE state by
first getting the current state with td_thr_getxmmregs_p.
Notes:
svn path=/stable/6/; revision=167047
|
|
|
|
|
|
|
|
|
| |
Discussed with: re, so, portmgr (kris)
All bugs are mine.
Notes:
svn path=/stable/6/; revision=166840
|
|
|
|
|
|
|
|
|
|
|
| |
Try to avoid a possible infinite loop when parsing an invalid
kernel dump file.
PR: 108229
Submitted by: Jessica Han <jessicah juniper net>
Notes:
svn path=/stable/6/; revision=166428
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=165848
|
|
|
|
|
|
|
|
|
| |
is defined.
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=164017
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=164016
|
|
|
|
|
|
|
|
|
| |
PR: 99831
Reviewed by: ru
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163943
|
|
|
|
|
|
|
|
|
| |
Update the FILES section which has been wrong for some time.
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163635
|
|
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163620
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=163438
|
|
|
|
|
|
|
|
|
| |
Document the sun4v category.
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=163383
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=163243
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=162755
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=162754
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=162753
|
|
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/stable/6/; revision=162752
|
|
|
|
|
|
|
| |
Approved by: re(ken)
Notes:
svn path=/stable/6/; revision=162751
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=162611
|
|
|
|
|
|
|
|
| |
Security: FreeBSD-SA-06:21.gzip
Approved by: re (kensmith, bmah)
Notes:
svn path=/stable/6/; revision=162442
|
|
|
|
| |
Notes:
svn path=/stable/6/; revision=162355
|
|
|
|
|
|
|
|
|
|
| |
does need to wait until 6.2 is out.
Told by: ru@
Approved by: re (implicit)
Notes:
svn path=/stable/6/; revision=162337
|