diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-27 19:59:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-27 19:59:12 +0000 |
commit | 94df2bf27bc7395872312d0e9e7f4689692aefcb (patch) | |
tree | bd2d940902ab8d277dd16d778036c02ca31849f6 /share/man/man4/ddb.4 | |
parent | 0ed7bf7b63c6099fc1205fa39502c78fba9d94c0 (diff) |
Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not
pretend these could work on userland addresses.
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 9214aaf4fb5..a14c454602c 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.70 2010/11/27 19:57:21 miod Exp $ +.\" $OpenBSD: ddb.4,v 1.71 2010/11/27 19:59:10 miod Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -481,7 +481,6 @@ with an error message. .Sy Warning: attempts to watch wired kernel memory may cause an unrecoverable error on some systems (e.g., i386). -Watchpoints on user addresses work best. .\" -------------------- .It Ic dwatch Ar addr Delete the watchpoint at address |