1*d9328cd4SRobert Mustacchi# 2*d9328cd4SRobert Mustacchi# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 3*d9328cd4SRobert Mustacchi# 4*d9328cd4SRobert Mustacchi# CDDL HEADER START 5*d9328cd4SRobert Mustacchi# 6*d9328cd4SRobert Mustacchi# The contents of this file are subject to the terms of the 7*d9328cd4SRobert Mustacchi# Common Development and Distribution License (the "License"). 8*d9328cd4SRobert Mustacchi# You may not use this file except in compliance with the License. 9*d9328cd4SRobert Mustacchi# 10*d9328cd4SRobert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*d9328cd4SRobert Mustacchi# or http://www.opensolaris.org/os/licensing. 12*d9328cd4SRobert Mustacchi# See the License for the specific language governing permissions 13*d9328cd4SRobert Mustacchi# and limitations under the License. 14*d9328cd4SRobert Mustacchi# 15*d9328cd4SRobert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each 16*d9328cd4SRobert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*d9328cd4SRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the 18*d9328cd4SRobert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying 19*d9328cd4SRobert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner] 20*d9328cd4SRobert Mustacchi# 21*d9328cd4SRobert Mustacchi# CDDL HEADER END 22*d9328cd4SRobert Mustacchi# 23*d9328cd4SRobert Mustacchibreak main 24*d9328cd4SRobert Mustacchicont 25*d9328cd4SRobert Mustacchi# 26*d9328cd4SRobert Mustacchi# First it does several steps over the call to small_sub 27*d9328cd4SRobert Mustacchiecho "===============================================================" 28*d9328cd4SRobert Mustacchiecho "The following step will step over the PLT's and directly" 29*d9328cd4SRobert Mustacchiecho "into the functions." 30*d9328cd4SRobert Mustacchiecho "===============================================================" 31*d9328cd4SRobert Mustacchistep 30 32*d9328cd4SRobert Mustacchi# 33*d9328cd4SRobert Mustacchi# Disable the pltskip routine to see it step through 34*d9328cd4SRobert Mustacchi# PLT's 35*d9328cd4SRobert Mustacchi# 36*d9328cd4SRobert Mustacchipltskip 37*d9328cd4SRobert Mustacchiecho "===============================================================" 38*d9328cd4SRobert Mustacchiecho "Plt skipping has now been disabled and we should see the PLT's" 39*d9328cd4SRobert Mustacchiecho "as we call into small_sub()" 40*d9328cd4SRobert Mustacchiecho "===============================================================" 41*d9328cd4SRobert Mustacchistep 30 42