| Debugging a Program With dbx |
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 - ZIndex
Symbols
::(double-colon) C++ operator, 1A
- access checking, 1
adbcommand, 1adbmode, 1- address
- display format, 1
- examining contents at, 1
- adjusting default dbx settings, 1
aliascommand, 1allow_critical_exclusionenvironment variable, 1- analyzing visualized data, 1
aout_cache_sizeenvironment variable, 1- array expressions, 1
array_bounds_checkenvironment 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
assigncommand, 1, 2, 3, 4- assigning a value to a variable, 1, 2
- attached process, using runtime checking on, 1
- attaching
dbxto a running child process, 1dbxto a running process, 1, 2
- when
dbxis not already running, 1- Auto-Read facility
- and
.ofiles, 1- and archive files, 1
- and executable file, 1
- default behavior, 1
B
- backquote operator, 1
bcheckcommand, 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
stoptype, 1tracetype, 1- watchpoints, 1
whentype, 1
- setting at a line, 1
buttoncommand, 1C
- 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
-goption, 1- compiling with the
-g0option, 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
callcommand, 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
catchcommand, 1, 2- catch signal list, 1
- catching exceptions of a specific type, 1
cfront_demanglingenvironment 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
checkcommand, 1, 2- checkpoints, saving a series of debugging runs as, 1
- child process
- attaching
dbxto, 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
-goption, 1- commands
adb, 1alias, 1assign, 1, 2, 3, 4bcheck, 1button, 1call, 1, 2, 3catch, 1, 2check, 1, 2cont, 1, 2, 3, 4, 5, 6, 7, 8
- limitations for files compiled without debugging information, 1
dbxenv, 1, 2debug, 1detach, 1, 2dis, 1display, 1down, 1- entering in
adb(1)syntax, 1examine, 1exception, 1file, 1fix, 1, 2, 3
- effects of, 1
- limitations for files compiled without debugging information, 1
frame, 1func, 1handler, 1hide, 1ignore, 1, 2intercept, 1kill, 1, 2list, 1, 2listi, 1lwps, 1modify, 1module, 1modules, 1nexti, 1pathmap, 1, 2, 3pop, 1, 2, 3- process control, 1
regs, 1replay, 1, 2restore, 1, 2run, 1save, 1showblock, 1showleaks, 1, 2, 3, 4showmemuse, 1step, 1stepi, 1stop, 1stop at, 1stop change, 1stop inclass, 1stop inmember, 1stop modify, 1stopi, 1suppress, 1, 2, 3- that alter the state of your program, 1
thread, 1threads, 1trace, 1tracei, 1uncheck, 1undisplay, 1unhide, 1unintercept, 1unsuppress, 1, 2up, 1vitem, 1whatis, 1, 2, 3, 4when, 1, 2, 3when infunction, 1where, 1, 2whereis, 1, 2, 3which, 1, 2, 3whocatches, 1x, 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
-goption, 1- with the
-Ooption, 1contcommand, 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
dbxenvironment variables, 1
allow_critical_exclusion, 1- and the Korn shell, 1
aout_cache_size, 1array_bounds_check, 1cfront_demangling, 1delay_xs, 1, 2disassembler_version, 1fix_verbose, 1follow_fork_inherit, 1, 2follow_fork_mode, 1, 2, 3follow_fork_mode_inner, 1input_case_sensitive, 1, 2language_mode, 1locache_enable, 1mt_scalable, 1output_auto_flush, 1output_base, 1output_derived_type, 1output_dynamic_type, 1, 2output_inherited_members, 1output_list_size, 1output_log_file_name, 1output_max_string_length, 1output_pretty_print, 1output_short_file_name, 1overload_function, 1overload_operator, 1pop_auto_destruct, 1proc_exclusive_attach, 1rtc_auto_continue, 1, 2, 3rtc_auto_suppress, 1, 2rtc_biu_at_exit, 1, 2rtc_error_limit, 1, 2rtc_error_log_file_name, 1, 2, 3rtc_error_stack, 1rtc_inherit, 1rtc_mel_at_exit, 1rtc_use_traps, 1run_autostart, 1run_io, 1run_pty, 1run_quick, 1run_savetty, 1run_setpgrp, 1scope_global_enums, 1scope_look_aside, 1session_log_file_name, 1- setting with the
dbxenvcommand, 1stack_find_source, 1stack_max_size, 1stack_verbose, 1step_events, 1, 2step_granularity, 1, 2suppress_startup_message, 1symbol_info_compression, 1trace_speed, 1, 2dbx, starting, 1
- with core file name, 1
- with process_ID only, 1
dbxenvcommand, 1, 2.dbxrcfile, 1, 2
- creating, 1
- sample, 1
debugcommand, 1- debugging
- assembly language, 1
- child processes, 1
- code compiled without
-goption, 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_xsenvironment variable, 1, 2- deleting
- all call stack frame filters, 1
- call stack frames, 1
- specific breakpoints using handler IDs, 1
- dereferencing a pointer, 1
detachcommand, 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
dbxcommands, 1discommand, 1disassembler_versionenvironment variable, 1displaycommand, 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
downcommand, 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
examinecommand, 1- examining the contents of memory, 1
exceptioncommand, 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
execfunction, 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
filecommand, 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
fixcommand, 1, 2, 3
- effects of, 1
- limitations for files compiled without debugging information, 1
fix_verboseenvironment 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_inheritenvironment variable, 1, 2follow_fork_modeenvironment variable, 1, 2, 3follow_fork_mode_innerenvironment variable, 1- following
- the
execfunction, 1- the
forkfunction, 1forkfunction, 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
framecommand, 1funccommand, 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
-gcompiler option, 1- graphing an array, 1
- from
dbxcommand line, 1H
handlercommand, 1- handler id, defined, 1
- handlers, 1
- creating, 1
- enabling while within a function, 1
- header file, modifying, 1
hidecommand, 1- hiding call stack frames, 1
I
ignorecommand, 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_sensitiveenvironment variable, 1, 2- instances, displaying the definitions of, 1, 2
- Intel registers, 1
interceptcommand, 1K
killcommand, 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_modeenvironment variable, 1- LD_PRELOAD, 1
- libraries
- dynamically linked, setting breakpoints in, 1
- shared, compiling for dbx, 1
librtc.so, preloading, 1librtld_db.so, 1libthread.so, 1libthread_db.so, 1- link map, 1
- linker names, 1
listcommand, 1, 2listicommand, 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_enableenvironment 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
thispointer, 1- LWPs (lightweight processes), 1
- information displayed for, 1
- showing information about, 1
lwpscommand, 1M
- 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
modifycommand, 1- modifying a header file, 1
modulecommand, 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
modulescommand, 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_scalableenvironment variable, 1- multithreaded programs, debugging, 1
N
nexticommand, 1O
- 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_flushenvironment variable, 1output_baseenvironment variable, 1output_derived_typeenvironment variable, 1output_dynamic_typeenvironment variable, 1, 2output_inherited_membersenvironment variable, 1output_list_sizeenvironment variable, 1output_log_file_nameenvironment variable, 1output_max_string_lengthenvironment variable, 1output_pretty_printenvironment variable, 1output_short_file_nameenvironment variable, 1overload_functionenvironment variable, 1overload_operatorenvironment variable, 1P
pathmapcommand, 1, 2, 3- pointers
- dereferencing, 1
- printing, 1
popcommand, 1, 2, 3pop_auto_destructenvironment 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- 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_attachenvironment variable, 1- procedure linkage tables, 1
- procedure, calling, 1
- process
- attached, using runtime checking on, 1
- child
- attaching
dbxto, 1- using runtime checking on, 1
- detaching from
dbx, 1, 2- running, attaching
dbxto, 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
dbxsession, 1R
- reading in
- debugging information for a module, 1
- debugging information for all modules, 1
- registers
- Intel, 1
- printing the value of, 1
- SPARC, 1
regscommand, 1- removing
- exception types from intercept list, 1
- the stopped in function from the call stack, 1
replaycommand, 1, 2- replaying a saved debugging run, 1
- reporting where an exception type would be caught, 1
- resetting application files for replay, 1
restorecommand, 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_continueenvironment variable, 1, 2, 3rtc_auto_suppressenvironment variable, 1, 2rtc_biu_at_exitenvironment variable, 1rtc_error_limitenvironment variable, 1, 2rtc_error_log_file_nameenvironment variable, 1, 2, 3rtc_error_stackenvironment variable, 1rtc_inheritenvironment variable, 1rtc_mel_at_exitenvironment variable, 1rtc_use_trapsenvironment variable, 1rtld, 1runcommand, 1run_autostartenvironment variable, 1run_ioenvironment variable, 1run_ptyenvironment variable, 1run_quickenvironment variable, 1run_savettyenvironment variable, 1run_setpgrpenvironment variable, 1- running a program, 1
- in
dbxwithout 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
.dbxrcfile, 1savecommand, 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_enumsenvironment variable, 1scope_look_asideenvironment 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_nameenvironment 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
dbxenvironment variables with thedbxenvcommand, 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
showblockcommand, 1showleakscommand, 1, 2, 3, 4showmemusecommand, 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_sourceenvironment variable, 1stack_max_sizeenvironment variable, 1stack_verboseenvironment variable, 1stepcommand, 1step_eventsenvironment variable, 1, 2step_granularityenvironment variable, 1, 2stepicommand, 1- stepping through a program, 1
stop atcommand, 1stop changecommand, 1stopcommand, 1stop inclasscommand, 1stop inmembercommand, 1stop modifycommand, 1stopicommand, 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
suppresscommand, 1, 2, 3suppress_startup_messageenvironment 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_compressionenvironment 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
threadcommand, 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
threadscommand, 1tracecommand, 1trace_speedenvironment variable, 1, 2traceicommand, 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
uncheckcommand, 1undisplaycommand, 1unhidecommand, 1uninterceptcommand, 1unsuppresscommand, 1, 2upcommand, 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
dbxis 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
dbxis 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
vitemcommand, 1W
- walking the call stack, 1, 2
- watchpoint event specifications, 1
whatiscommand, 1, 2, 3, 4whenbreakpoint at a line, setting, 1whencommand, 1, 2, 3when infunctioncommand, 1wherecommand, 1, 2whereiscommand, 1, 2, 3whichcommand, 1, 2, 3whocatchescommand, 1.workshoprcfile, 1X
xcommand, 1
|
Sun Microsystems, Inc. Copyright information. All rights reserved. Feedback |
Library | Contents | Previous | Next | Index |