diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index 1f13b12c..b2357b81 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -7125,6 +7125,14 @@ If you want to clear a watch point in user space, specify @code{T} and parameter is omitted, a task of the default target thread or a current task is assumed. If you specify a wrong space address, the request is rejected with an error message. + +@item debug traps /on|/off +Enables or disables debugging of all traps with @code{ddb}. + +@item debug references /on|/off +Enables or disables debugging of all port reference counting errors +with @code{ddb}. + @end table |