JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: Debugging a Program With dbx     Oracle Solaris Studio 12.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  Getting Started With dbx

2.  Starting dbx

3.  Customizing dbx

4.  Viewing and Navigating To Code

5.  Controlling Program Execution

6.  Setting Breakpoints and Traces

7.  Using the Call Stack

8.  Evaluating and Displaying Data

9.  Using Runtime Checking

10.  Fixing and Continuing

11.  Debugging Multithreaded Applications

12.  Debugging Child Processes

13.  Debugging OpenMP Programs

14.  Working With Signals

15.  Debugging C++ With dbx

16.  Debugging Fortran Using dbx

17.  Debugging a Java Application With dbx

18.  Debugging at the Machine-Instruction Level

19.  Using dbx With the Korn Shell

20.  Debugging Shared Libraries

A.  Modifying a Program State

B.  Event Management

C.  Macros

D.  Command Reference

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

F

fault event, index iconfault fault
fflush(stdout), after dbx calls, index iconCalling a Function
field type
displaying, index iconLooking Up Definitions of Variables, Members, and Functions
printing, index iconLooking Up Definitions of Variables, Members, and Functions
file command
index iconNavigating To a File
index iconTypes of Program Locations
index iconChanging the Visiting Scope
index iconfile Command
files
finding
index iconMapping the Compile-time Directory to the Debug-time Directory
index iconFinding Source and Object Files
location of, index iconFinding Source and Object Files
navigating to, index iconNavigating To a File
qualifying name, index iconQualifying Symbols With Scope Resolution Operators
files command, index iconfiles Command
finding
object files, index iconMapping the Compile-time Directory to the Debug-time Directory
source files
index iconMapping the Compile-time Directory to the Debug-time Directory
index iconFinding Source and Object Files
your place on the call stack, index iconFinding Your Place on the Stack
fix and continue, index iconUsing Fix and Continue
how it operates, index iconHow Fix and Continue Operates
modifying source code using, index iconModifying Source Using Fix and Continue
restrictions, index iconModifying Source Using Fix and Continue
using with runtime checking, index iconUsing Fix and Continue With Runtime Checking
using with shared objects, index iconFix and Continue
fix command
index iconHow Fix and Continue Operates
index iconFixing Your Program
index iconfix Command
index iconfix Command
effects of, index iconTo Fix Your File
limitations for files compiled without debugging information, index iconHow Fix and Continue Operates
fixed command, index iconfixed Command
fixing
C++ template definitions, index iconFixing C++ Template Definitions
shared objects, index iconHow Fix and Continue Operates
your program
index iconFixing Your Program
index iconfix Command
fix_verbose environment variable, index iconSetting dbx Environment Variables
floating point exception (FPE)
catching, index iconCatch Floating Point Exceptions
determining cause of, index iconDetermining the Cause of the Exception
determining location of, index iconDetermining Where the Exception Occurred
follow_fork_inherit environment variable
index iconSetting dbx Environment Variables
index iconInteracting With Events
follow_fork_mode environment variable
index iconSetting dbx Environment Variables
index iconUsing Runtime Checking on a Child Process
index iconFollowing the fork Function
follow_fork_mode_inner environment variable, index iconSetting dbx Environment Variables
following
the exec function, index iconFollowing the exec Function
the fork function, index iconFollowing the fork Function
fork function, following, index iconFollowing the fork Function
Fortran
allocatable arrays, index iconFortran 95 Allocatable Arrays
array slicing syntax for, index iconArray Slicing Syntax for Fortran
case sensitivity, index iconUppercase Letters
complex expressions, index iconShowing Complex Expressions
derived types, index iconViewing Fortran 95 Derived Types
interval expressions, index iconShowing Interval Expressions
intrinsic functions, index iconShowing Intrinsic Functions
logical operators, index iconShowing Logical Operators
structures, index iconViewing Fortran 95 Derived Types
fortran_modules command, index iconfortran_modules Command
FPE signal, trapping, index iconTrapping the FPE Signal (Solaris Platforms Only)
frame command
index iconChanging the Visiting Scope
index iconMoving to a Specific Frame
index iconframe Command
frame, defined, index iconUsing the Call Stack
func command
index iconNavigating To Functions
index iconTypes of Program Locations
index iconChanging the Visiting Scope
index iconfunc Command
funcs command, index iconfuncs Command
function argument, unnamed
displaying, index iconEvaluating Unnamed Arguments in C++ Programs
evaluating, index iconEvaluating Unnamed Arguments in C++ Programs
functions
ambiguous or overloaded, index iconSelecting From a List of C++ Ambiguous Function Names
calling
index iconCalling a Function
index iconCalling a Function
currently being executed, changing, index iconChanging a Function Currently Being Executed
executed, changing, index iconChanging an Executed Function
inlined, in optimized code, index iconInlined Functions
instantiation
calling, index iconcall function_name(parameters) Command
evaluating, index iconprint Expressions
printing source listing for, index iconlist Expressions
intrinsic, Fortran, index iconShowing Intrinsic Functions
looking up definitions of, index iconLooking Up Definitions of Variables, Members, and Functions
member of a class template, calling, index iconcall function_name(parameters) Command
member of class template, evaluating, index iconprint Expressions
navigating to, index iconNavigating To Functions
not yet called, changing, index iconChanging a Function Not Yet Called
obtaining names assigned by the compiler, index iconEvaluating Unnamed Arguments in C++ Programs
presently on the stack, changing, index iconChanging a Function Presently on the Stack
qualifying name, index iconQualifying Symbols With Scope Resolution Operators
setting breakpoints in, index iconSetting a stop Breakpoint in a Function
setting breakpoints in C++ code, index iconSetting Breakpoints in All Member Functions of a Class
function template instantiations
displaying the source code for, index iconDebugging With C++ Templates
printing a list of
index iconDebugging With C++ Templates
index iconwhereis name Command
printing the values of, index iconDebugging With C++ Templates