Sun Studio 12: Debugging a Program With dbx

Syntax

rtc skippatch load_object ...

Exclude the specified load objects from being instrumented.

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.