Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

P

pathmap commandindex iconFinding Source and Object Files
for fix and continueindex iconFixing Your File
skimmingindex iconUsing the pathmap Command to Improve Skimming
syntaxindex iconpathmap Command
using to map the compile-time directory to the debug-time directoryindex iconMapping the Compile-Time Directory to the Debug-Time Directory
pointers
dereferencingindex iconDereferencing Pointers
printingindex iconPointer to Fortran Derived Type
pop command
syntaxindex iconpop Command
using to change the current stack frameindex iconChanging the Visiting Scope
using to pop frames from the call stackindex iconpop Command
using to pop one frame from the call stackindex iconChanging Variables After Fixing
using to remove frames from the call stackindex iconPopping the Call Stack
pop_auto_destruct dbxenv variableindex icondbx Environment Variables
popping
one frame of the call stackindex iconChanging Variables After Fixing
the call stack
index iconpop Command
index iconChanging a Function Presently on the Stack
index iconChanging a Function Currently Being Executed
index iconPopping the Call Stack
predefined variables for event specificationindex iconUsing Predefined Variables
preloading
librtc.soindex iconAttached Process on a System Running Linux
rtcaudit.soindex iconAttached Process on a System Running Oracle Solaris
pretty-printingindex iconUsing Pretty-Printing
call-basedindex iconCall-Based Pretty-Printing
failuresindex iconPossible Failures
function considerationsindex iconPretty-Printing Function Considerations
filtersindex iconPython Pretty-Print Filters (Oracle Solaris)
invokingindex iconInvoking Pretty-Printing
Python
index iconUsing Python on Oracle Solaris
index iconPython Pretty-Print Filters (Oracle Solaris)
APIindex iconPython Pretty-Print API Documentation
Python Docsindex iconPython Pretty-Print API Documentation
print command
syntaxindex iconprint Command
syntax to slice a C or C++ arrayindex iconArray Slicing Syntax for C and C++
syntax to slice a Fortran arrayindex iconArray Slicing Syntax for Fortran
using to dereference a pointerindex iconDereferencing Pointers
using to evaluate a function instantiation or a member function of a class templateindex iconprint Expressions
using to evaluate a variable or expressionindex iconPrinting the Value of a Variable, Expression, or Identifier
using to print the value of an expressionindex iconprint Command
printing
all the threads on the current teamindex iconPrinting Region and Thread Information
arraysindex iconEvaluating Arrays
data memberindex iconLooking Up Definitions of Variables, Members, and Functions
declaration of a type or C++ classindex iconLooking Up Definitions of Types and Classes
description of the current loopindex iconPrinting Region and Thread Information
description of the current parallel regionindex iconPrinting Region and Thread Information
description of the current task regionindex iconPrinting Region and Thread Information
field typeindex iconLooking Up Definitions of Variables, Members, and Functions
list of all class and function template instantiationsindex iconDebugging With C++ Templates
list of all class and function template instantiationsindex iconwhereis Command
list of all known threadsindex iconViewing the Threads List
list of occurrences of a symbolindex iconPrinting a List of Occurrences of a Symbol
list of threads normally not printed (zombies)index iconViewing the Threads List
member functionsindex iconLooking Up Definitions of Variables, Members, and Functions
name of the current moduleindex iconListing Debugging Information for Modules
pointerindex iconPointer to Fortran Derived Type
shared, private, and thread private variables in OpenMP codeindex iconPrinting Variables and Expressions
source listingindex iconPrinting a Source Listing
source listing for the specified function instantiationindex iconlist Expressions
tvalue of a variable or expressionindex iconPrinting the Value of a Variable, Expression, or Identifier
value of all the machine-level registersindex iconUsing the regs Command
value of an expressionindex iconprint Command
values of function template instantiationsindex iconDebugging With C++ Templates
variable typeindex iconLooking Up Definitions of Variables, Members, and Functions
proc commandindex iconproc Command
proc_exclusive_attach dbxenv variableindex icondbx Environment Variables
proc_gone eventindex iconproc_gone Event Specification
valid variablesindex iconVariable Valid for proc_gone Events
procedure linkage tablesindex iconProcedure Linkage Tables
procedure, callingindex iconcall Command
process
attached, using runtime checking onindex iconUsing Runtime Checking on an Attached Process
attaching dbx using process IDindex iconUsing the Process ID
child
attaching dbx toindex iconAttaching to Child Processes
using runtime checking onindex iconUsing Runtime Checking on a Child Process
detaching from dbx
index iconDetaching dbx From a Process
index iconDetaching a Process From dbx
detaching from dbx and leaving in a stopped stateindex iconDetaching dbx From a Process
running, attaching dbx to
index iconAttaching dbx to a Running Process
index iconAttaching dbx to a Running Process
stopping executionindex iconStopping a Process Execution
stopping with Ctrl+Cindex iconUsing Ctrl+C to Stop a Process
process control commands, definitionindex iconControlling Program Execution
prog commandindex iconprog Command
prog_new eventindex iconprog_new Event Specification
program
continuing execution ofindex iconContinuing Execution of a Program
after fixingindex iconContinuing After Fixing
at a specified lineindex iconcont at Command
fixing
index iconfix Command
index iconFixing Your Program
killing
index iconKilling a Program Without Terminating the Session
index iconKilling a Program Without Terminating the Session
multithreaded
debuggingindex iconDebugging Multithreaded Applications
resuming execution ofindex iconResuming Execution
runningindex iconRunning a Program
under dbx, impacts ofindex iconImpacts of Running a Program Under dbx
with runtime checking enabledindex iconRunning Your Program
single-stepping throughindex iconControlling Single Stepping Behavior
status, checkingindex iconChecking Program Status
stepping throughindex iconStepping Through a Program
stopping execution
if a conditional statement evaluates to trueindex iconStopping Execution on a Condition
if the value of a specified variable has changedindex iconStopping Execution When Variables Change
strippedindex iconCompletely Stripped Programs
python-docs
commandindex iconPython Pretty-Print API Documentation