Revision tags: release/12.0.0 |
|
#
7f92f233 |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Revert r341337; according to imp@ we still support these.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
7b8bdbef |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Use .Va for sysctls, not .Dv.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
6ce4ddc4 |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Remove duplicated word.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
9599680a |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Say in plain text what the 'debug' keymap action usually is.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
b7477b1e |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Remove the hint for ISA buses; we don't support them anymore.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
9b5cb2f6 |
| 12-Nov-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340235 through r340367.
|
#
71ec454d |
| 11-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Random tweaks to ddb(4) manual page.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
c6879c6c |
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
#
e41793db |
| 20-Oct-2018 |
Conrad Meyer <cem@FreeBSD.org> |
ddb: Enable 'thread <address>'
Currently, the 'thread' command (to switch the debugger to another thread) only accepts decimal-encoded tids. Use the same parsing logic as 'show thread <arg>' to acc
ddb: Enable 'thread <address>'
Currently, the 'thread' command (to switch the debugger to another thread) only accepts decimal-encoded tids. Use the same parsing logic as 'show thread <arg>' to accept hex-encoded thread pointers in addition to decimal-encoded tids.
Document the 'thread' command in ddb.4 and expand the 'show thread' documentation to cover the tid usage.
Reported by: bwidawsk Reviewed by: bwidawsk (earlier version), kib (earlier version), markj Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D16962
show more ...
|
#
01d4e214 |
| 05-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r338661 through r339200.
Sponsored by: The FreeBSD Foundation
|
#
ce44d808 |
| 27-Sep-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338731 through r338987.
|
#
5252d24a |
| 21-Sep-2018 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Mention setting $lines to 0 in ddb can disable paging
Reviewed by: bcr (earlier version), markj Approved by: re (kib), markj (mentor) MFC after: 3 days Sponsored by: The FreeBSD Foundation Different
Mention setting $lines to 0 in ddb can disable paging
Reviewed by: bcr (earlier version), markj Approved by: re (kib), markj (mentor) MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17068
show more ...
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
f9c0a512 |
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
#
27cfcd95 |
| 09-Aug-2018 |
Andriy Gapon <avg@FreeBSD.org> |
add an option for ddb ps command to print process arguments
We use ps to collect the information of all processes in textdump. But it doesn't contain process arguments which however sometimes are ve
add an option for ddb ps command to print process arguments
We use ps to collect the information of all processes in textdump. But it doesn't contain process arguments which however sometimes are very useful for debugging. The new 'a' modifier adds that capability.
While here, remove 'm' modifier from ddb.4. It was in the manual page from its very first revision, but I could not find any evidence of the code ever supporting it.
Submitted by: Terry Hu <thu@panzura.com> Reviewed by: kib MFC after: 1 week Sponsored by: Panzura Differential Revision: https://reviews.freebsd.org/D16603
show more ...
|
Revision tags: release/11.2.0 |
|
#
7ffbcfe2 |
| 20-Jun-2018 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Sometimes it is helpful to get the path for a vnode. Implement a ddb function walking the namecache to do this.
Reviewed by: jhb, mjg Inspired by: gdb macro from jhb (old version) Sponsored by: i
Sometimes it is helpful to get the path for a vnode. Implement a ddb function walking the namecache to do this.
Reviewed by: jhb, mjg Inspired by: gdb macro from jhb (old version) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D14898
show more ...
|
Revision tags: release/10.4.0 |
|
#
b754c279 |
| 13-Sep-2017 |
Navdeep Parhar <np@FreeBSD.org> |
MFH @ r323558.
|
#
1be4c195 |
| 25-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r322870
|
#
d2e155a4 |
| 24-Aug-2017 |
Conrad Meyer <cem@FreeBSD.org> |
Remove unused declaration and update ddb.4
A follow-up to r322836.
Warnings for the unused declaration were breaking some second tier architectures, but did not show up in Clang on x86.
Reported b
Remove unused declaration and update ddb.4
A follow-up to r322836.
Warnings for the unused declaration were breaking some second tier architectures, but did not show up in Clang on x86.
Reported by: markj (ddb.4), emaste (declaration) Sponsored by: Dell EMC Isilon
show more ...
|
Revision tags: release/11.1.0 |
|
#
12edba1e |
| 03-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Clean up ddb(4) slightly
- Delete empty Li macro uses [1]. This removes some spaces between the optional command/subcommand arguments. - Attempt to clarify "show lock" subcommand by being more t
Clean up ddb(4) slightly
- Delete empty Li macro uses [1]. This removes some spaces between the optional command/subcommand arguments. - Attempt to clarify "show lock" subcommand by being more terse/direct. This addresses an issue with a contraction [2].
MFC after: 1 week Reported by: make manlint [1], igor [2] Reviewed by: wblock Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9858
show more ...
|
Revision tags: release/11.0.1 |
|
#
335bcabe |
| 28-Sep-2016 |
Ed Maste <emaste@FreeBSD.org> |
Merge ^/head r306303 through 306411.
|
#
808cf02c |
| 25-Sep-2016 |
Bruce Evans <bde@FreeBSD.org> |
Determine the operand/address size of %cs in a new function db_segsize().
Use db_segsize() to set the default operand/address size for disassembling. Allow overriding this with the "alternate" disp
Determine the operand/address size of %cs in a new function db_segsize().
Use db_segsize() to set the default operand/address size for disassembling. Allow overriding this with the "alternate" display format /I. The API of db_disasm() should be debooleanized to pass a more general request (amd64 needs overrides to sizes of 16, 32, and 64, but this commit doesn't implement anything for amd64 since much larger changes are needed to restore the amd64 disassmbler's support for non-default sizes).
Fix db_print_loc_and_inst() to ask for the normal format and not the alternate in normal operation.
This is most useful for vm86 mode, but also works for 16-bit protected mode.
Use db_segsize() to avoid trying to print a garbage stack trace if %cs is 16 bits. Print something like the stack trace termination message for a trap boundary instead.
Document that the alternate format is now useful on i386.
show more ...
|
Revision tags: release/11.0.0 |
|
#
a75e9a02 |
| 10-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305623 through r305686.
|
#
f9da0afe |
| 09-Sep-2016 |
Bruce Evans <bde@FreeBSD.org> |
Give the full syntax of the 'count' arg for all commmands that support it. This arg is most interesting for the 'break' command where it never worked, and for the step command where it is powerful b
Give the full syntax of the 'count' arg for all commmands that support it. This arg is most interesting for the 'break' command where it never worked, and for the step command where it is powerful but too fragile to use much.
Give the full syntax of the 'addr' arg for these commands and some others. Rename it from 'address' for the generic command.
Fix description of how 'count' is supposed to work for the 'break' command.
Don't (mis)describe the syntax of the comma for the 'step' command.
Expand the description for the generic command.
Give the full syntax for the 'examine' command. It was also missing the possible values for the modifier.
Fix mdoc syntax error for the 'search' command.
Remove FUD about consequences of not having a trap handler for the 'search' command.
show more ...
|
#
60d93869 |
| 14-Jul-2016 |
Mark Johnston <markj@FreeBSD.org> |
Document DDB's "alltrace" and "show all trace" commands.
MFC after: 3 days
|