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

Exit Print View

Updated: June 2016
 
 

Index

Numbers and Symbols

-count event specification modifierindex icon-count n, -count infinity Modifier
-disable event specification modifierindex icon-disable Modifier
-g compiler optionindex iconCompiling a Program for Debugging
-hidden event specification modifierindex icon-hidden Modifier
-if event specification modifierindex icon-if Modifier
-in event specification modifierindex icon-in Modifier
-instr event specification modifierindex icon-instr Modifier
-lwp event specification modifierindex icon-lwp Modifier
-perm event specification modifierindex icon-perm Modifier
-resumeone event specification modifier
index icon-resumeone Modifier
index iconFilters and Multithreading
-temp event specification modifierindex icon-temp Modifier
-thread event specification modifierindex icon-thread Modifier
.dbxrc fileindex iconUsing the dbx Initialization File
creatingindex iconCreating a .dbxrc File
sampleindex iconInitialization File Sample
use at dbx startup
index iconUsing the dbx Initialization File
index icondbx Startup Sequence
:: (double-colon) C++ operatorindex iconC++ Double-Colon Scope Resolution Operator

A

access checkingindex iconUsing Access Checking
access eventindex iconaccess Event Specification
address
currentindex iconTypes of Program Locations
display formatindex iconUsing Formats
examining contents atindex iconExamining the Contents of Memory
examplesindex iconUsing Addresses
examples of usingindex iconExamples of Using an Address
adi assign command
native mode syntaxindex iconadi assign Command
adi examine command
native mode syntaxindex iconadi examine Command
adjusting default dbx settingsindex iconCustomizing dbx
alias commandindex iconCreating Your Own dbx Commands
AMD64 registersindex iconAMD64 Register Information
ancillary objectsindex iconAncillary Files (Oracle Solaris Only)
array_bounds_check dbxenv variableindex icondbx Environment Variables
arrays
bounds, exceedingindex iconDebugging Segmentation Faults
evaluating
index iconEvaluating Arrays
index iconEvaluating Arrays
Fortranindex iconWorking With Arrays
Fortran allocatableindex iconFortran Allocatable Arrays
slicing
index iconUsing Slices
index iconEvaluating Arrays
syntax for C and C++index iconArray Slicing Syntax for C and C++
syntax for Fortranindex iconArray Slicing Syntax for Fortran
striding
index iconUsing Strides
index iconEvaluating Arrays
assembly language debuggingindex iconExamining the Contents of Memory
assign command
syntaxindex iconassign Command
using to assign a value to a variable
index iconassign Command
index iconAssigning a Value to a Variable
assigning a value to a variable
index iconassign Command
index iconAssigning a Value to a Variable
at eventindex iconat Event Specification
attach command
index iconattach Command
index iconAttaching dbx to a Running Process
index iconChanging the Visiting Scope
attach eventindex iconattach Event Specification
attached process, using runtime checking onindex iconUsing Runtime Checking on an Attached Process
attaching
dbx to a new process while debugging an existing processindex iconAttaching dbx to a Running Process
dbx to a running child processindex iconAttaching to Child Processes
dbx to a running Java processindex iconTo Attach to a Running Java Process
dbx to a running process
index iconAttaching dbx to a Running Process
index iconUsing the Process ID
when dbx is not already runningindex iconAttaching dbx to a Running Process

B

backquote operatorindex iconBackquote Operator
bcheck commandindex iconbcheck Syntax
examplesindex iconbcheck Examples
syntaxindex iconbcheck Syntax
bind commandindex iconRebinding of Editing Functions
block local operatorindex iconBlock Local Operator
breakpoints
clearingindex iconListing and Deleting Breakpoints
defined
index iconSetting Breakpoints and Traces
index iconSetting Breakpoints
deleting, using handler IDindex iconDeleting Specific Breakpoints Using Handler ID Numbers
disablingindex iconEnabling and Disabling Breakpoints
enablingindex iconEnabling and Disabling Breakpoints
enabling after event occursindex iconEnabling a Breakpoint After an Event Occurs
event efficiencyindex iconEfficiency Considerations
event specificationsindex iconBreakpoint Event Specifications
filtersindex iconSetting Filters on Breakpoints
using return value of a function callindex iconQualifying Breakpoints With Conditional Filters
In Functionindex iconSetting a Breakpoint in a Function
In Objectindex iconSetting Breakpoints in Objects
listing
index iconListing Breakpoints and Traces
index iconListing and Deleting Breakpoints
multiple, setting in nonmember functionsindex iconSetting Multiple Breakpoints in Nonmember Functions
On Value Changeindex iconStopping Execution When Variables Change
overviewindex iconSetting Breakpoints
setting
at a line
index iconSetting a Breakpoint at a Line of Source Code
index iconSetting Breakpoints
at a member function of a template class or at a template functionindex iconstop in Command
at all instances of a function templateindex iconstop infunction Command
at an addressindex iconSetting a Breakpoint at an Address
at class template instantiations
index iconstop inclass Command
index iconDebugging With C++ Templates
at function template instantiations
index iconstop inclass Command
index iconDebugging With C++ Templates
filters onindex iconSetting Filters on Breakpoints
in a function
index iconSetting a Breakpoint in a Function
index iconSetting Breakpoints
in all member functions of a classindex iconSetting Breakpoints in All Member Functions of a Class
in an explicitly loaded libraryindex iconSetting a Breakpoint in an Explicitly Loaded Library
in dynamically loaded librariesindex iconSetting Breakpoints in Dynamically Loaded Libraries
in member functions of different classesindex iconSetting Breakpoints in Member Functions of Different Classes
in native (JNI) codeindex iconSetting Breakpoints in Native (JNI) Code
in objectsindex iconSetting Breakpoints in Objects
in shared librariesindex iconSetting Breakpoints in Shared Libraries
machine levelindex iconSetting Breakpoints at the Machine-Instruction Level
multiple breaks in C++ codeindex iconSetting Breakpoints in Member Functions of Different Classes
on Java methodsindex iconSetting Breakpoints on Java Methods
with filters that contain function callsindex iconFilters and Multithreading
stop typeindex iconSetting Breakpoints
determining when to setindex iconNavigating To Code
trace typeindex iconSetting Breakpoints
when typeindex iconSetting Breakpoints
setting at a lineindex iconExecuting dbx Commands at a Line
bsearch commandindex iconbsearch Command

C

C
debugging application that embeds a Java applicationindex iconDebugging a C Application or C++ Application That Embeds a Java Application
source files, specifying the location ofindex iconSpecifying the Location of Your C Source Files or C++ Source Files
C++
ambiguous or overloaded functionsindex iconSelecting From a List of C++ Ambiguous Function Names
backquote operatorindex iconBackquote Operator
class
declarations, looking upindex iconViewing Variables, Members, Types, and Classes
definition, looking upindex iconLooking Up Definitions of Types and Classes
displaying all the data members directly defined byindex iconPrinting C++ Pointers
displaying all the data members inherited fromindex iconPrinting C++ Pointers
printing the declaration ofindex iconLooking Up Definitions of Types and Classes
seeing inherited membersindex iconLooking Up Definitions of Types and Classes
viewingindex iconViewing Variables, Members, Types, and Classes
compiling with the -g optionindex iconCompiling With the g Option
compiling with the -g0 optionindex iconCompiling With the g Option
debugging application that embeds a Java applicationindex iconDebugging a C Application or C++ Application That Embeds a Java Application
double-colon scope resolution operatorindex iconC++ Double-Colon Scope Resolution Operator
exception handlingindex iconException Handling in dbx
function template instantiations, listingindex iconLooking Up Definitions of Variables, Members, and Functions
inherited membersindex iconLooking Up Definitions of Types and Classes
mangled namesindex iconLinker Names
object pointer typesindex iconPrinting C++ Pointers
printingindex iconPrinting C++ Pointers
setting multiple breakpoints
index iconSetting Breakpoints in Member Functions of Different Classes
index iconSetting Multiple Breakpoints in C++ Programs
source files, specifying the location ofindex iconSpecifying the Location of Your C Source Files or C++ Source Files
template debuggingindex iconDebugging With C++ Templates
template definitions
displayingindex iconLooking Up Definitions of Variables, Members, and Functions
tracing member functionsindex iconSetting a Trace
unnamed argumentsindex iconEvaluating Unnamed Arguments in C++ Programs
using dbx withindex iconUsing dbx With C++
call safetyindex iconCall Safety
call stackindex iconUsing the Call Stack
deleting
all frame filtersindex iconHiding Stack Frames
framesindex iconHiding Stack Frames
finding your place onindex iconFinding Your Place on the Stack
frame, definedindex iconUsing the Call Stack
hiding framesindex iconHiding Stack Frames
looking atindex iconLooking at the Call Stack
moving
downindex iconMoving Down the Stack
to a specific frame inindex iconMoving to a Specific Frame
upindex iconMoving Up the Stack
popping
index iconpop Command
index iconPopping the Call Stack
removing the stopped-in function fromindex iconPopping the Call Stack
walking
index iconWalking the Stack and Returning Home
index iconWalking the Call Stack to Navigate To Code
call command
safetyindex iconCall Safety
syntaxindex iconcall Command
using to call a functionindex iconCalling a Function
using to call a function explicitlyindex iconCalling a Function
using to call a procedure
index iconcall Command
index iconCalling a Function
using to explicitly call a function instantiation or member function of a class templateindex iconcall Command
calling
function
index iconCalling a Function
index iconCalling a Function
function instantiation or member function of a class templateindex iconcall Command
member template functionsindex iconDebugging With C++ Templates
procedureindex iconcall Command
cancel commandindex iconcancel Command
catch blocksindex iconException Handling in dbx
catch signal listindex iconCatching Signals
catch command
index iconcatch Command
index iconTrapping the FPE Signal (Oracle Solaris Only)
index iconCatching Signals
catching exceptions of a specific typeindex iconintercept Command
change eventindex iconchange Event Specification
changing
default signal listsindex iconChanging the Default Signal Lists
check command
index iconcheck Command
index iconEnabling All Runtime Checking
index iconEnabling Memory Access Checking
index iconFinding Memory Access Problems and Memory Leaks
–access optionindex iconaccess Option
–all optionindex iconall Option
combining leaksindex iconCombining Leaks
–leaks optionindex iconleaks Option
–memuse optionindex iconmemuse Option
checkpoints, saving a series of debugging runs asindex iconSaving a Series of Debugging Runs as Checkpoints
child process
attaching dbx toindex iconAttaching to Child Processes
debuggingindex iconAttaching to Child Processes
interacting with eventsindex iconInteracting With Events
using runtime checking onindex iconUsing Runtime Checking on a Child Process
choosing among multiple occurrences of a symbolindex iconChoosing Among Multiple Occurrences
class template instantiations, printing a list ofindex iconDebugging With C++ Templates
class template instantiations, printing a list ofindex iconwhereis Command
classes
displaying all the data members directly defined byindex iconPrinting C++ Pointers
displaying all the data members inherited fromindex iconPrinting C++ Pointers
looking up declarations ofindex iconViewing Variables, Members, Types, and Classes
looking up definitions ofindex iconLooking Up Definitions of Types and Classes
printing the declarations ofindex iconLooking Up Definitions of Types and Classes
seeing inherited membersindex iconLooking Up Definitions of Types and Classes
viewingindex iconViewing Variables, Members, Types, and Classes
CLASSPATHX dbxenv variable
index iconEnvironment Variables for Java Debugging
index icondbx Environment Variables
clear commandindex iconclear Command
clearing breakpointsindex iconListing and Deleting Breakpoints
collector hwprofile commandindex iconcollector hwprofile Command
collector archive commandindex iconcollector archive Command
collector dbxsample commandindex iconcollector dbxsample Command
collector disable commandindex iconcollector disable Command
collector enable commandindex iconcollector enable Command
collector heaptrace commandindex iconcollector heaptrace Command
collector limit commandindex iconcollector limit Command
collector pause commandindex iconcollector pause Command
collector profile commandindex iconcollector profile Command
collector resume commandindex iconcollector resume Command
collector sample commandindex iconcollector sample Command
collector show commandindex iconcollector show Command
collector status commandindex iconcollector status Command
collector store commandindex iconcollector store Command
collector synctrace commandindex iconcollector synctrace Command
collector tha commandindex iconcollector tha Command
collector version commandindex iconcollector version Command
collector commandindex iconcollector Command
commandsindex iconCommand Reference
dbxenvindex iconSetting dbxenv Variables
debug
using to attach to a child processindex iconAttaching to Child Processes
handling exceptionsindex iconCommands for Handling Exceptions
killindex iconChecking for Leaks
print
using to dereference a pointerindex iconDereferencing Pointers
process controlindex iconControlling Program Execution
setting startup propertiesindex iconSetting Startup Properties
stop
using to set breakpoint at all member functions of a C++ template classindex iconstop inclass Command
that alter the state of your programindex iconCommands That Alter the State of the Program
threadindex iconViewing the Context of Another Thread
whenindex iconEvent Handlers
compiling
code for debuggingindex iconCompiling Your Code for Debugging
optimized codeindex iconCompiling With the g Option
with the –g0 optionindex iconCompiling a Program for Debugging
with the –g optionindex iconCompiling a Program for Debugging
cond eventindex iconcond Event Specification
cont command
continuing execution of your program with
index iconRunning Your Program
index iconContinuing Execution of a Program
syntaxindex iconcont Command
using to continue execution of your program from a different line
index iconcont at Command
index iconContinuing Execution of a Program
using to resume execution of a multithreaded programindex iconResuming Execution
continuing execution of a programindex iconContinuing Execution of a Program
at a specified line
index iconcont at Command
index iconContinuing Execution of a Program
core file
core file truncationindex iconIf Your Core File Is Truncated
debugging
index iconDebugging a Core File
index iconExamining a Core File
debugging mismatchedindex iconDebugging a Mismatched Core File
examiningindex iconExamining a Core File
using debug command to debug a core fileindex iconDebugging a Core File in the Same Operating Environment
core_lo_pathmap dbxenv variableindex icondbx Environment Variables
count
usingindex iconUsing Count
creating
a .dbxrc fileindex iconCreating a .dbxrc File
event handlersindex iconCreating Event Handlers
creating a separate debug fileindex iconHow to Create a Separate Debug File
current addressindex iconTypes of Program Locations
current procedure and fileindex iconCurrent Procedure and File
customizing dbxindex iconCustomizing dbx

D

dalias commandindex icondalias Command
data change event specificationsindex iconData Change Event Specifications
data member, printingindex iconLooking Up Definitions of Variables, Members, and Functions
dbx
attaching to a processindex iconAttaching dbx to a Running Process
customizingindex iconCustomizing dbx
detaching a process fromindex iconDetaching a Process From dbx
detaching from a processindex iconDetaching dbx From a Process
quitting
index iconQuitting Debugging
index iconQuitting dbx
starting
index iconStarting a Debugging Session
index iconStarting dbx or dbxtool and Loading Your Program
startup optionsindex iconOptions
with core file nameindex iconDebugging a Core File
with process ID onlyindex iconUsing the Process ID
dbx dbxenv variables
output_pretty_print_fallbackindex icondbx Environment Variables
output_pretty_print_modeindex icondbx Environment Variables
dbx command
index icondbx Command
index iconUsing the Process ID
index iconStarting a Debugging Session
dbx commands
at the machine-instruction levelindex iconUsing dbx at the Machine-Instruction Level
creating your ownindex iconCreating Your Own dbx Commands
differences between Korn shell andindex iconUsing dbx With the Korn Shell
Java expression evaluation inindex iconJava Expression Evaluation in dbx Commands
process controlindex iconControlling Program Execution
setting startup propertiesindex iconSetting Startup Properties
static and dynamic information used by when debugging Java codeindex iconStatic and Dynamic Information Used by dbx Commands
that alter the state of your programindex iconCommands That Alter the State of the Program
using in Java modeindex iconUsing dbx Commands in Java Mode
valid only in Java modeindex iconCommands Valid Only in Java Mode
with different syntax in Java modeindex iconCommands With Different Syntax in Java Mode
with identical syntax and functionality in Java mode and native modeindex iconCommands With Identical Syntax and Functionality in Java Mode and Native Mode
dbx modes for debugging Java codeindex iconSpecifying 64-bit JVM Software
switching from Java or JNI to native modeindex iconSwitching From Java or JNI Mode to Native Mode
switching modes when you interrupt executionindex iconSwitching Modes When You Interrupt Execution
dbx online helpindex iconAccessing dbx Online Help
dbxenv variableindex icondbx Environment Variables
dbxenv command
index icondbxenv Command
index iconSetting dbxenv Variables
index iconSetting dbx Environment Variables
dbxenv variables
index iconSetting dbxenv Variables
index iconSetting dbxenv Variables
descriptions ofindex icondbx Environment Variables
follow_fork_modeindex iconFollowing the fork Function
for Java debuggingindex iconEnvironment Variables for Java Debugging
Korn shell, andindex icondbxenv Variables and the Korn Shell
settingindex iconSetting dbxenv Variables
setting with the dbxenv commandindex iconSetting dbxenv Variables
dbxrc file, use at dbx startupindex iconUsing the dbx Initialization File
dbxrc file, use at dbx startupindex icondbx Startup Sequence
dbxtool
index iconStarting a Debugging Session
index iconStarting a Debugging Session
index iconGetting Started With dbx
debug commandindex iconChanging the Visiting Scope
syntaxindex icondebug Command
using to attach dbx to a running processindex iconAttaching dbx to a Running Process
using to attach to a child processindex iconAttaching to Child Processes
using to debug a core fileindex iconDebugging a Core File in the Same Operating Environment
debug_file_directory dbxenv variableindex icondbx Environment Variables
debugging
assembly languageindex iconExamining the Contents of Memory
child processesindex iconAttaching to Child Processes
code compiled without -g optionindex iconCode Compiled Without the -g Option
core file
index iconDebugging a Core File
index iconExamining a Core File
creating a separate debug fileindex iconHow to Create a Separate Debug File
machine-instruction level
index iconStepping and Tracing at Machine-Instruction Level
index iconDebugging at the Machine-Instruction Level
mismatched core fileindex iconDebugging a Mismatched Core File
multithreaded programsindex iconDebugging Multithreaded Applications
optimized codeindex iconDebugging Optimized Code
replaying a saved debugging runindex iconSaving and Restoring Using replay
saving a runindex iconSaving and Restoring a Debugging Run
using a separate debug fileindex iconUsing a Separate Debug File
ancillary objectsindex iconAncillary Files (Oracle Solaris Only)
debugging application that embeds a Java application
Cindex iconDebugging a C Application or C++ Application That Embeds a Java Application
C++index iconDebugging a C Application or C++ Application That Embeds a Java Application
debugging information
reading in
index iconListing Debugging Information for Modules
index iconListing Debugging Information for Modules
debugging run
saved
replayingindex iconSaving and Restoring Using replay
restoringindex iconRestoring a Saved Run
savingindex iconSaving and Restoring a Debugging Run
declarations, looking up (displaying)index iconViewing Variables, Members, Types, and Classes
delete commandindex icondelete Command
deleting
all call stack frame filtersindex iconHiding Stack Frames
call stack framesindex iconHiding Stack Frames
specific breakpoints using handler IDsindex iconDeleting Specific Breakpoints Using Handler ID Numbers
dereferencing a pointerindex iconDereferencing Pointers
detach command
index icondetach Command
index iconDetaching a Process From dbx
detach eventindex icondetach Event Specification
detaching
a process from dbx
index iconDetaching dbx From a Process
index iconDetaching a Process From dbx
a process from dbx and leaving it in a stopped stateindex iconDetaching dbx From a Process
determining
at symbol dbx usesindex iconDetermining Which Symbol dbx Uses
cause of floating-point exception (FPE)index iconDetermining the Cause of the Exception
granularity of source line steppingindex iconControlling Single Stepping Behavior
location of floating-point exception (FPE)index iconDetermining Where the Exception Occurred
number of instructions executedindex iconDetermining the Number of Instructions Executed by a Source Line
number of lines executedindex iconDetermining the Number of Lines Executed
where your program is crashingindex iconExamining a Core File
dis command
index icondis Command
index iconUsing the dis Command
index iconTypes of Program Locations
disabling
runtime checkingindex iconDisabling Runtime Checking
disassembler_version dbxenv variableindex icondbx Environment Variables
display command
index icondisplay Command
index iconMonitoring Expressions
index iconMonitoring Expressions
displaying
all the data members directly defined by a classindex iconPrinting C++ Pointers
all the data members inherited from a base classindex iconPrinting C++ Pointers
declarationsindex iconViewing Variables, Members, Types, and Classes
definitions of templates and instances
index iconwhatis Command
index iconDebugging With C++ Templates
inherited membersindex iconLooking Up Definitions of Types and Classes
source code for function template instantiationsindex iconDebugging With C++ Templates
stack traceindex iconDisplaying and Reading a Stack Trace
symbols, occurrences ofindex iconPrinting a List of Occurrences of a Symbol
template definitionsindex iconLooking Up Definitions of Variables, Members, and Functions
type of an exceptionindex iconexception Command
unnamed function argumentindex iconEvaluating Unnamed Arguments in C++ Programs
variable typeindex iconLooking Up Definitions of Variables, Members, and Functions
variables and expressionsindex iconMonitoring Expressions
dlclose event
valid variablesindex iconVariable Valid for dlopen and dlclose Events
dlopen eventindex icondlopen and dlclose Event Specification
valid variablesindex iconVariable Valid for dlopen and dlclose Events
down command
index icondown Command
index iconMoving Down the Stack
index iconChanging the Visiting Scope
dump commandindex icondump Command
using on OpenMP codeindex iconUsing the dump Command
dynamic linkerindex iconDynamic Linker

E

edit commandindex iconedit Command
enabling
a breakpoint after an event occursindex iconEnabling a Breakpoint After an Event Occurs
memory access checking
index iconEnabling All Runtime Checking
index iconEnabling Memory Access Checking
index iconFinding Memory Access Problems and Memory Leaks
memory leak checking
index iconEnabling All Runtime Checking
index iconEnabling Memory Use and Memory Leak Checking
index iconFinding Memory Access Problems and Memory Leaks
memory use checking
index iconEnabling All Runtime Checking
index iconEnabling Memory Use and Memory Leak Checking
index iconFinding Memory Access Problems and Memory Leaks
error suppression
index iconSuppression of Last Error
index iconSuppressing Errors
defaultindex iconDefault Suppressions
examplesindex iconSuppressing Error Examples
scopeindex iconTypes of Suppression
typesindex iconTypes of Suppression
establishing a new mapping from directory to directory
index iconFinding Source and Object Files
index iconMapping the Compile-Time Directory to the Debug-Time Directory
evaluating
arrays
index iconEvaluating Arrays
index iconEvaluating Arrays
function instantiation or member function of a class templateindex iconprint Expressions
unnamed function argumentindex iconEvaluating Unnamed Arguments in C++ Programs
event counters
index iconUsing Event Counters
index iconUsing Event Counters
event handler
hidingindex icon-hidden Modifier
retaining across debugging sessionsindex icon-perm Modifier
event handlers
creatingindex iconCreating Event Handlers
manipulatingindex iconManipulating Event Handlers
setting, examplesindex iconEvent Handler Examples
event management
index iconEvent Management
index iconEvent Management
event specification modifiers, descriptions ofindex iconEvent Specification Modifiers
event specifications
index iconSetting Event Specifications
index iconCreating Event Handlers
index iconEvent Handlers
for breakpoint eventsindex iconBreakpoint Event Specifications
for data change eventsindex iconData Change Event Specifications
for execution progress eventsindex iconExecution Progress Event Specifications
for OpenMP codeindex iconUsing Events
for synchronizationindex iconSynchronization Events
otherindex iconOther Events
for other types of eventsindex iconOther Event Specifications
for synchronizationindex iconSynchronization Events
for system eventsindex iconSystem Event Specifications
for thread trackingindex iconTracked Thread Event Specifications
keywords, definedindex iconSetting Event Specifications
machine-instruction levelindex iconSetting Breakpoints at the Machine-Instruction Level
modifiersindex iconEvent Specification Modifiers
settingindex iconSetting Event Specifications
using predefined variablesindex iconUsing Predefined Variables
event-specific variablesindex iconVariables Valid for when Command
event_safety dbxenv variableindex icondbx Environment Variables
events
ambiguityindex iconParsing and Ambiguity
child process interaction withindex iconInteracting With Events
parsingindex iconParsing and Ambiguity
examine command
index iconexamine Command
index iconUsing the examine or x Command
index iconTypes of Program Locations
examining the contents of memoryindex iconExamining the Contents of Memory
exception handlingindex iconException Handling in dbx
examplesindex iconExamples of Exception Handling
exception command
index iconexception Command
index iconexception Command
exceptions
floating point, determining cause ofindex iconDetermining the Cause of the Exception
floating point, determining location ofindex iconDetermining Where the Exception Occurred
in Fortran programs, locatingindex iconLocating Exceptions
of a specific type, catchingindex iconintercept Command
removing types from intercept listindex iconunintercept Command
reporting where type would be caughtindex iconwhocatches Command
type of, displayingindex iconexception Command
exec function, followingindex iconFollowing the exec Function
executables
separate debugging informationindex iconDebugging Information in Object Files and Executables
execution progress event specificationsindex iconExecution Progress Event Specifications
exists commandindex iconexists Command
exit eventindex iconexit Event Specification
valid variablesindex iconVariable Valid for exit Event
experiments
limiting the size ofindex iconSyntax
expressions
displayingindex iconMonitoring Expressions
Fortran
complexindex iconShowing Complex Expressions
intervalindex iconShowing Interval Expressions
monitoring changesindex iconMonitoring Expressions
monitoring the value ofindex iconMonitoring Expressions
printing the value of
index iconprint Command
index iconPrinting the Value of a Variable, Expression, or Identifier
stop the display ofindex iconStop the Display (Undisplaying)

F

fault eventindex iconfault Event Specification
fflush(stdout), after dbx callsindex iconCalling a Function
field type
displayingindex iconLooking Up Definitions of Variables, Members, and Functions
printingindex iconLooking Up Definitions of Variables, Members, and Functions
file command
index iconfile Command
index iconChanging the Visiting Scope
index iconTypes of Program Locations
index iconNavigating To a File
files
finding
index iconFinding Source and Object Files
index iconMapping the Compile-Time Directory to the Debug-Time Directory
location ofindex iconFinding Source and Object Files
navigating toindex iconNavigating To a File
qualifying nameindex iconQualifying Symbols With Scope Resolution Operators
files commandindex iconfiles Command
filter_max_length dbxenv variableindex icondbx Environment Variables
finding
object filesindex iconMapping the Compile-Time Directory to the Debug-Time Directory
place on the call stackindex iconFinding Your Place on the Stack
source files
index iconFinding Source and Object Files
index iconMapping the Compile-Time Directory to the Debug-Time Directory
fix and continue
using with runtime checkingindex iconUsing Fix and Continue With Runtime Checking
fix command
index iconfix Command
index iconfix Command
fix_verbose dbxenv variableindex icondbx Environment Variables
fixed commandindex iconfixed Command
fixing
programindex iconfix Command
floating-point exception (FPE)
catchingindex iconCatch Floating-Point Exceptions
determining cause ofindex iconDetermining the Cause of the Exception
determining location ofindex iconDetermining Where the Exception Occurred
follow_fork_inherit dbxenv variableindex icondbx Environment Variables
follow_fork_inherit dbxenv variableindex iconInteracting With Events
follow_fork_mode dbxenv variableindex icondbx Environment Variables
follow_fork_mode dbxenv variable
index iconFollowing the fork Function
index iconUsing Runtime Checking on a Child Process
follow_fork_mode_inner dbxenv variableindex icondbx Environment Variables
fork function, followingindex iconFollowing the fork Function
Fortran
allocatable arraysindex iconFortran Allocatable Arrays
allocatable scalar typeindex iconAllocatable Scalar Type
array slicing syntax forindex iconArray Slicing Syntax for Fortran
case sensitivityindex iconUppercase Letters
complex expressionsindex iconShowing Complex Expressions
derived typesindex iconViewing Fortran Derived Types
interval expressionsindex iconShowing Interval Expressions
intrinsic functionsindex iconShowing Intrinsic Functions
logical operatorsindex iconShowing Logical Operators
Object Orientedindex iconObject Oriented Fortran
sample dbx sessionindex iconSample dbx Session
structuresindex iconViewing Fortran Derived Types
fortran_modules commandindex iconfortran_modules Command
FPE signal, trappingindex iconTrapping the FPE Signal (Oracle Solaris Only)
frame, definedindex iconUsing the Call Stack
frame command
index iconframe Command
index iconMoving to a Specific Frame
index iconChanging the Visiting Scope
func command
index iconfunc Command
index iconChanging the Visiting Scope
index iconTypes of Program Locations
index iconNavigating To Functions
funcs commandindex iconfuncs Command
function argument, unnamed
index iconEvaluating Unnamed Arguments in C++ Programs
index iconEvaluating Unnamed Arguments in C++ Programs
function template instantiations
displaying the source code forindex iconDebugging With C++ Templates
printing a list of
index iconwhereis Command
index iconDebugging With C++ Templates
printing the values ofindex iconDebugging With C++ Templates
functions
ambiguous or overloadedindex iconSelecting From a List of C++ Ambiguous Function Names
calling
index iconCalling a Function
index iconCalling a Function
inlined, in optimized codeindex iconInlined Functions
instantiation
callingindex iconcall Command
evaluatingindex iconprint Expressions
printing source listing forindex iconlist Expressions
intrinsic, Fortranindex iconShowing Intrinsic Functions
looking up definitions ofindex iconLooking Up Definitions of Variables, Members, and Functions
member of a class template, callingindex iconcall Command
member of class template, evaluatingindex iconprint Expressions
navigating toindex iconNavigating To Functions
obtaining names assigned by the compilerindex iconEvaluating Unnamed Arguments in C++ Programs
qualifying nameindex iconQualifying Symbols With Scope Resolution Operators
setting breakpoints inindex iconSetting a Breakpoint in a Function
setting breakpoints in C++ codeindex iconSetting Breakpoints in All Member Functions of a Class

G

gdb commandindex icongdb Command

H

handler id, definedindex iconCreating Event Handlers
handler command
index iconhandler Command
index iconUsing Event Counters
handlersindex iconEvent Handlers
creating
index iconCreating Event Handlers
index iconEvent Handlers
enabling while within a functionindex iconEnabling a Handler While Within a Function
hide command
index iconhide Command
index iconHiding Stack Frames
hiding call stack framesindex iconHiding Stack Frames

I

ignore signal listindex iconCatching Signals
ignore command
index iconignore Command
index iconCatching Signals
index iconIntercepting and Cancelling the SIGINT Signal
import commandindex iconimport Command
In Function breakpointindex iconSetting a Breakpoint in a Function
In Object breakpointindex iconSetting Breakpoints in Objects
in eventindex iconin Event Specification
inclass eventindex iconinclass Event Specification
infile eventindex iconinfile Event Specification
infunction eventindex iconinfunction Event Specification
inherited members
displayingindex iconLooking Up Definitions of Types and Classes
seeingindex iconLooking Up Definitions of Types and Classes
inmember eventindex iconinmember Event Specification
inmethod event
index iconinmember Event Specification
index iconinmember Event Specification
inobject eventindex iconinobject Event Specification
input_case_sensitive dbxenv variableindex icondbx Environment Variables
input_case_sensitive environment variableindex iconUppercase Letters
input_case_sensitive environment variableindex iconUppercase Letters
instances, displaying the definitions of
index iconwhatis Command
index iconDebugging With C++ Templates
Intel registersindex iconx86 Register Information
intercept command
index iconintercept Command
index iconintercept Command
invocation optionsindex iconOptions

J

JAR file, debuggingindex iconDebugging a JAR File
Java applications
attaching dbx toindex iconAttaching dbx to a Running Java Application
specifying custom wrappers forindex iconSpecifying a Custom Wrapper for Your Java Application
starting to debugindex iconStarting to Debug a Java Application
that require 64-bit librariesindex iconAttaching dbx to a Running Java Application
types you can debug with dbxindex iconStarting to Debug a Java Application
with wrappers, debuggingindex iconDebugging a Java Application That Has a Wrapper
Java class file, debuggingindex iconDebugging a Class File
Java code
capabilities of dbx withindex iconCapabilities of dbx With Java Code
dbx modes for debuggingindex iconSpecifying 64-bit JVM Software
limitations of dbx withindex iconLimitations of dbx With Java Code
static and dynamic information used by dbx commandsindex iconStatic and Dynamic Information Used by dbx Commands
using dbx withindex iconUsing dbx With Java Code
Java debugging, environment variables forindex iconEnvironment Variables for Java Debugging
Java modeindex icondbx Modes for Debugging Java Code
dbx commands valid only inindex iconCommands Valid Only in Java Mode
different syntax than dbx commandsindex iconCommands With Different Syntax in Java Mode
identical syntax and functionality for dbx commandsindex iconCommands With Identical Syntax and Functionality in Java Mode and Native Mode
switching from Java or JNI to native modeindex iconSwitching From Java or JNI Mode to Native Mode
using dbx commands inindex iconUsing dbx Commands in Java Mode
Java source files, specifying the location ofindex iconSpecifying the Location of Your Java Source Files
java commandindex iconjava Command
JAVASRCPATH dbxenv variable
index iconEnvironment Variables for Java Debugging
index icondbx Environment Variables
jclasses commandindex iconjclasses Command
jdbx_mode dbxenv variable
index iconEnvironment Variables for Java Debugging
index icondbx Environment Variables
joff commandindex iconjoff Command
jon commandindex iconjon Command
jpkgs commandindex iconjpkgs Command
JVM software
customizing startup ofindex iconCustomizing Startup of the JVM Software
passing run arguments to
index iconPassing Run Arguments to the JVM Software
index iconPassing Arguments to the JVM Software
specifying 64-bitindex iconSpecifying 64-bit JVM Software
specifying a path name forindex iconSpecifying a Path Name for the JVM Software
jvm_invocation dbxenv variable
index iconEnvironment Variables for Java Debugging
index icondbx Environment Variables

K

key bindings for editors, displaying or modifyingindex iconRebinding of Editing Functions
kill command
index iconkill Command
index iconChecking for Leaks
index iconKilling a Program Without Terminating the Session
killing
programindex iconKilling a Program Without Terminating the Session
Korn shell
differences from dbxindex iconUsing dbx With the Korn Shell
extensionsindex iconExtensions to ksh-88
features not implementedindex iconksh-88 Features Not Implemented
renamed commandsindex iconRenamed Commands

L

language commandindex iconlanguage Command
language_mode dbxenv variableindex icondbx Environment Variables
lastrites eventindex iconlastrites Event Specification
LD_AUDITindex iconAttached Process on a System Running Oracle Solaris
LD_PRELOADindex iconAttached Process on a System Running Linux
leak checkingindex iconEnabling Memory Use and Memory Leak Checking
libraries
dynamically loaded, setting breakpoints inindex iconSetting Breakpoints in Dynamically Loaded Libraries
shared, compiling for dbxindex iconShared Libraries Require the -g Option for Full dbx Support
librtc.so, preloadingindex iconAttached Process on a System Running Linux
librtld_db.soindex iconLink Map
libthread_db.soindex iconUnderstanding Multithreaded Debugging
limiting the experiment sizeindex iconSyntax
line command
index iconline Command
index iconTypes of Program Locations
link mapindex iconLink Map
linker namesindex iconLinker Names
list command
index iconChanging the Visiting Scope
index iconTypes of Program Locations
syntaxindex iconlist Command
using to print a source listing for a file or functionindex iconPrinting a Source Listing
using to print the source listing for a function instantiationindex iconlist Expressions
listi command
index iconlisti Command
index iconUsing the listi Command
listing
all program modules that contain debugging informationindex iconListing Modules
breakpoints
index iconListing Breakpoints and Traces
index iconListing and Deleting Breakpoints
C++ function template instantiationsindex iconLooking Up Definitions of Variables, Members, and Functions
debugging information for modulesindex iconListing Debugging Information for Modules
names of all program modulesindex iconListing Modules
names of modules containing debugging information that have already been read into dbxindex iconListing Modules
signals currently being ignoredindex iconCatching Signals
signals currently being trappedindex iconCatching Signals
tracesindex iconListing Breakpoints and Traces
load object, definedindex iconDynamic Linker
loading your programindex iconStarting dbx or dbxtool and Loading Your Program
loadobject command
–dumpelf flagindex iconloadobject -dumpelf Command
–exclude flagindex iconloadobject -exclude Command
–hide flagindex iconloadobject -hide Command
–list flagindex iconloadobject -list Command
–load flagindex iconloadobject -load Command
–unload flagindex iconloadobject -unload Command
–use flagindex iconloadobject -use Command
loadobject commandindex iconloadobject Command
looking up
definitions of membersindex iconLooking Up Definitions of Variables, Members, and Functions
definitions of classesindex iconLooking Up Definitions of Types and Classes
definitions of functionsindex iconLooking Up Definitions of Variables, Members, and Functions
definitions of typesindex iconLooking Up Definitions of Types and Classes
definitions of variablesindex iconLooking Up Definitions of Variables, Members, and Functions
this pointerindex iconLooking Up Definitions of Variables, Members, and Functions
lwp commandindex iconlwp Command
lwp_exit eventindex iconlwp_exit Event Specification
LWPs (lightweight processes)index iconUnderstanding Multithreaded Debugging
information displayed forindex iconUnderstanding LWP Information
showing information aboutindex iconUnderstanding LWP Information
statesindex iconThread and LWP States
lwps command
index iconlwps Command
index iconUnderstanding LWP Information

M

machine-instruction level
address, setting breakpoint atindex iconSetting a Breakpoint at an Address
AMD64 registersindex iconAMD64 Register Information
debuggingindex iconDebugging at the Machine-Instruction Level
Intel registersindex iconx86 Register Information
printing the value of all the registersindex iconUsing the regs Command
setting breakpoint at addressindex iconSetting Breakpoints at the Machine-Instruction Level
single steppingindex iconSingle-Stepping at the Machine-Instruction Level
SPARC registersindex iconSPARC Register Information
tracingindex iconTracing at the Machine-Instruction Level
using dbxindex iconUsing dbx at the Machine-Instruction Level
macro
compiler and compiler optionsindex iconCompiler and Compiler Options
definition method
index iconCompiler and Compiler Options
index iconMacro Definitions
limitationsindex iconLimitations
skimmingindex iconSkimming Errors
tradeoffs in functionalityindex iconTradeoffs in Functionality
definitionsindex iconMacro Definitions
expansionindex iconAdditional Uses of Macro Expansion
skimmingindex iconSkimming Errors
macro command
index iconmacro Command
index iconAdditional Uses of Macro Expansion
macro_expand dbxenv variableindex icondbx Environment Variables
macro_expand dbxenv variableindex iconAdditional Uses of Macro Expansion
macro_source dbxenv variableindex icondbx Environment Variables
macro_source dbxenv variableindex iconMacro Definitions
manipulating event handlersindex iconManipulating Event Handlers
member functions
printingindex iconLooking Up Definitions of Variables, Members, and Functions
setting multiple breakpoints inindex iconSetting Multiple Breakpoints in C++ Programs
tracingindex iconSetting a Trace
member template functionsindex iconDebugging With C++ Templates
members
declarations, looking upindex iconViewing Variables, Members, Types, and Classes
looking up declarations ofindex iconViewing Variables, Members, Types, and Classes
looking up definitions ofindex iconLooking Up Definitions of Variables, Members, and Functions
viewingindex iconViewing Variables, Members, Types, and Classes
memory
address display formatsindex iconUsing Formats
display modesindex iconExamining the Contents of Memory
examining contents at addressindex iconExamining the Contents of Memory
statesindex iconUsing Access Checking
memory access
checking
enablingindex iconFinding Memory Access Problems and Memory Leaks
error reportindex iconUnderstanding the Memory Access Error Report
errors
index iconAccess Errors
index iconMemory Access Errors
memory access checkingindex iconUsing Access Checking
enabling
index iconEnabling All Runtime Checking
index iconEnabling Memory Access Checking
memory leak
checkingindex iconChecking for Leaks
enablingindex iconFinding Memory Access Problems and Memory Leaks
errors
index iconMemory Leak Errors
index iconDetecting Memory Leak Errors
fixingindex iconFixing Memory Leaks
reportindex iconUnderstanding the Memory Leak Report
memory leak checkingindex iconUsing Memory Leak Checking
enabling
index iconEnabling All Runtime Checking
index iconEnabling Memory Use and Memory Leak Checking
memory use checkingindex iconUsing Memory Use Checking
enabling
index iconEnabling All Runtime Checking
index iconEnabling Memory Use and Memory Leak Checking
index iconFinding Memory Access Problems and Memory Leaks
mmapfile commandindex iconmmapfile Command
module command
index iconmodule Command
index iconListing Debugging Information for Modules
modules
all program, listingindex iconListing Modules
containing debugging information that have already been read into dbx, listingindex iconListing Modules
containing debugging information, listingindex iconListing Modules
current, printing the name ofindex iconListing Debugging Information for Modules
listing debugging information forindex iconListing Debugging Information for Modules
modules command
index iconmodules Command
index iconListing Modules
index iconListing Debugging Information for Modules
monitoring the value of an expressionindex iconMonitoring Expressions
moving
down the call stackindex iconMoving Down the Stack
to a specific frame in the call stackindex iconMoving to a Specific Frame
up the call stackindex iconMoving Up the Stack
mt_resume_one dbxenv variableindex icondbx Environment Variables
mt_scalable dbxenv variableindex icondbx Environment Variables
mt_sync_tracking dbxenv variableindex icondbx Environment Variables
multithreaded programs, debuggingindex iconDebugging Multithreaded Applications

N

native commandindex iconnative Command
navigating
through functions by walking the call stackindex iconWalking the Call Stack to Navigate To Code
to a fileindex iconNavigating To a File
to functionsindex iconNavigating To Functions
next command
index iconnext Command
index iconStepping Through a Program
next eventindex iconnext Event Specification
nexti command
index iconnexti Command
index iconSingle-Stepping at the Machine-Instruction Level

O

object files
findingindex iconMapping the Compile-Time Directory to the Debug-Time Directory
loadingindex iconObject File Loading
separate debugging informationindex iconDebugging Information in Object Files and Executables
object pointer typesindex iconPrinting C++ Pointers
obtaining the function name assigned by the compilerindex iconEvaluating Unnamed Arguments in C++ Programs
omp_atomic eventindex iconomp_atomic Event Specification
omp_barrier eventindex iconomp_barrier Event Specification
omp_critical eventindex iconomp_critical Event Specification
omp_flush eventindex iconomp_flush Event Specification
omp_loop commandindex iconomp_loop Command
omp_master eventindex iconomp_master Event Specification
omp_ordered eventindex iconomp_ordered Event Specification
omp_pr commandindex iconomp_pr Command
omp_serialize commandindex iconomp_serialize Command
omp_single eventindex iconomp_single Event Specification
omp_task eventindex iconomp_task Event Specification
omp_taskwait eventindex iconomp_taskwait Event Specification
omp_team commandindex iconomp_team Command
omp_tr commandindex iconomp_tr Command
online help, accessingindex iconAccessing dbx Online Help
OpenMP application programming interfaceindex iconDebugging OpenMP Programs
OpenMP code
dbx functionality available forindex icondbx Functionality Available for OpenMP Code
events for, otherindex iconOther Events
events for, synchronizationindex iconSynchronization Events
execution sequence ofindex iconExecution Sequence of OpenMP Code
printing a description of the current loopindex iconPrinting Region and Thread Information
printing a description of the current parallel regionindex iconPrinting Region and Thread Information
printing a description of the current task regionindex iconPrinting Region and Thread Information
printing all the threads on the current teaindex iconPrinting Region and Thread Information
printing shared, private, and thread private variables inindex iconPrinting Variables and Expressions
serializing the execution of the next encountered parallel regionindex iconSerializing the Execution of a Parallel Region
single-stepping inindex iconSingle-Stepping Into a Parallel Region
transformation by compilersindex iconHow Compilers Transform OpenMP Code
using stack traces withindex iconUsing Stack Traces
using the dump command onindex iconUsing the dump Command
operators
backquoteindex iconBackquote Operator
block localindex iconBlock Local Operator
C++ double colon scope resolutionindex iconC++ Double-Colon Scope Resolution Operator
optimized code
about parameters and variablesindex iconParameters and Variables
compilingindex iconCompiling With the g Option
debuggingindex iconDebugging Optimized Code
inlined functionsindex iconInlined Functions
output_auto_flush dbxenv variableindex icondbx Environment Variables
output_base dbxenv variableindex icondbx Environment Variables
output_class_prefix dbxenv variableindex icondbx Environment Variables
output_data_member_only dbxenv variableindex icondbx Environment Variables
output_dynamic_type dbxenv variableindex icondbx Environment Variables
output_dynamic_type dbxenv variableindex iconexception Command
output_dynamic_type environment variableindex iconPrinting C++ Pointers
output_inherited_members dbxenv variableindex icondbx Environment Variables
output_list_size dbxenv variableindex icondbx Environment Variables
output_log_file_name dbxenv variableindex icondbx Environment Variables
output_max_object_size dbxenv variableindex icondbx Environment Variables
output_max_string_length dbxenv variableindex icondbx Environment Variables
output_no_literal dbxenv variableindex icondbx Environment Variables
output_pretty_print dbxenv variableindex icondbx Environment Variables
output_pretty_print environment variableindex iconUsing Pretty-Printing
output_pretty_print_mode environment variableindex iconUsing Pretty-Printing
output_short_file_name dbxenv variableindex icondbx Environment Variables
overload_function dbxenv variableindex icondbx Environment Variables
overload_operator dbxenv variableindex icondbx Environment Variables

P

pathmap commandindex iconFinding Source and Object Files
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 remove frames from the call stackindex iconPopping the Call Stack
pop_auto_destruct dbxenv variableindex icondbx Environment Variables
popping
the call stack
index iconpop Command
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
at a specified lineindex iconcont at Command
fixingindex iconfix Command
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

Q

qualifying symbol namesindex iconQualifying Symbols With Scope Resolution Operators
quit commandindex iconquit Command
quitting a dbx sessionindex iconQuitting Debugging
quitting dbxindex iconQuitting dbx

R

reading a stack traceindex iconDisplaying and Reading a Stack Trace
reading in
debugging information
index iconListing Debugging Information for Modules
index iconListing Debugging Information for Modules
registers
AMD64 architectureindex iconAMD64 Register Information
Intel architectureindex iconx86 Register Information
printing the value ofindex iconUsing the regs Command
SPARC architectureindex iconSPARC Register Information
regs command
index iconregs Command
index iconUsing the regs Command
removing
exception types from intercept listindex iconunintercept Command
stopped-in function from the call stackindex iconPopping the Call Stack
replay command
index iconreplay Command
index iconSaving and Restoring Using replay
index iconSaving and Restoring a Debugging Run
replaying a saved debugging runindex iconSaving and Restoring Using replay
reporting where an exception type would be caughtindex iconwhocatches Command
rerun commandindex iconrerun Command
resetting application files for replayindex iconResetting Application Files for replay
restore command
index iconrestore Command
index iconRestoring a Saved Run
index iconSaving and Restoring a Debugging Run
restoring a saved debugging runindex iconRestoring a Saved Run
resuming
execution of a multithreaded programindex iconResuming Execution
returns event
index iconreturns Event Specification
index iconreturns Event Specification
rprint
commandindex iconrprint Command
rtc showmap commandindex iconrtc showmap Command
rtc skippatch commandindex iconrtc skippatch Command
skipping instrumentationindex iconPerformance Improves When Sufficient Patch Area Is Available Within 8 MB of All Existing Code (SPARC Platforms Only).
rtc_auto_continue dbxenv variableindex icondbx Environment Variables
rtc_auto_continue dbxenv variableindex iconEnabling Batch Mode Directly From dbx
rtc_auto_continue environment variableindex iconRunning Your Program
rtc_auto_suppress dbxenv variableindex icondbx Environment Variables
rtc_auto_suppress dbx variableindex iconSuppression of Last Error
rtc_biu_at_exit dbxenv variableindex icondbx Environment Variables
rtc_biu_at_exit dbxenv variablesindex iconUsing Memory Use Checking
rtc_error_limit dbxenv variableindex icondbx Environment Variables
rtc_error_limit dbxenv variableindex iconLimiting the Number of Errors Reported
rtc_error_log_file_name dbxenv variableindex icondbx Environment Variables
rtc_error_log_file_name dbxenv variableindex iconEnabling Batch Mode Directly From dbx
rtc_error_log_file_name environment variableindex iconRunning Your Program
rtc_error_stack dbxenv variableindex icondbx Environment Variables
rtc_inherit dbxenv variableindex icondbx Environment Variables
rtc_mel_at_exit dbxenv variableindex icondbx Environment Variables
rtcaudit.so, preloadingindex iconAttached Process on a System Running Oracle Solaris
rtldindex iconDynamic Linker
run command
index iconrun Command
index iconRunning a Program
run_autostart dbxenv variableindex icondbx Environment Variables
run_io dbxenv variableindex icondbx Environment Variables
run_pty dbxenv variableindex icondbx Environment Variables
run_quick dbxenv variableindex icondbx Environment Variables
run_savetty dbxenv variableindex icondbx Environment Variables
run_setpgrp dbxenv variableindex icondbx Environment Variables
runargs commandindex iconrunargs Command
running a program
index iconRunning a Program
index iconRunning Your Program in dbx
in dbx without arguments
index iconRunning a Program
index iconRunning Your Program in dbx
with runtime checking enabledindex iconRunning Your Program
runtime checking
access checkingindex iconUsing Access Checking
application programming interfaceindex iconRuntime Checking Application Programming Interface
attached processindex iconUsing Runtime Checking on an Attached Process
child processindex iconUsing Runtime Checking on a Child Process
disablingindex iconDisabling Runtime Checking
error suppressionindex iconSuppressing Errors
errorsindex iconRuntime Checking Errors
fixing memory leaksindex iconFixing Memory Leaks
limitationsindex iconRuntime Checking Limitations
memory access
checkingindex iconUsing Access Checking
error reportindex iconUnderstanding the Memory Access Error Report
errors
index iconAccess Errors
index iconMemory Access Errors
memory leak
checking
index iconChecking for Leaks
index iconUsing Memory Leak Checking
error reportindex iconUnderstanding the Memory Leak Report
errors
index iconMemory Leak Errors
index iconDetecting Memory Leak Errors
memory use checkingindex iconUsing Memory Use Checking
possible leaksindex iconPossible Leaks
requirementsindex iconRuntime Checking Requirements
suppressing errorsindex iconSuppressing Errors
defaultindex iconDefault Suppressions
examplesindex iconSuppressing Error Examples
suppression of last errorindex iconSuppression of Last Error
troubleshooting tipsindex iconTroubleshooting Tips
types of error suppressionindex iconTypes of Suppression
using fix and continue withindex iconUsing Fix and Continue With Runtime Checking
using in batch modeindex iconUsing Runtime Checking in Batch Mode
directly from dbxindex iconEnabling Batch Mode Directly From dbx
when to useindex iconWhen to Use Runtime Checking

S

sample .dbxrc fileindex iconInitialization File Sample
save command
index iconsave Command
index iconUsing the save Command
index iconSaving and Restoring a Debugging Run
saving
debugging run to a file
index iconSaving a Series of Debugging Runs as Checkpoints
index iconSaving and Restoring a Debugging Run
series of debugging runs as checkpointsindex iconSaving a Series of Debugging Runs as Checkpoints
scopeindex iconProgram Scope
changing the visitingindex iconChanging the Visiting Scope
current
index iconVariables That Reflect the Current Scope
index iconNavigating To Code
lookup rules, relaxingindex iconRelaxing the Scope Lookup Rules
visitingindex iconVisiting Scope
changingindex iconChanging the Visiting Scope
components ofindex iconComponents of the Visiting Scope
scope resolution operatorsindex iconQualifying Symbols With Scope Resolution Operators
scope resolution search pathindex iconScope Resolution Search Path
scope-look-aside dbxenv variableindex iconRelaxing the Scope Lookup Rules
scope_global_enums dbxenv variableindex icondbx Environment Variables
scope_look_aside dbxenv variableindex icondbx Environment Variables
scopes commandindex iconscopes Command
search commandindex iconsearch Command
segmentation fault
finding line number ofindex iconUsing dbx to Locate Problems
Fortran, causesindex iconDebugging Segmentation Faults
generatingindex iconUsing dbx to Locate Problems
separate debugging information
executablesindex iconDebugging Information in Object Files and Executables
object filesindex iconDebugging Information in Object Files and Executables
session, dbx
quittingindex iconQuitting Debugging
startingindex iconStarting a Debugging Session
session_log_file_name dbxenv variableindex icondbx Environment Variables
setting
a traceindex iconSetting a Trace
breakpoints
at a member function of a template class or at a template functionindex iconstop in Command
at all instances of a function templateindex iconstop infunction Command
in all member functions a classindex iconSetting Breakpoints in All Member Functions of a Class
in dynamically loaded librariesindex iconSetting Breakpoints in Dynamically Loaded Libraries
in member functions of different classesindex iconSetting Breakpoints in Member Functions of Different Classes
in native (JNI) codeindex iconSetting Breakpoints in Native (JNI) Code
in objectsindex iconSetting Breakpoints in Objects
on Java methodsindex iconSetting Breakpoints on Java Methods
when breakpoint at a lineindex iconExecuting dbx Commands at a Line
with filters that contain function callsindex iconFilters and Multithreading
dbxenv variables with the dbxenv commandindex iconSetting dbxenv Variables
filters on breakpointsindex iconSetting Filters on Breakpoints
multiple breakpoints in nonmember functionsindex iconSetting Multiple Breakpoints in Nonmember Functions
shared libraries
compiling for dbxindex iconShared Libraries Require the -g Option for Full dbx Support
setting breakpoints inindex iconSetting Breakpoints in Shared Libraries
shared objects
.init sectionsindex iconStartup Sequence and .init Sections
startup sequenceindex iconStartup Sequence and .init Sections
show_static_members dbxenv variableindex icondbx Environment Variables
showblock command
index iconshowblock Command
index iconEnabling Memory Use and Memory Leak Checking
showleaks command
combining leaksindex iconCombining Leaks
default output ofindex iconFixing Memory Leaks
error limit forindex iconLimiting the Number of Errors Reported
report resulting fromindex iconPossible Leaks
syntaxindex iconshowleaks Command
using to ask for a leaks reportindex iconGenerating a Leak Report
showmemuse command
index iconshowmemuse Command
index iconUsing Memory Use Checking
sig eventindex iconsig Event Specification
valid variablesindex iconVariables Valid for sig Event
signals
cancellingindex iconUnderstanding Signal Events
catchingindex iconCatching Signals
changing default listsindex iconChanging the Default Signal Lists
forwardingindex iconUnderstanding Signal Events
FPE, trappingindex iconTrapping the FPE Signal (Oracle Solaris Only)
handling automaticallyindex iconAutomatically Handling Signals
ignoringindex iconCatching Signals
listing those currently being ignoredindex iconCatching Signals
listing those currently being trappedindex iconCatching Signals
names that dbx acceptsindex iconCatching Signals
sending in a programindex iconSending a Signal to a Program
single stepping
through a programindex iconControlling Single Stepping Behavior
single-stepping
at the machine-instruction levelindex iconSingle-Stepping at the Machine-Instruction Level
skimming
errorsindex iconSkimming Errors
improving by using pathmap commandindex iconUsing the pathmap Command to Improve Skimming
slicing
arraysindex iconUsing Slices
C and C++ arraysindex iconArray Slicing Syntax for C and C++
Fortran arraysindex iconArray Slicing Syntax for Fortran
source files
finding
index iconFinding Source and Object Files
index iconMapping the Compile-Time Directory to the Debug-Time Directory
specifying the location of
Cindex iconSpecifying the Location of Your C Source Files or C++ Source Files
C++index iconSpecifying the Location of Your C Source Files or C++ Source Files
Java source filesindex iconSpecifying the Location of Your Java Source Files
source listing, printingindex iconPrinting a Source Listing
source commandindex iconsource Command
SPARC registersindex iconSPARC Register Information
specifying a path for class files that use custom class loadersindex iconSpecifying a Path for Class Files That Use Custom Class Loaders
stack frame, definedindex iconUsing the Call Stack
stack traceindex iconTracing Calls
displayingindex iconDisplaying and Reading a Stack Trace
example
index iconDisplaying and Reading a Stack Trace
index iconDisplaying and Reading a Stack Trace
Fortranindex iconTracing Calls
readingindex iconDisplaying and Reading a Stack Trace
using on OpenMP codeindex iconUsing Stack Traces
stack-find-source environment variableindex iconChanging the Visiting Scope
stack_find_source dbxenv variableindex icondbx Environment Variables
stack_max_size dbxenv variableindex icondbx Environment Variables
stack_verbose dbxenv variableindex icondbx Environment Variables
starting dbxindex iconStarting dbx or dbxtool and Loading Your Program
starting dbxtoolindex iconStarting dbx or dbxtool and Loading Your Program
startup optionsindex iconOptions
status commandindex iconstatus Command
step to command
index iconNative Mode Syntax
index iconStepping Through a Program
index iconStepping Through Your Program
step up command
index iconNative Mode Syntax
index iconStepping Through a Program
step command
index iconstep Command
index iconException Handling in dbx
index iconStepping Through a Program
step eventindex iconstep Event Specification
step_abflow dbxenv variableindex icondbx Environment Variables
step_events dbxenv variableindex icondbx Environment Variables
step_events environment variableindex iconEfficiency Considerations
step_granularity dbxenv variableindex icondbx Environment Variables
step_granularity environment variableindex iconControlling Single Stepping Behavior
stepi command
index iconstepi Command
index iconSingle-Stepping at the Machine-Instruction Level
stepping into a functionindex iconStepping Into a Specific or Last Function
stepping through a program
index iconStepping Through a Program
index iconStepping Through Your Program
stop
display of a particular variable or expressionindex iconStop the Display (Undisplaying)
display of all currently monitored variablesindex iconStop the Display (Undisplaying)
stop access command
index iconNative Mode Syntax
index iconStopping Execution When an Address Is Accessed
stop at command
index iconNative Mode Syntax
index iconSetting a Breakpoint at a Line of Source Code
stop change command
index iconNative Mode Syntax
index iconStopping Execution When Variables Change
stop cond command
index iconNative Mode Syntax
index iconStopping Execution on a Condition
stop in command
index iconNative Mode Syntax
index iconSetting a Breakpoint in a Function
stop inclass command
index iconNative Mode Syntax
index iconSetting Breakpoints in All Member Functions of a Class
stop infile commandindex iconNative Mode Syntax
stop inmember command
index iconNative Mode Syntax
index iconNative Mode Syntax
index iconSetting Breakpoints in Member Functions of Different Classes
stop inobject command
index iconNative Mode Syntax
index iconSetting Breakpoints in Objects
stop commandindex iconstop in Command
syntaxindex iconstop Command
using to set breakpoint at all member functions of a C++ template classindex iconstop inclass Command
using to set breakpoints at all instances of a function templateindex iconstop infunction Command
using to stop in all member functions of a C++ template classindex iconstop inclass Command
stop eventindex iconstop Event Specification
stopi command
index iconstopi Command
index iconSetting Breakpoints at the Machine-Instruction Level
stopping
in all member functions of a template classindex iconstop inclass Command
process executionindex iconStopping a Process Execution
process with Ctrl+Cindex iconUsing Ctrl+C to Stop a Process
program 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
striding across slices of arraysindex iconUsing Strides
stripped programsindex iconCompletely Stripped Programs
suppress command
syntaxindex iconsuppress Command
using to limit reporting of runtime checking errorsindex iconRunning Your Program
using to list errors being suppressed in files not compiled for debuggingindex iconDefault Suppressions
using to manage runtime checking errorsindex iconUsing Suppression to Manage Errors
using to suppress runtime checking errorsindex iconSuppressing Errors
suppress_startup_message dbxenv variableindex icondbx Environment Variables
suppression of last errorindex iconSuppression of Last Error
symbol names, qualifying scopeindex iconQualifying Symbols With Scope Resolution Operators
symbol_info_compression dbxenv variableindex icondbx Environment Variables
symbols
choosing among multiple occurrences ofindex iconChoosing Among Multiple Occurrences
determining which dbx usesindex iconDetermining Which Symbol dbx Uses
printing a list of occurrencesindex iconPrinting a List of Occurrences of a Symbol
sync commandindex iconsync Command
sync eventindex iconsync Event Specification
syncrtld eventindex iconsyncrtld Event Specification
syncs commandindex iconsyncs Command
sysin eventindex iconsysin Event Specification
valid variablesindex iconVariables Valid for sysin and sysout Events
sysout eventindex iconsysout Event Specification
valid variablesindex iconVariables Valid for sysin and sysout Events
system event specificationsindex iconSystem Event Specifications

T

templates
classindex iconDebugging With C++ Templates
stopping in all member functions ofindex iconstop inclass Command
displaying the definitions of
index iconwhatis Command
index iconDebugging With C++ Templates
functionindex iconDebugging With C++ Templates
instantiationsindex iconDebugging With C++ Templates
printing a list of
index iconwhereis Command
index iconDebugging With C++ Templates
looking up declarations ofindex iconLooking Up Definitions of Types and Classes
thr_create event
index iconthr_create [thread-ID] Event Specification
index iconUnderstanding Thread Creation Activity
valid variablesindex iconVariables Valid for thr_create Event
thr_exit event
index iconthr_exit Event Specification
index iconUnderstanding Thread Creation Activity
thread creation, understandingindex iconUnderstanding Thread Creation Activity
thread command
index iconthread Command
index iconViewing the Context of Another Thread
threads
current, displayingindex iconViewing the Context of Another Thread
information displayed forindex iconThread Information
list, viewingindex iconViewing the Threads List
other, switching viewing context toindex iconViewing the Context of Another Thread
printing list of all knownindex iconViewing the Threads List
printing list of normally not printed (zombies)index iconViewing the Threads List
resuming only the first in which a breakpoint was hitindex iconFilters and Multithreading
statesindex iconThread and LWP States
switching to by thread IDindex iconViewing the Context of Another Thread
threads command
index iconthreads Command
index iconViewing the Threads List
throw eventindex iconthrow Event Specification
timer eventindex icontimer Event Specification
trace output, directing to a fileindex iconDirecting Trace Output to a File
trace command
index icontrace Command
index iconSetting a Trace
trace_speed dbxenv variableindex icondbx Environment Variables
trace_speed environment variableindex iconControlling the Speed of a Trace
tracei command
index icontracei Command
index iconTracing at the Machine-Instruction Level
traces
controlling speed ofindex iconControlling the Speed of a Trace
implementingindex iconImplementing a Simple Trace
listing
index iconListing Breakpoints and Traces
index iconListing Breakpoints and Traces
settingindex iconSetting a Trace
traces at the machine-instruction levelindex iconTracing at the Machine-Instruction Level
track_process_cwd dbxenv variablesindex icondbx Environment Variables
trip countersindex iconUsing Event Counters
troubleshooting tips, runtime checkingindex iconTroubleshooting Tips
types
declarations, looking upindex iconViewing Variables, Members, Types, and Classes
derived, Fortranindex iconViewing Fortran Derived Types
looking up declarations ofindex iconViewing Variables, Members, Types, and Classes
looking up definitions ofindex iconLooking Up Definitions of Types and Classes
printing the declaration ofindex iconLooking Up Definitions of Types and Classes
viewingindex iconViewing Variables, Members, Types, and Classes

U

uncheck command
index iconuncheck Command
index iconDisabling Runtime Checking
undisplay command
index iconundisplay Command
index iconStop the Display (Undisplaying)
index iconStop the Display (Undisplaying)
unhide command
index iconunhide Command
index iconHiding Stack Frames
unintercept command
index iconunintercept Command
index iconunintercept Command
unsuppress command
index iconunsuppress Command
index iconDefault Suppressions
index iconSuppressing Errors
unwatch commandindex iconunwatch Command
up command
index iconup Command
index iconMoving Up the Stack
index iconChanging the Visiting Scope
use commandindex iconuse Command

V

variable type, displayingindex iconLooking Up Definitions of Variables, Members, and Functions
variables
assigning values to
index iconassign Command
index iconAssigning a Value to a Variable
declarations, looking upindex iconViewing Variables, Members, Types, and Classes
determining which dbx is evaluatingindex iconVerifying Which Variable dbx Uses
displaying functions and files in which definedindex iconVerifying Which Variable dbx Uses
event specific
index iconVariables Valid for when Command and Specific Events
index iconVariables Valid for when Command
examiningindex iconExamining Variables
looking up declarations ofindex iconViewing Variables, Members, Types, and Classes
looking up definitions ofindex iconLooking Up Definitions of Variables, Members, and Functions
monitoring changesindex iconMonitoring Expressions
outside of scopeindex iconVariables Outside the Scope of the Current Function
printing the value ofindex iconPrinting the Value of a Variable, Expression, or Identifier
qualifying namesindex iconQualifying Symbols With Scope Resolution Operators
stop the display ofindex iconStop the Display (Undisplaying)
viewingindex iconViewing Variables, Members, Types, and Classes
vdl_mode dbxenv variablesindex icondbx Environment Variables
verifying which variable dbx is evaluatingindex iconVerifying Which Variable dbx Uses
viewing
classesindex iconViewing Variables, Members, Types, and Classes
context of another threadindex iconViewing the Context of Another Thread
membersindex iconViewing Variables, Members, Types, and Classes
threads listindex iconViewing the Threads List
typesindex iconViewing Variables, Members, Types, and Classes
variablesindex iconViewing Variables, Members, Types, and Classes
visiting scopeindex iconVisiting Scope
changing
index iconChanging the Visiting Scope
index iconChanging the Visiting Scope
components ofindex iconComponents of the Visiting Scope

W

walking the call stack
index iconWalking the Stack and Returning Home
index iconWalking the Call Stack to Navigate To Code
watch command
index iconwatch Command
index iconMonitoring Expressions
watch event
valid variablesindex iconVariables Valid for access Event
whatis command
index iconAdditional Uses of Macro Expansion
index iconLooking Up Definitions of Types and Classes
index iconLooking Up Definitions of Variables, Members, and Functions
syntaxindex iconwhatis Command
using to display the definitions of templates and instancesindex iconwhatis Command
using to obtain the function name assigned by the compilerindex iconEvaluating Unnamed Arguments in C++ Programs
when breakpoint at a line, settingindex iconExecuting dbx Commands at a Line
when command
index iconwhen Command
index iconEvent Handlers
index iconwhen Command
index iconExecuting dbx Commands at a Line
wheni commandindex iconwheni Command
where command
index iconwhere Command
index iconTracing Calls
index iconFinding Your Place on the Stack
whereami commandindex iconwhereami Command
whereis command
index iconwhereis Command
index iconwhereis Command
index iconPrinting a List of Occurrences of a Symbol
macroindex iconAdditional Uses of Macro Expansion
verifying variablesindex iconVerifying Which Variable dbx Uses
which command
index iconwhich Command
index iconVerifying Which Variable dbx Uses
index iconDetermining Which Symbol dbx Uses
index iconChoosing Among Multiple Occurrences
macroindex iconAdditional Uses of Macro Expansion
whocatches command
index iconwhocatches Command
index iconwhocatches Command

X

x command
index iconexamine Command
index iconUsing the examine or x Command