#
dea0ed66 |
| 07-Jul-2008 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Add a `show cpusets' DDB command to print numbered root and assigned CPU affinity sets.
Reviewed by: brooks
|
#
e14e342b |
| 08-Jun-2008 |
Wojciech A. Koszek <wkoszek@FreeBSD.org> |
Change header file references from <filename>.h to path relative to /usr/include. It looks much better anyway.
Instead of referencing "socket", which is bogus, reference 'sys/socket.h', which is wha
Change header file references from <filename>.h to path relative to /usr/include. It looks much better anyway.
Instead of referencing "socket", which is bogus, reference 'sys/socket.h', which is what should be placed here from the beggining.
Suggested by: maxim
show more ...
|
#
cad20b04 |
| 08-Jun-2008 |
Wojciech A. Koszek <wkoszek@FreeBSD.org> |
Fix the way the date must be specified (leading 0 is redundant). Fix several spelling mistakes brought by my earlier commit. Trim whitespace.
Submitted by: maxim
|
#
b1772905 |
| 08-Jun-2008 |
Wojciech A. Koszek <wkoszek@FreeBSD.org> |
Bring more commands to the ddb(4) manual page. This should be considered "complete" list, but some commands might be still missing.
Reviewed by: julian
|
#
f6a83858 |
| 28-Apr-2008 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Document 'show mount' command.
|
#
3c35ee2c |
| 12-Apr-2008 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Correct an obvious typo.
|
#
31dd4200 |
| 07-Mar-2008 |
Robert Watson <rwatson@FreeBSD.org> |
Update ddb.4 to reflect addition of /S (symbol name) printing mode for examine.
MFC after: 3 days PR: 57976
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
f5ccc067 |
| 26-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Minor formatting tweaks; recommend "call doadump; reset" over "panic" from a script as the DDB panic command is unreliable.
MFC after: 3 months
|
#
0ff94fb6 |
| 26-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Add textdump(4) man page to describe the textdump facility and provide some stock formulas for use.
Update ddb(4) to reference the textdump(4) page, list the textdump commands, and suggest using the
Add textdump(4) man page to describe the textdump facility and provide some stock formulas for use.
Update ddb(4) to reference the textdump(4) page, list the textdump commands, and suggest using them with scripts and output capture. Update HISTORY section.
Hook up textdump(4) to build.
MFC after: 3 months
show more ...
|
#
32e0b903 |
| 26-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Add SCRIPTING section to describe new DDB scripting facilities.
Update copyright.
|
#
a6905d79 |
| 26-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Add description of 'debug.ddb.capture.data' sysctl to DBD output capture section, missed in previous commit.
MFC after: 3 months
|
#
21262c09 |
| 26-Dec-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Document DDB capture facility.
MFC after: 3 months
|
#
3b3f2813 |
| 09-Aug-2007 |
Nate Lawson <njl@FreeBSD.org> |
Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use.
Loosely based o
Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use.
Loosely based on: OpenBSD Approved by: re
show more ...
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
5d1f75f1 |
| 30-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
The first (optional) argument of the "trace" command is either the process or thread ID.
PR: docs/61859
|
#
4de836fc |
| 11-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix the prompt string.
|
#
4ef33d55 |
| 11-Oct-2006 |
Bruce Evans <bde@FreeBSD.org> |
Document the `kill' command.
Submitted by: Allan Fields <bsd@afields.ca> PR: 82779
|
#
6e4da6de |
| 10-Oct-2006 |
Bruce Evans <bde@FreeBSD.org> |
Sort some of the most inconsistently ordered descriptions of commands (the group of watchpoint commands, and the `reset' command).
NetBSD has sorted everything alphabetically, but I think we would h
Sort some of the most inconsistently ordered descriptions of commands (the group of watchpoint commands, and the `reset' command).
NetBSD has sorted everything alphabetically, but I think we would have too many commands for that if all commands were actually documented here, so this commit moves towards alphabetical order in several sections: - section for pure ddb (non-"show") commands. Now contains the watchpoint commands and is mostly in "logical" order. - section for pure ddb "show" commands - similarly for auxilary commands. Most of these are currently missing here.
show more ...
|
#
e230c2c3 |
| 09-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix markup.
|
#
355938fa |
| 09-Oct-2006 |
Bruce Evans <bde@FreeBSD.org> |
Document new aliases `b', `t' and `registers'. Document old aliases `bt', `c', `d', `p', `s', `w' and `where'.
|
#
aed19ad5 |
| 03-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Format the list of commands so that the output looks nicer, by putting command aliases on the adjacent lines.
Prodded by: bde
|
#
81ae4b8d |
| 18-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
#
679f8b7e |
| 15-Sep-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if no additional argument is given or details about the given GEOM object (class, geom, provider or consumer).
Approved by: p
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if no additional argument is given or details about the given GEOM object (class, geom, provider or consumer).
Approved by: phk
show more ...
|
#
03b33e99 |
| 05-Sep-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Document 'show vnode'.
Reminded by: ru
|
Revision tags: release/5.5.0_cvs, release/5.5.0 |
|
#
49d6fada |
| 15-May-2006 |
Wilko Bulte <wilko@FreeBSD.org> |
Remove reference to the Alpha architecture.
|
Revision tags: release/6.1.0_cvs, release/6.1.0 |
|
#
a29370de |
| 27-Feb-2006 |
Christian Brueffer <brueffer@FreeBSD.org> |
DDB depends on KDB for some time now.
Submitted by: Kent Stewart <kstewart@owt.com> MFC after: 3 days
|