The unsuppress command undoes suppress commands.
unsuppress | History of suppress and unsuppress commands (not those specifying the -d and -reset options) |
unsuppress -d | List of errors being unsuppressed in functions that are not compiled for debugging. This list is per loadobject. Any other errors can be suppressed only by using the suppress Command with the -d option. |
unsuppress -d errors | Modify the default suppressions for all loadobjects by further unsuppressing errors. |
unsuppress -d errors in loadobjects | Modify the default suppressions in the loadobjects by further unsuppressing errors. |
unsuppress -last | At error location unsuppress present error. |
unsuppress -reset | Set the default suppression mask to the original value (startup time). |
unsuppress errors | Unsuppress errors everywhere. |
unsuppress errors in [functions] [files] [loadobjects] | Suppress errors in list of functions, list of files, and list of loadobjects. |
unsuppress errors at line | Unsuppress errors at line. |
unsuppress errors at "file":line | Unsuppress errors at line in file. |
unsuppress errors addr address | Unsuppress errors at location address. |
where:
all | All errors |
aib | Possible memory leak - address in block |
air | Possible memory leak - address in register |
baf | Bad free |
duf | Duplicate free |
mel | Memory leak |
maf | Misaligned free |
mar | Misaligned read |
maw | Misaligned write |
oom | Out of memory |
rua | Read from unallocated memory |
rui | Read from uninitialized memory |
wro | Write to read-only memory |
wua | Write to unallocated memory |
biu | Block in use (allocated memory). Though not an error, you can use biu just like errors in the suppress commands. |
See the suppress Command for information on suppressing errors.
See Runtime Checking for an introduction to runtime checking.