Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

rtc skippatch Command

The rtc skippatch command excludes load objects, object files, and functions from being instrumented by runtime checking. The effect of the command is permanent to each dbx session unless the load object is unloaded explicitly.

Because dbx does not track memory access in load objects, object files, and functions affected by this command, incorrect rui errors might be reported for functions that were not skipped. dbx cannot determine whether an rui error was introduced by this command, so this type error was not suppressed automatically.

Syntax

rtc skippatch load-object [–o object-file ...] [–f function ...]

Exclude the specified object files and functions in the specified load object from being instrumented.

where:

load-object is the name of a load object or the path to the name of a load object.

object-file is the name of an object file.

function is the name of a function.