Debugging a Program With dbx HomeContentsPreviousNextIndex


A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z

Index

Symbols

:: (double-colon) C++ operator, 1

A

access checking, 1
adb command, 1
adb mode, 1
address
display format, 1
examining contents at, 1
adjusting default dbx settings, 1
alias command, 1
allow_critical_exclusion environment variable, 1
analyzing visualized data, 1
aout_cache_size environment variable, 1
array expressions, 1
array_bounds_check environment variable, 1
arrays
automatic updating of displays, 1
bounds, exceeding, 1
changing perspective depth of displays, 1
changing the display of, 1
Contour graph type
displaying in color, 1
displaying in lines, 1
evaluating, 1
Fortran, 1
Fortran 95 allocatable, 1
graphing, 1
preparing to graph, 1
rotating display of, 1
single -dimensional, how graphed, 1
slicing, 1, 2
graph examples, 1
syntax for C and C++, 1
syntax for Fortran, 1
striding, 1, 2
Surface graph type, 1
shading choices for, 1
texture choices for, 1
syntax for slicing, striding, 1
two-dimensional, how graphed, 1
ways to graph, 1
with a range of values, graph examples, 1
assembly language debugging, 1
assign command, 1, 2, 3, 4
assigning a value to a variable, 1, 2
attached process, using runtime checking on, 1
attaching
dbx to a running child process, 1
dbx to a running process, 1, 2
when dbx is not already running, 1
Auto-Read facility
and .o files, 1
and archive files, 1
and executable file, 1
default behavior, 1

B

backquote operator, 1
bcheck command, 1
examples, 1
syntax, 1
block local operator, 1
breakpoints
conditional, setting, 1
deleting, using handler ID, 1
enabling after event occurs, 1
event efficiency, 1
event specifications, 1
In Function, 1, 2
In Member, 1
In Object, 1
listing, 1
multiple, setting in nonmember functions, 1
On Condition, 1
On Modify, 1
overview, 1
restrictions on, 1
setting
at a line, 1
at a member function of a template class or at a template function, 1
at all instances of a function template, 1
at an address, 1
at class template instantiations, 1, 2
at function template instantiations, 1, 2
conditional breaks, 1
filters, 1
in a function, 1
in dynamically linked library, 1, 2
in member functions of different classes, 1
in member functions of the same class, 1
in objects, 1
in preloaded shared objects, 1
machine level, 1
multiple breaks in C++ code, 1
stop type, 1
trace type, 1
watchpoints, 1
when type, 1
setting at a line, 1
button command, 1

C

C array example program, 1
C++
ambiguous or overloaded functions, 1
backquote operator, 1
class
declarations, looking up, 1
definition, looking up, 1
displaying all the data members directly defined by, 1
displaying all the data members inherited from, 1
printing the declaration of, 1
seeing inherited members, 1
viewing, 1
compiling with the -g option, 1
compiling with the -g0 option, 1
double-colon scope resolution operator, 1
exception handling, 1
function template instantiations, listing, 1
inherited members, 1
mangled names, 1
object pointer types, 1
printing, 1
setting multiple breakpoints, 1, 2
template debugging, 1
template definitions
displaying, 1
fixing, 1
tracing member functions, 1
unnamed arguments, 1
using dbx with, 1
call command, 1, 2, 3
call stack, 1
deleting
all frame filters, 1
frames, 1
finding your place on, 1
hiding frames, 1
moving
down, 1
to a specific frame in, 1
up, 1
popping, 1, 2, 3
one frame of, 1
removing the stopped in function from, 1
walking, 1, 2
calling
a function, 1
a function instantiation or a member function of a class template, 1
a procedure, 1
member template functions, 1
case sensitivity, Fortran, 1
catch blocks, 1
catch command, 1, 2
catch signal list, 1
catching exceptions of a specific type, 1
cfront_demangling environment variable, 1
changing
a function not yet called, 1
an executed function, 1
array display perspective, 1
default signal lists, 1
function currently being executed, 1
function presently on the stack, 1
number of data value ranges shown in Contour graph type, 1
variables after fixing, 1
check command, 1, 2
checkpoints, saving a series of debugging runs as, 1
child process
attaching dbx to, 1
debugging, 1
interacting with events, 1
using runtime checking on, 1
choosing among multiple occurrences of a symbol, 1
class template instantiations, printing a list of, 1, 2
classes
displaying all the data members directly defined by, 1
displaying all the data members inherited from, 1
looking up declarations of, 1
looking up definitions of, 1
printing the declarations of, 1
seeing inherited members, 1
viewing, 1
clearing event handlers, 1
code compiled without -g option, 1
commands
adb, 1
alias, 1
assign, 1, 2, 3, 4
bcheck, 1
button, 1
call, 1, 2, 3
catch, 1, 2
check, 1, 2
cont, 1, 2, 3, 4, 5, 6, 7, 8
limitations for files compiled without debugging information, 1
dbxenv, 1, 2
debug, 1
detach, 1, 2
dis, 1
display, 1
down, 1
entering in adb(1) syntax, 1
examine, 1
exception, 1
file, 1
fix, 1, 2, 3
effects of, 1
limitations for files compiled without debugging information, 1
frame, 1
func, 1
handler, 1
hide, 1
ignore, 1, 2
intercept, 1
kill, 1, 2
list, 1, 2
listi, 1
lwps, 1
modify, 1
module, 1
modules, 1
nexti, 1
pathmap, 1, 2, 3
pop, 1, 2, 3
print, 1, 2, 3, 4, 5, 6
process control, 1
regs, 1
replay, 1, 2
restore, 1, 2
run, 1
save, 1
showblock, 1
showleaks, 1, 2, 3, 4
showmemuse, 1
step, 1
stepi, 1
stop, 1
stop at, 1
stop change, 1
stop inclass, 1
stop inmember, 1
stop modify, 1
stopi, 1
suppress, 1, 2, 3
that alter the state of your program, 1
thread, 1
threads, 1
trace, 1
tracei, 1
uncheck, 1
undisplay, 1
unhide, 1
unintercept, 1
unsuppress, 1, 2
up, 1
vitem, 1
whatis, 1, 2, 3, 4
when, 1, 2, 3
when infunction, 1
where, 1, 2
whereis, 1, 2, 3
which, 1, 2, 3
whocatches, 1
x, 1
comparing
data graphs
at different point in a program, 1
from different runs of the same program, 1
different views of the same data, 1
compiling
optimized code, 1
with the -g option, 1
with the -O option, 1
cont command, 1, 2, 3, 4, 5, 6, 7, 8
limitations for files compiled without debugging information, 1
continuing execution of a program, 1
after fixing, 1
at a specified line, 1, 2
Contour graph type for array displays
changing the number of data value ranges shown, 1
displaying in color, 1
displaying in lines, 1
controlling the speed of a trace, 1
core file debugging, 1
creating
a .dbxrc file, 1
event handlers, 1
current procedure and file, 1
custom buttons, storing, 1
customizing
array display, 1
dbx, 1
in Sun WorkShop, 1

D

data
comparing different views of, 1
comparing graphs at different points in a program, 1
updating graphs of automatically, 1
visualized, analyzing, 1
Data Graph window, 1
data member, printing, 1
data visualization, 1
dbx environment variables, 1
allow_critical_exclusion, 1
and the Korn shell, 1
aout_cache_size, 1
array_bounds_check, 1
cfront_demangling, 1
delay_xs, 1, 2
disassembler_version, 1
fix_verbose, 1
follow_fork_inherit, 1, 2
follow_fork_mode, 1, 2, 3
follow_fork_mode_inner, 1
input_case_sensitive, 1, 2
language_mode, 1
locache_enable, 1
mt_scalable, 1
output_auto_flush, 1
output_base, 1
output_derived_type, 1
output_dynamic_type, 1, 2
output_inherited_members, 1
output_list_size, 1
output_log_file_name, 1
output_max_string_length, 1
output_pretty_print, 1
output_short_file_name, 1
overload_function, 1
overload_operator, 1
pop_auto_destruct, 1
proc_exclusive_attach, 1
rtc_auto_continue, 1, 2, 3
rtc_auto_suppress, 1, 2
rtc_biu_at_exit, 1, 2
rtc_error_limit, 1, 2
rtc_error_log_file_name, 1, 2, 3
rtc_error_stack, 1
rtc_inherit, 1
rtc_mel_at_exit, 1
rtc_use_traps, 1
run_autostart, 1
run_io, 1
run_pty, 1
run_quick, 1
run_savetty, 1
run_setpgrp, 1
scope_global_enums, 1
scope_look_aside, 1
session_log_file_name, 1
setting with the dbxenv command, 1
stack_find_source, 1
stack_max_size, 1
stack_verbose, 1
step_events, 1, 2
step_granularity, 1, 2
suppress_startup_message, 1
symbol_info_compression, 1
trace_speed, 1, 2
dbx, starting, 1
with core file name, 1
with process_ID only, 1
dbxenv command, 1, 2
.dbxrc file, 1, 2
creating, 1
sample, 1
debug command, 1
debugging
assembly language, 1
child processes, 1
code compiled without -g option, 1
core file, 1
machine-instruction level, 1, 2
multithreaded programs, 1
optimized code, 1
optimized programs, 1
debugging information
for a module, reading in, 1
for all modules, reading in, 1
debugging options
maintaining a unified set of, 1
maintaining two sets of, 1
debugging run
saved
replaying, 1
restoring, 1
saving, 1
declarations, looking up (displaying), 1
delay_xs environment variable, 1, 2
deleting
all call stack frame filters, 1
call stack frames, 1
specific breakpoints using handler IDs, 1
dereferencing a pointer, 1
detach command, 1, 2
detaching a process from dbx, 1, 2
determining
cause of floating point exception (FPE), 1
location of floating point exception (FPE), 1
number of instructions executed, 1
number of lines executed, 1
the granularity of source line stepping, 1
which symbol dbx uses, 1
differences between Korn shell and dbx commands, 1
dis command, 1
disassembler_version environment variable, 1
display command, 1
displaying
all the data members directly defined by a class, 1
all the data members inherited from a base class, 1
an unnamed function argument, 1
declarations, 1
definitions of templates and instances, 1
inherited members, 1
source code for function template instantiations, 1
symbols, occurrences of, 1
template definitions, 1
the definitions of templates and instances, 1
type of an exception, 1
variable type, 1
variables and expressions, 1
dlopen()
restrictions on breakpoints, 1
setting a breakpoint, 1
down command, 1
dynamic linker, 1

E

enabling a breakpoint after an event occurs, 1
error suppression, 1, 2
default, 1
examples, 1
types, 1
establishing a new mapping from directory to directory, 1, 2
evaluating
a function instantiation or a member function of a class template, 1
an unnamed function argument, 1
arrays, 1
event counters, 1
event handlers
clearing, 1
creating, 1
listing, 1
manipulating, 1
setting, examples, 1
event specifications, 1, 2, 3, 4
for breakpoint events, 1
for execution progress events, 1
for other types of events, 1
for system events, 1
for watchpoint events, 1
keywords, defined, 1
modifiers, 1
setting, 1
using predefined variables, 1
events
ambiguity, 1
child process interaction with, 1
parsing, 1
watchpoints, 1
event-specific variables, 1
examine command, 1
examining the contents of memory, 1
exception command, 1
exception handling, 1
examples, 1
exceptions
in Fortran programs, locating, 1
of a specific type, catching, 1
removing types from intercept list, 1
reporting where type would be caught, 1
type of, displaying, 1
exec function, following, 1
execution progress event specifications, 1
expressions
complex, Fortran, 1
displaying, 1
monitoring changes, 1
monitoring the value of, 1
printing the value of, 1, 2
turning off the display of, 1

F

fflush(stdout), after dbx calls, 1
field type
displaying, 1
printing, 1
file command, 1
files
archive, and Auto-Read facility, 1
finding, 1
location of, 1
qualifying name, 1
visiting, 1
finding
object files, 1
source files, 1
your place on the call stack, 1
fix and continue, 1
how it operates, 1
modifying source code using, 1
restrictions, 1
using with runtime checking, 1
using with shared objects, 1
fix command, 1, 2, 3
effects of, 1
limitations for files compiled without debugging information, 1
fix_verbose environment variable, 1
fixing
C++ template definitions, 1
shared objects, 1
your program, 1, 2
floating point exception (FPE)
catching, 1
determining cause of, 1
determining location of, 1
follow_fork_inherit environment variable, 1, 2
follow_fork_mode environment variable, 1, 2, 3
follow_fork_mode_inner environment variable, 1
following
the exec function, 1
the fork function, 1
fork function, following, 1
Fortran
allocatable arrays, 1
array example program, 1
array slicing syntax for, 1
case sensitivity, 1
complex expressions, 1
derived types, 1
intrinsic functions, 1
logical operators, 1
structures, 1
FPE signal, trapping, 1
frame command, 1
func command, 1
function argument, unnamed
displaying, 1
evaluating, 1
function template instantiations
displaying the source code for, 1
printing a list of, 1, 2
printing the values of, 1
functions
ambiguous or overloaded, 1
calling, 1
currently being executed, changing, 1
executed, changing, 1
instantiation
calling, 1
evaluating, 1
printing source listing for, 1
intrinsic, Fortran, 1
looking up definitions of, 1
member of a class template, calling, 1
member of class template, evaluating, 1
not yet called, changing, 1
obtaining names assigned by the compiler, 1
presently on the stack, changing, 1
qualifying name, 1
setting breakpoints in, 1
setting breakpoints in C++ code, 1
visiting, 1

G

-g compiler option, 1
graphing an array, 1
from dbx command line, 1

H

handler command, 1
handler id, defined, 1
handlers, 1
creating, 1
enabling while within a function, 1
header file, modifying, 1
hide command, 1
hiding call stack frames, 1

I

ignore command, 1, 2
ignore signal list, 1
In Function breakpoint, 1, 2
In Member breakpoint, 1
In Object breakpoint, 1
inherited members
displaying, 1
seeing, 1
input_case_sensitive environment variable, 1, 2
instances, displaying the definitions of, 1, 2
Intel registers, 1
intercept command, 1

K

kill command, 1, 2
killing
program, 1
program only, 1
Korn shell
differences from dbx, 1
extensions, 1
features not implemented, 1
renamed commands, 1

L

language_mode environment variable, 1
LD_PRELOAD, 1
libraries
dynamically linked, setting breakpoints in, 1
shared, compiling for dbx, 1
librtc.so, preloading, 1
librtld_db.so, 1
libthread.so, 1
libthread_db.so, 1
link map, 1
linker names, 1
list command, 1, 2
listi command, 1
listing
all program modules that contain debugging information, 1
breakpoints, 1
C++ function template instantiations, 1
debugging information for modules, 1
event handlers, 1
names of all program modules, 1
names of modules containing debugging information that have already been read into dbx, 1
signals currently being ignored, 1
signals currently being trapped, 1
traces, 1
loadobject, 1
locache_enable environment variable, 1
locating
object files, 1
source files, 1
looking up
definitions of classes, 1
definitions of functions, 1
definitions of members, 1
definitions of types, 1
definitions of variables, 1
the this pointer, 1
LWPs (lightweight processes), 1
information displayed for, 1
showing information about, 1
lwps command, 1

M

machine-instruction level
address, setting breakpoint at, 1
debugging, 1
Intel registers, 1
printing the value of all the registers, 1
setting breakpoint at address, 1
single stepping, 1
SPARC registers, 1
tracing, 1
maintaining
a unified set of debugging options, 1
two sets of debugging options, 1
manipulating event handlers, 1
member functions
printing, 1
setting multiple breakpoints in, 1
tracing, 1
member template functions, 1
members
declarations, looking up, 1
looking up declarations of, 1
looking up definitions of, 1
viewing, 1
memory
address display formats, 1
display modes, 1
examining contents at address, 1
states, 1
memory access
checking, 1
turning on, 1, 2
error report, 1
errors, 1, 2
memory leak
checking, 1, 2
turning on, 1, 2
errors, 1, 2
fixing, 1
report, 1
memory use checking, 1
turning on, 1, 2
modify command, 1
modifying a header file, 1
module command, 1
modules
all program, listing, 1
containing debugging information that have already been read into dbx, listing, 1
current, printing the name of, 1
listing debugging information for, 1
that contain debugging information, listing, 1
modules command, 1
monitoring the value of an expression, 1
moving
down the call stack, 1
to a specific frame in the call stack, 1
up the call stack, 1
mt_scalable environment variable, 1
multithreaded programs, debugging, 1

N

nexti command, 1

O

object pointer types, 1
obtaining the function name assigned by the compiler, 1
On Condition breakpoint, 1
On Modify breakpoint, 1
operators
backquote, 1
block local, 1
C++ double colon scope resolution, 1
optimized code
compiling, 1
debugging, 1
output_auto_flush environment variable, 1
output_base environment variable, 1
output_derived_type environment variable, 1
output_dynamic_type environment variable, 1, 2
output_inherited_members environment variable, 1
output_list_size environment variable, 1
output_log_file_name environment variable, 1
output_max_string_length environment variable, 1
output_pretty_print environment variable, 1
output_short_file_name environment variable, 1
overload_function environment variable, 1
overload_operator environment variable, 1

P

pathmap command, 1, 2, 3
pointers
dereferencing, 1
printing, 1
pop command, 1, 2, 3
pop_auto_destruct environment variable, 1
popping
one frame of the call stack, 1
the call stack, 1, 2, 3
predefined variables for event specification, 1
preloading librtc.so, 1
print command, 1, 2, 3, 4, 5, 6
printing
a list of all class and function template instantiations, 1, 2
a list of occurrences of a symbol, 1
a pointer, 1
a source listing, 1
arrays, 1
data member, 1
field type, 1
list of all known threads, 1
list of threads normally not printed (zombies), 1
member functions, 1
the declaration of a type or C++ class, 1
the name of the current module, 1
the source listing for the specified function instantiation, 1
the value of a variable or expression, 1
the value of all the machine-level registers, 1
the value of an expression, 1
values of function template instantiations, 1
variable type, 1
proc_exclusive_attach environment variable, 1
procedure linkage tables, 1
procedure, calling, 1
process
attached, using runtime checking on, 1
child
attaching dbx to, 1
using runtime checking on, 1
detaching from dbx, 1, 2
running, attaching dbx to, 1, 2
stopping execution, 1
stopping with Ctrl+C, 1
process control commands, definition, 1
program
continuing execution of, 1
after fixing, 1
at a specified line, 1
fixing, 1, 2
killing, 1
multithreaded
debugging, 1
resuming execution of, 1
optimized, debugging, 1
resuming execution of at a specific line, 1
running, 1
under dbx, impacts of, 1
with runtime checking turned on, 1
single stepping through, 1
status, checking, 1
stepping through, 1
stopping execution
if a conditional statement evaluates to true, 1
if the value of a specified variable has changed, 1
when the contents of an address is written to, 1
stripped, 1

Q

qualifying symbol names, 1
quitting a dbx session, 1

R

reading in
debugging information for a module, 1
debugging information for all modules, 1
registers
Intel, 1
printing the value of, 1
SPARC, 1
regs command, 1
removing
exception types from intercept list, 1
the stopped in function from the call stack, 1
replay command, 1, 2
replaying a saved debugging run, 1
reporting where an exception type would be caught, 1
resetting application files for replay, 1
restore command, 1, 2
restoring a saved debugging run, 1
resuming
execution of a multithreaded program, 1
program execution at a specific line, 1
rotating array display, 1
rtc_auto_continue environment variable, 1, 2, 3
rtc_auto_suppress environment variable, 1, 2
rtc_biu_at_exit environment variable, 1
rtc_error_limit environment variable, 1, 2
rtc_error_log_file_name environment variable, 1, 2, 3
rtc_error_stack environment variable, 1
rtc_inherit environment variable, 1
rtc_mel_at_exit environment variable, 1
rtc_use_traps environment variable, 1
rtld, 1
run command, 1
run_autostart environment variable, 1
run_io environment variable, 1
run_pty environment variable, 1
run_quick environment variable, 1
run_savetty environment variable, 1
run_setpgrp environment variable, 1
running a program, 1
in dbx without arguments, 1
with runtime checking turned on, 1
runtime checking
8 megabyte limit, 1
a child process, 1
access checking, 1
an attached process, 1
application programming interface, 1
error suppression, 1
errors, 1
fixing memory leaks, 1
limitations, 1
memory access
checking, 1
error report, 1
errors, 1, 2
memory leak
checking, 1, 2
error report, 1
errors, 1, 2
memory use checking, 1
possible leaks, 1
requirements, 1
suppressing errors, 1
default, 1
examples, 1
suppression of last error, 1
troubleshooting tips, 1
turning off, 1
types of error suppression, 1
using fix and continue with, 1
using in batch mode, 1
directly from dbx, 1
when to use, 1

S

sample .dbxrc file, 1
save command, 1
saving
debugging run to a file, 1, 2
series of debugging runs as checkpoints, 1
scope resolution operators, 1
scope resolution search path, 1
scope_global_enums environment variable, 1
scope_look_aside environment variable, 1
search order for symbols, 1
segmentation fault
finding line number of, 1
Fortran, causes, 1
generating, 1
selecting from a list of C++ ambiguous function names, 1
session, dbx
quitting, 1
starting, 1
session_log_file_name environment variable, 1
setting
a trace, 1
breakpoint filters, 1
breakpoints
at a member function of a template class or at a template function, 1
at all instances of a function template, 1
in member functions of different classes, 1
in member functions of the same class, 1
in objects, 1
dbx environment variables with the dbxenv command, 1
multiple breakpoints in nonmember functions, 1
shared libraries, compiling for dbx, 1
shared objects
debugging support, 1
setting breakpoints in, 1
using fix and continue with, 1
shared objects, fixing, 1
showblock command, 1
showleaks command, 1, 2, 3, 4
showmemuse command, 1
signals
cancelling, 1
catching, 1
changing default lists, 1
forwarding, 1
FPE, trapping, 1
handling automatically, 1
ignoring, 1
listing those currently being ignored, 1
listing those currently being trapped, 1
sending in a program, 1
single stepping
at the machine-instruction level, 1
through a program, 1
slicing
arrays, 1
C and C++ arrays, 1
Fortran arrays, 1
Solaris versions supported, 1
source listing, printing, 1
SPARC registers, 1
specifying, 1
stack trace, 1
stack_find_source environment variable, 1
stack_max_size environment variable, 1
stack_verbose environment variable, 1
step command, 1
step_events environment variable, 1, 2
step_granularity environment variable, 1, 2
stepi command, 1
stepping through a program, 1
stop at command, 1
stop change command, 1
stop command, 1
stop inclass command, 1
stop inmember command, 1
stop modify command, 1
stopi command, 1
stopping
a process with Ctrl+C, 1
in all member functions of a template class, 1
process execution, 1
program execution
if a conditional statement evaluates to true, 1
if the value of a specified variable has changed, 1
when the contents of an address is written to, 1
storing custom buttons, 1
striding across slices of arrays, 1
stripped programs, 1
Sun WorkShop Button Editor, 1
Sun WorkShop Custom Buttons window, 1
Sun WorkShop Debugging Options dialog box, 1
suppress command, 1, 2, 3
suppress_startup_message environment variable, 1
suppression of last error, 1
Surface graph type for array displays, 1
shading choices for, 1
texture choices for, 1
symbol names, qualifying scope, 1
symbol_info_compression environment variable, 1
symbols
choosing among multiple occurrences of, 1
determining which dbx uses, 1
printing a list of occurrences, 1
system event specifications, 1

T

templates
class, 1
stopping in all member functions of, 1
displaying the definitions of, 1, 2
function, 1
instantiations, 1
printing a list of, 1, 2
looking up declarations of, 1
thread command, 1
threads
current, displaying, 1
information displayed for, 1
list, viewing, 1
other, switching viewing context to, 1
printing list of all known, 1
printing list of normally not printed (zombies), 1
switching to by thread id, 1
threads command, 1
trace command, 1
trace_speed environment variable, 1, 2
tracei command, 1
traces
controlling speed of, 1
implementing, 1
listing, 1
setting, 1
tracing at the machine-instruction level, 1
trip counters, 1
troubleshooting tips, runtime checking, 1
turning off
runtime checking, 1
the display of a particular variable or expression, 1
the display of all currently monitored variables, 1
turning on
memory access checking, 1, 2
memory leak checking, 1
memory use checking, 1, 2
types
declarations, looking up, 1
derived, Fortran, 1
looking up declarations of, 1
looking up definitions of, 1
printing the declaration of, 1
viewing, 1

U

uncheck command, 1
undisplay command, 1
unhide command, 1
unintercept command, 1
unsuppress command, 1, 2
up command, 1
updating graphs of data automatically, 1

V

variable type, displaying, 1
variables
and conditional breakpoint, 1
assigning values to, 1, 2
changing after fixing, 1
declarations, looking up, 1
determining which dbx is evaluating, 1
displaying functions and files in which defined, 1
event specific, 1, 2
looking up declarations of, 1
looking up definitions of, 1
monitoring changes, 1
outside of scope, 1
printing the value of, 1
qualifying names, 1
turning off the display of, 1
viewing, 1
verifying which variable dbx is evaluating, 1
viewing
classes, 1
members, 1
the context of another thread, 1
the threads list, 1
types, 1
variables, 1
visiting
a file, 1
functions, 1
by walking the call stack, 1
vitem command, 1

W

walking the call stack, 1, 2
watchpoint event specifications, 1
whatis command, 1, 2, 3, 4
when breakpoint at a line, setting, 1
when command, 1, 2, 3
when infunction command, 1
where command, 1, 2
whereis command, 1, 2, 3
which command, 1, 2, 3
whocatches command, 1
.workshoprc file, 1

X

x command, 1

Sun Microsystems, Inc.
Copyright information. All rights reserved.
Feedback
Library   |   Contents   |   Previous   |   Next   |   Index