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

O

object files, finding, index iconMapping the Compile-time Directory to the Debug-time Directory
object pointer types, index iconPrinting C++ Pointers
obtaining the function name assigned by the compiler, index iconEvaluating Unnamed Arguments in C++ Programs
omp_loop command, index iconomp_loop Command
omp_pr command, index iconomp_pr Command
omp_serialize command, index iconomp_serialize Command
omp_team command, index iconomp_team Command
omp_tr command, index iconomp_tr Command
OpenMP application programming interface, index iconDebugging OpenMP Programs
OpenMP code
dbx functionality available for, index icondbx Functionality Available for OpenMP Code
events for, other, index iconOther Events
events for, synchronization, index iconSynchronization Events
execution sequence of, index iconExecution Sequence of OpenMP Code
printing a description of the current loop, index iconPrinting Region and Thread Information
printing a description of the current parallel region, index iconPrinting Region and Thread Information
printing a description of the current task region, index iconPrinting Region and Thread Information
printing all the threads on the current tea, index iconPrinting Region and Thread Information
printing shared, private, and thread private variables in, index iconPrinting Variables and Expressions
serializing the execution of the next encountered parallel region, index iconSerializing the Execution of a Parallel Region
single stepping in, index iconSingle-stepping Into a Parallel Region
transformation by compilers, index iconHow Compilers Transform OpenMP Code
using stack traces with, index iconUsing Stack Traces
using the dump command on, index iconUsing the dump Command
operators
backquote, index iconBackquote Operator
block local, index iconBlock Local Operator
C++ double colon scope resolution, index iconC++ Double Colon Scope Resolution Operator
optimized code
compiling, index iconCompiling with the -g Option
debugging, index iconDebugging Optimized Code
output_auto_flush environment variable, index iconSetting dbx Environment Variables
output_base environment variable, index iconSetting dbx Environment Variables
output_class_prefix environment variable, index iconSetting dbx Environment Variables
output_derived_type environment variable, index iconPrinting C++ Pointers
output_dynamic_type environment variable
index iconSetting dbx Environment Variables
index iconexception [-d | +d] Command
output_inherited_members environment variable, index iconSetting dbx Environment Variables
output_list_size environment variable, index iconSetting dbx Environment Variables
output_log_file_name environment variable, index iconSetting dbx Environment Variables
output_max_string_length environment variable, index iconSetting dbx Environment Variables
output_no_literal environment variable, index iconSetting dbx Environment Variables
output_pretty_print environment variable, index iconSetting dbx Environment Variables
output_short_file_name environment variable, index iconSetting dbx Environment Variables
overload_function environment variable, index iconSetting dbx Environment Variables
overload_operator environment variable, index iconSetting dbx Environment Variables