Sun Studio 12: Debugging a Program With dbx
    
Numbers and Symbols
 
 :: (double-colon) C++ operator ( Index Term Link )
    
A
 
 access checking ( Index Term Link )
 
 access event ( Index Term Link )
 
 accessible documentation ( Index Term Link )
 
 address
  current ( Index Term Link )
  display format ( Index Term Link )
  examining contents at ( Index Term Link )
 
 adjusting default dbx settings ( Index Term Link )
 
 alias command ( Index Term Link )
 
 AMD64 registers ( Index Term Link )
 
 array_bounds_check environment variable ( Index Term Link )
 
 arrays
  bounds, exceeding ( Index Term Link )
  evaluating ( Index Term Link ) ( Index Term Link )
  Fortran ( Index Term Link )
  Fortran 95 allocatable ( Index Term Link )
  slicing ( Index Term Link ) ( Index Term Link )
   syntax for C and C++ ( Index Term Link )
   syntax for Fortran ( Index Term Link )
  striding ( Index Term Link ) ( Index Term Link )
  syntax for slicing, striding ( Index Term Link )
 
 assembly language debugging ( Index Term Link )
 
 assign command
  syntax ( Index Term Link )
  using to assign a value to a variable ( Index Term Link ) ( Index Term Link )
  using to reassign correct values to global variables ( Index Term Link )
  using to restore a global variable ( Index Term Link )
 
 assigning a value to a variable ( Index Term Link ) ( Index Term Link )
 
 at event ( Index Term Link )
 
 attach command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 attach event ( Index Term Link )
 
 attached process, using runtime checking on ( Index Term Link )
 
 attaching
  dbx to a new process while debugging an existing process ( Index Term Link )
  dbx to a running child process ( Index Term Link )
  dbx to a running process ( Index Term Link ) ( Index Term Link )
   when dbx is not already running ( Index Term Link )
    
B
 
 backquote operator ( Index Term Link )
 
 bcheck command ( Index Term Link )
  examples ( Index Term Link )
  syntax ( Index Term Link )
 
 bind command ( Index Term Link )
 
 block local operator ( Index Term Link )
 
 breakpoints
  clearing ( Index Term Link )
  defined ( Index Term Link ) ( Index Term Link )
  deleting, using handler ID ( Index Term Link )
  disabling ( Index Term Link )
  enabling ( Index Term Link )
  enabling after event occurs ( Index Term Link )
  event efficiency ( Index Term Link )
  event specifications ( Index Term Link )
  In Function ( Index Term Link )
  In Object ( Index Term Link )
  listing ( Index Term Link ) ( Index Term Link )
  multiple, setting in nonmember functions ( Index Term Link )
  On Value Change ( Index Term Link )
  overview ( Index Term Link )
  restrictions on ( Index Term Link )
  setting
   at a line ( Index Term Link ) ( Index Term Link )
   at a member function of a template class or at a template function ( Index Term Link )
   at all instances of a function template ( Index Term Link )
   at an address ( Index Term Link )
   at class template instantiations ( Index Term Link ) ( Index Term Link )
   at function template instantiations ( Index Term Link ) ( Index Term Link )
   in a function ( Index Term Link ) ( Index Term Link )
   in a shared library ( Index Term Link )
   in an explicitly loaded library ( Index Term Link )
   in member functions of different classes ( Index Term Link )
   in member functions of the same class ( Index Term Link )
   in objects ( Index Term Link )
   in shared libraries ( Index Term Link )
   machine level ( Index Term Link )
   multiple breaks in C++ code ( Index Term Link )
   on code that has not yet been loaded by the JVM software ( Index Term Link )
   with filters that contain function calls ( Index Term Link )
  setting filters on ( Index Term Link )
  stop type ( Index Term Link )
   determining when to set ( Index Term Link )
  trace type ( Index Term Link )
  when type ( Index Term Link )
   setting at a line ( Index Term Link )
 
 bsearch command ( Index Term Link )
    
C
 
 C++
  ambiguous or overloaded functions ( Index Term Link )
  backquote operator ( Index Term Link )
  class
   declarations, looking up ( Index Term Link )
   definition, looking up ( Index Term Link )
   displaying all the data members directly defined by ( Index Term Link )
   displaying all the data members inherited from ( Index Term Link )
   printing the declaration of ( Index Term Link )
   seeing inherited members ( Index Term Link )
   viewing ( Index Term Link )
  compiling with the -g option ( Index Term Link )
  compiling with the -g0 option ( Index Term Link )
  double-colon scope resolution operator ( Index Term Link )
  exception handling ( Index Term Link )
  function template instantiations, listing ( Index Term Link )
  inherited members ( Index Term Link )
  mangled names ( Index Term Link )
  object pointer types ( Index Term Link )
  printing ( Index Term Link )
  setting multiple breakpoints ( Index Term Link ) ( Index Term Link )
  template debugging ( Index Term Link )
  template definitions
   displaying ( Index Term Link )
   fixing ( Index Term Link )
  tracing member functions ( Index Term Link )
  unnamed arguments ( Index Term Link )
  using dbx with ( Index Term Link )
 
 C++ application that embeds a Java application, debugging ( Index Term Link )
 
 C++ source files, specifying the location of ( Index Term Link )
 
 C application that embeds a Java application, debugging ( Index Term Link )
 
 C source files, specifying the location of ( Index Term Link )
 
 call command
  syntax ( Index Term Link )
  using to call a function ( Index Term Link )
  using to call a function explicitly ( Index Term Link )
  using to call a procedure ( Index Term Link ) ( Index Term Link )
  using to explicitly call a function instantiation or member function of a class template ( Index Term Link )
 
 call stack ( Index Term Link )
  defined ( Index Term Link )
  deleting
   all frame filters ( Index Term Link )
   frames ( Index Term Link )
  finding your place on ( Index Term Link )
  frame, defined ( Index Term Link )
  hiding frames ( Index Term Link )
  looking at ( Index Term Link )
  moving
   down ( Index Term Link )
   to a specific frame in ( Index Term Link )
   up ( Index Term Link )
  popping ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
   one frame of ( Index Term Link )
  removing the stopped in function from ( Index Term Link )
  walking ( Index Term Link ) ( Index Term Link )
 
 calling
  a function ( Index Term Link ) ( Index Term Link )
  a function instantiation or a member function of a class template ( Index Term Link )
  a procedure ( Index Term Link )
  member template functions ( Index Term Link )
 
 cancel command ( Index Term Link )
 
 case sensitivity, Fortran ( Index Term Link )
 
 catch blocks ( Index Term Link )
 
 catch command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 catch signal list ( Index Term Link )
 
 catching exceptions of a specific type ( Index Term Link )
 
 change event ( Index Term Link )
 
 changing
  a function not yet called ( Index Term Link )
  an executed function ( Index Term Link )
  default signal lists ( Index Term Link )
  function currently being executed ( Index Term Link )
  function presently on the stack ( Index Term Link )
  variables after fixing ( Index Term Link )
 
 check command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 checkpoints, saving a series of debugging runs as ( Index Term Link )
 
 child process
  attaching dbx to ( Index Term Link )
  debugging ( Index Term Link )
  interacting with events ( Index Term Link )
  using runtime checking on ( Index Term Link )
 
 choosing among multiple occurrences of a symbol ( Index Term Link )
 
 class template instantiations, printing a list of ( Index Term Link ) ( Index Term Link )
 
 classes
  displaying all the data members directly defined by ( Index Term Link )
  displaying all the data members inherited from ( Index Term Link )
  looking up declarations of ( Index Term Link )
  looking up definitions of ( Index Term Link )
  printing the declarations of ( Index Term Link )
  seeing inherited members ( Index Term Link )
  viewing ( Index Term Link )
 
 CLASSPATHX environment variable ( Index Term Link ) ( Index Term Link )
 
 clear command ( Index Term Link )
 
 clearing breakpoints ( Index Term Link )
 
 code compiled without -g option ( Index Term Link )
 
 collector archive command ( Index Term Link )
 
 collector command ( Index Term Link )
 
 collector dbxsample command ( Index Term Link )
 
 collector disable command ( Index Term Link )
 
 collector enable command ( Index Term Link )
 
 collector heaptrace command ( Index Term Link )
 
 collector hw_profile command ( Index Term Link )
 
 collector limit command ( Index Term Link )
 
 collector mpitrace command ( Index Term Link )
 
 collector pause command ( Index Term Link )
 
 collector profile command ( Index Term Link )
 
 collector resume command ( Index Term Link )
 
 collector sample command ( Index Term Link )
 
 collector show command ( Index Term Link )
 
 collector status command ( Index Term Link )
 
 collector store command ( Index Term Link )
 
 collector synctrace command ( Index Term Link )
 
 collector tha command ( Index Term Link )
 
 collector version command ( Index Term Link )
 
 commands
  alias ( Index Term Link )
  assign
   syntax ( Index Term Link )
   using to assign a value to a variable ( Index Term Link ) ( Index Term Link )
   using to reassign correct values to global variables ( Index Term Link )
   using to restore a global variable ( Index Term Link )
  attach ( Index Term Link ) ( Index Term Link )
  bcheck ( Index Term Link )
  bind ( Index Term Link )
  bsearch ( Index Term Link )
  call
   syntax ( Index Term Link )
   using to call a function ( Index Term Link )
   using to call a procedure ( Index Term Link ) ( Index Term Link )
   using to explicitly call a function instantiation or member function of a class template ( Index Term Link )
  cancel ( Index Term Link )
  catch ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  check ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  clear ( Index Term Link )
  collector ( Index Term Link )
  collector archive ( Index Term Link )
  collector dbxsample ( Index Term Link )
  collector disable ( Index Term Link )
  collector enable ( Index Term Link )
  collector heaptrace ( Index Term Link )
  collector hw_profile ( Index Term Link )
  collector limit ( Index Term Link )
  collector mpitrace ( Index Term Link )
  collector pause ( Index Term Link )
  collector profile ( Index Term Link )
  collector resume ( Index Term Link )
  collector sample ( Index Term Link )
  collector show ( Index Term Link )
  collector status ( Index Term Link )
  collector store ( Index Term Link )
  collector synctrace ( Index Term Link )
  collector tha ( Index Term Link )
  collector version ( Index Term Link )
  cont ( Index Term Link ) ( Index Term Link )
   continuing execution of your program with ( Index Term Link ) ( Index Term Link )
   limitations for files compiled without debugging information ( Index Term Link )
   syntax ( Index Term Link )
   using to continue execution after restoring a global variable ( Index Term Link )
   using to continue execution of your program from a different line ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  dalias ( Index Term Link )
  dbx ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  dbxenv ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  debug
   syntax ( Index Term Link )
   using to attach dbx to a running process ( Index Term Link )
   using to attach to a child process ( Index Term Link )
   using to debug a core file ( Index Term Link )
  delete ( Index Term Link )
  detach ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  dis ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  display ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  down ( Index Term Link ) ( Index Term Link )
  dump ( Index Term Link )
  dump
   using on OpenMP code ( Index Term Link )
  edit ( Index Term Link )
  examine ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  exception ( Index Term Link ) ( Index Term Link )
  exists ( Index Term Link )
  file ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  files ( Index Term Link )
  fix ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
   effects of ( Index Term Link )
   limitations for files compiled without debugging information ( Index Term Link )
  fixed ( Index Term Link )
  fortran_modules ( Index Term Link )
  frame ( Index Term Link ) ( Index Term Link )
  func ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  funcs ( Index Term Link )
  gdb ( Index Term Link )
  handler ( Index Term Link ) ( Index Term Link )
  hide ( Index Term Link ) ( Index Term Link )
  ignore ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  import ( Index Term Link )
  intercept ( Index Term Link ) ( Index Term Link )
  java ( Index Term Link )
  jclasses ( Index Term Link )
  joff ( Index Term Link )
  jon ( Index Term Link )
  jpkgs ( Index Term Link )
  kill ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  language ( Index Term Link )
  line ( Index Term Link ) ( Index Term Link )
  list ( Index Term Link )
   syntax ( Index Term Link )
   using to print a source listing for a file or function ( Index Term Link )
   using to print the source listing for a function instantiation ( Index Term Link )
  listi ( Index Term Link ) ( Index Term Link )
  loadobject ( Index Term Link )
  loadobject -dumpelf ( Index Term Link )
  loadobject -exclude ( Index Term Link )
  loadobject -hide ( Index Term Link )
  loadobject -list ( Index Term Link )
  loadobject -load ( Index Term Link )
  loadobject -unload ( Index Term Link )
  loadobject -use ( Index Term Link )
  lwp ( Index Term Link )
  lwps ( Index Term Link ) ( Index Term Link )
  mmapfile ( Index Term Link )
  module ( Index Term Link ) ( Index Term Link )
  modules ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  native ( Index Term Link )
  next ( Index Term Link ) ( Index Term Link )
  nexti ( Index Term Link ) ( Index Term Link )
  pathmap ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
   using to map the compile-time directory to the debug-time directory ( Index Term Link )
  pop ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
   syntax ( Index Term Link )
  print
   syntax ( Index Term Link )
   syntax to slice a C or C++ array ( Index Term Link )
   syntax to slice a Fortran array ( Index Term Link )
   using to dereference a pointer ( Index Term Link )
   using to evaluate a function instantiation or a member function of a class template ( Index Term Link )
   using to evaluate a variable or expression ( Index Term Link )
   using to print the value of an expression ( Index Term Link )
  proc ( Index Term Link )
  process control ( Index Term Link )
  prog ( Index Term Link )
  quit ( Index Term Link )
  regs ( Index Term Link ) ( Index Term Link )
  replay ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  rerun ( Index Term Link )
  restore ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  rprint ( Index Term Link )
  rtc showmap ( Index Term Link )
  rtc skippatch ( Index Term Link )
  run ( Index Term Link ) ( Index Term Link )
  runargs ( Index Term Link )
  save ( Index Term Link ) ( Index Term Link )
  scopes ( Index Term Link )
  search ( Index Term Link )
  showblock ( Index Term Link ) ( Index Term Link )
  showleaks
   default output of ( Index Term Link )
   error limit for ( Index Term Link )
   report resulting from ( Index Term Link )
   syntax ( Index Term Link )
   using to ask for a leaks report ( Index Term Link )
  showmemuse ( Index Term Link ) ( Index Term Link )
  source ( Index Term Link )
  status ( Index Term Link )
  step ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  step to ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  step up ( Index Term Link ) ( Index Term Link )
  stepi ( Index Term Link ) ( Index Term Link )
  stop ( Index Term Link )
   syntax ( Index Term Link )
   using to set breakpoint at all member functions of a C++ template class ( Index Term Link )
   using to set breakpoints at all instances of a function template ( Index Term Link )
   using to stop in all member functions of a C++ template class ( Index Term Link )
  stop change ( Index Term Link )
  stop inclass ( Index Term Link )
  stop inmember ( Index Term Link )
  stopi ( Index Term Link ) ( Index Term Link )
  suppress
   syntax ( Index Term Link )
   using to limit reporting of runtime checking errors ( Index Term Link )
   using to list errors being suppressed in files not compiled for debugging ( Index Term Link )
   using to manage runtime checking errors ( Index Term Link )
   using to suppress runtime checking errors ( Index Term Link )
  sync ( Index Term Link )
  syncs ( Index Term Link )
  that alter the state of your program ( Index Term Link )
  thread ( Index Term Link ) ( Index Term Link )
  threads ( Index Term Link ) ( Index Term Link )
  trace ( Index Term Link ) ( Index Term Link )
  tracei ( Index Term Link ) ( Index Term Link )
  uncheck ( Index Term Link ) ( Index Term Link )
  undisplay ( Index Term Link ) ( Index Term Link )
  unhide ( Index Term Link ) ( Index Term Link )
  unintercept ( Index Term Link ) ( Index Term Link )
  unsuppress ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  unwatch ( Index Term Link )
  up ( Index Term Link ) ( Index Term Link )
  use ( Index Term Link )
  watch ( Index Term Link )
  whatis ( Index Term Link ) ( Index Term Link )
   syntax ( Index Term Link )
   using to display the definitions of templates and instances ( Index Term Link )
   using to obtain the function name assigned by the compiler ( Index Term Link )
  when ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  wheni ( Index Term Link )
  where ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  whereami ( Index Term Link )
  whereis ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  which ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  whocatches ( Index Term Link ) ( Index Term Link )
  x ( Index Term Link )
 
 compiling
  optimized code ( Index Term Link )
  with the -g option ( Index Term Link )
  with the -O option ( Index Term Link )
  your code for debugging ( Index Term Link )
 
 cond event ( Index Term Link )
 
 cont command
  continuing execution of your program with ( Index Term Link ) ( Index Term Link )
  limitations for files compiled without debugging information ( Index Term Link )
  syntax ( Index Term Link )
  using to continue execution after restoring a global variable ( Index Term Link )
  using to continue execution of your program after fixing ( Index Term Link )
  using to continue execution of your program from a different line ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  using to resume execution of a multithreaded program ( Index Term Link )
 
 continuing execution of a program ( Index Term Link )
  after fixing ( Index Term Link )
  at a specified line ( Index Term Link ) ( Index Term Link )
 
 controlling the speed of a trace ( Index Term Link )
 
 core file
  debugging ( Index Term Link ) ( Index Term Link )
  debugging mismatched ( Index Term Link )
  examining ( Index Term Link )
 
 core_lo_pathmap environment variable ( Index Term Link )
 
 -count event specification modifier ( Index Term Link )
 
 creating
  a .dbxrc file ( Index Term Link )
  event handlers ( Index Term Link )
 
 current address ( Index Term Link )
 
 current procedure and file ( Index Term Link )
 
 customizing dbx ( Index Term Link )
    
D
 
 dalias command ( Index Term Link )
 
 data change event specifications ( Index Term Link )
 
 data member, printing ( Index Term Link )
 
 dbx, starting ( Index Term Link )
  startup options ( Index Term Link )
  with core file name ( Index Term Link )
  with process ID only ( Index Term Link )
 
 dbx command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 dbx commands
  Java expression evaluation in ( Index Term Link )
  static and dynamic information used by when debugging Java code ( Index Term Link )
  using in Java mode ( Index Term Link )
  valid only in Java mode ( Index Term Link )
  with different syntax in Java mode ( Index Term Link )
  with identical syntax and functionality in Java mode and native mode ( Index Term Link )
 
 dbx environment variables ( Index Term Link )
  and the Korn shell ( Index Term Link )
  array_bounds_check ( Index Term Link )
  CLASSPATHX ( Index Term Link ) ( Index Term Link )
  core_lo_pathmap ( Index Term Link )
  debug_file_directory ( Index Term Link )
  disassembler_version ( Index Term Link )
  event_safety ( Index Term Link )
  fix_verbose ( Index Term Link )
  follow_fork_inherit ( Index Term Link ) ( Index Term Link )
  follow_fork_mode ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  follow_fork_mode_inner ( Index Term Link )
  for Java debugging ( Index Term Link )
  input_case_sensitive ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  JAVASRCPATH ( Index Term Link ) ( Index Term Link )
  jdbx_mode ( Index Term Link ) ( Index Term Link )
  jvm_invocation ( Index Term Link ) ( Index Term Link )
  language_mode ( Index Term Link )
  mt_scalable ( Index Term Link )
  optim_local_vars ( Index Term Link )
  output_auto_flush ( Index Term Link )
  output_base ( Index Term Link )
  output_class_prefix ( Index Term Link )
  output_derived_type ( Index Term Link )
  output_dynamic_type ( Index Term Link ) ( Index Term Link )
  output_inherited_members ( Index Term Link )
  output_list_size ( Index Term Link )
  output_log_file_name ( Index Term Link )
  output_max_string_length ( Index Term Link )
  output_no_literal ( Index Term Link )
  output_pretty_print ( Index Term Link )
  output_pretty_print_fallback ( Index Term Link ) ( Index Term Link )
  output_short_file_name ( Index Term Link )
  overload_function ( Index Term Link )
  overload_operator ( Index Term Link )
  pop_auto_destruct ( Index Term Link )
  proc_exclusive_attach ( Index Term Link )
  rtc_auto_continue ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  rtc_auto_suppress ( Index Term Link ) ( Index Term Link )
  rtc_biu_at_exit ( Index Term Link ) ( Index Term Link )
  rtc_error_limit ( Index Term Link ) ( Index Term Link )
  rtc_error_log_file_name ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  rtc_error_stack ( Index Term Link )
  rtc_inherit ( Index Term Link )
  rtc_mel_at_exit ( Index Term Link )
  run_autostart ( Index Term Link )
  run_io ( Index Term Link )
  run_pty ( Index Term Link )
  run_quick ( Index Term Link )
  run_savetty ( Index Term Link )
  run_setpgrp ( Index Term Link )
  scope_global_enums ( Index Term Link )
  scope_look_aside ( Index Term Link ) ( Index Term Link )
  session_log_file_name ( Index Term Link )
  setting with the dbxenv command ( Index Term Link )
  stack_find_source ( Index Term Link ) ( Index Term Link )
  stack_max_size ( Index Term Link )
  stack_verbose ( Index Term Link )
  step_abflow ( Index Term Link )
   step_events ( Index Term Link )
  step_events ( Index Term Link )
  step_granularity ( Index Term Link ) ( Index Term Link )
  suppress_startup_message ( Index Term Link )
  symbol_info_compression ( Index Term Link )
  trace_speed ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 dbx modes for debugging Java code ( Index Term Link )
 
 dbxenv command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 .dbxrc file ( Index Term Link )
  creating ( Index Term Link )
  sample ( Index Term Link )
  use at dbx startup ( Index Term Link ) ( Index Term Link )
 
 dbxrc file, use at dbx startup ( Index Term Link ) ( Index Term Link )
 
 debug command ( Index Term Link )
  syntax ( Index Term Link )
  using to attach dbx to a running process ( Index Term Link )
  using to attach to a child process ( Index Term Link )
  using to debug a core file ( Index Term Link )
 
 debug_file_directory environment variable ( Index Term Link )
 
 debugging
  assembly language ( Index Term Link )
  child processes ( Index Term Link )
  code compiled without -g option ( Index Term Link )
  core file ( Index Term Link ) ( Index Term Link )
  machine-instruction level ( Index Term Link ) ( Index Term Link )
  mismatched core file ( Index Term Link )
  multithreaded programs ( Index Term Link )
  optimized code ( Index Term Link )
 
 debugging information
  for a module, reading in ( Index Term Link )
  for all modules, reading in ( Index Term Link )
 
 debugging run
  saved
   replaying ( Index Term Link )
   restoring ( Index Term Link )
  saving ( Index Term Link )
 
 declarations, looking up (displaying) ( Index Term Link )
 
 delete command ( Index Term Link )
 
 deleting
  all call stack frame filters ( Index Term Link )
  call stack frames ( Index Term Link )
  specific breakpoints using handler IDs ( Index Term Link )
 
 dereferencing a pointer ( Index Term Link )
 
 detach command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 detach event ( Index Term Link )
 
 detaching
  a process from dbx ( Index Term Link ) ( Index Term Link )
  a process from dbx and leaving it in a stopped state ( Index Term Link )
 
 determining
  cause of floating point exception (FPE) ( Index Term Link )
  location of floating point exception (FPE) ( Index Term Link )
  number of instructions executed ( Index Term Link )
  number of lines executed ( Index Term Link )
  the granularity of source line stepping ( Index Term Link )
  where your program is crashing ( Index Term Link )
  which symbol dbx uses ( Index Term Link )
 
 differences between Korn shell and dbx commands ( Index Term Link )
 
 dis command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 -disable event specification modifier ( Index Term Link )
 
 disassembler_version environment variable ( Index Term Link )
 
 display command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 displaying
  a stack trace ( Index Term Link )
  all the data members directly defined by a class ( Index Term Link )
  all the data members inherited from a base class ( Index Term Link )
  an unnamed function argument ( Index Term Link )
  declarations ( Index Term Link )
  definitions of templates and instances ( Index Term Link )
  inherited members ( Index Term Link )
  source code for function template instantiations ( Index Term Link )
  symbols, occurrences of ( Index Term Link )
  template definitions ( Index Term Link )
  the definitions of templates and instances ( Index Term Link )
  type of an exception ( Index Term Link )
  variable type ( Index Term Link )
  variables and expressions ( Index Term Link )
 
 dlopen()
  restrictions on breakpoints ( Index Term Link )
  setting a breakpoint ( Index Term Link )
 
 dlopen event ( Index Term Link )
 
 documentation, accessing ( Index Term Link ) ( Index Term Link )
 
 documentation index ( Index Term Link )
 
 down command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 dump command ( Index Term Link )
 
 dump command, using on OpenMP code ( Index Term Link )
 
 dynamic linker ( Index Term Link )
    
E
 
 edit command ( Index Term Link )
 
 enabling a breakpoint after an event occurs ( Index Term Link )
 
 error suppression ( Index Term Link ) ( Index Term Link )
  default ( Index Term Link )
  examples ( Index Term Link )
  types ( Index Term Link )
 
 establishing a new mapping from directory to directory ( Index Term Link ) ( Index Term Link )
 
 evaluating
  a function instantiation or a member function of a class template ( Index Term Link )
  an unnamed function argument ( Index Term Link )
  arrays ( Index Term Link ) ( Index Term Link )
 
 event counters ( Index Term Link ) ( Index Term Link )
 
 event handler
  hiding ( Index Term Link )
  retaining across debugging sessions ( Index Term Link )
 
 event handlers
  creating ( Index Term Link )
  manipulating ( Index Term Link )
  setting, examples ( Index Term Link )
 
 event_safety environment variable ( Index Term Link )
 
 event-specific variables ( Index Term Link )
 
 event specification modifiers
  -count ( Index Term Link )
  -disable ( Index Term Link )
  -hidden ( Index Term Link )
  -if ( Index Term Link )
  -in ( Index Term Link )
  -instr ( Index Term Link )
  -lwp ( Index Term Link )
  -perm ( Index Term Link )
  -resumeone ( Index Term Link ) ( Index Term Link )
  -temp ( Index Term Link )
  -thread ( Index Term Link )
 
 event specifications ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  access ( Index Term Link )
  at ( Index Term Link )
  attach ( Index Term Link )
  change ( Index Term Link )
  cond ( Index Term Link )
  detach ( Index Term Link )
  dlopen ( Index Term Link )
  exit ( Index Term Link )
  fault ( Index Term Link )
  for breakpoint events ( Index Term Link )
  for data change events ( Index Term Link )
  for execution progress events ( Index Term Link )
  for other types of events ( Index Term Link )
  for system events ( Index Term Link )
  in ( Index Term Link )
  inclass ( Index Term Link )
  infunction ( Index Term Link )
  inmember ( Index Term Link )
  inmethod ( Index Term Link ) ( Index Term Link )
  inobject ( Index Term Link )
  keywords, defined ( Index Term Link )
  lastrites ( Index Term Link )
  lwp_exit ( Index Term Link )
  modifiers ( Index Term Link )
  next ( Index Term Link )
  prog_gone ( Index Term Link )
  prog_new ( Index Term Link )
  returns ( Index Term Link ) ( Index Term Link )
  setting ( Index Term Link )
  sig ( Index Term Link )
  step ( Index Term Link )
  stop ( Index Term Link )
  sync ( Index Term Link )
  syncrtld ( Index Term Link )
  sysin ( Index Term Link )
  sysout ( Index Term Link )
  thr_create ( Index Term Link ) ( Index Term Link )
  thr_exit ( Index Term Link ) ( Index Term Link )
  throw ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  timer ( Index Term Link )
  using predefined variables ( Index Term Link )
 
 events
  ambiguity ( Index Term Link )
  child process interaction with ( Index Term Link )
  parsing ( Index Term Link )
 
 examine command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 examining the contents of memory ( Index Term Link )
 
 exception command ( Index Term Link ) ( Index Term Link )
 
 exception handling ( Index Term Link )
  examples ( Index Term Link )
 
 exceptions
  floating point, determining cause of ( Index Term Link )
  floating point, determining location of ( Index Term Link )
  in Fortran programs, locating ( Index Term Link )
  of a specific type, catching ( Index Term Link )
  removing types from intercept list ( Index Term Link )
  reporting where type would be caught ( Index Term Link )
  type of, displaying ( Index Term Link )
 
 exec function, following ( Index Term Link )
 
 execution progress event specifications ( Index Term Link )
 
 exists command ( Index Term Link )
 
 exit event ( Index Term Link )
 
 experiments, limiting the size of ( Index Term Link )
 
 expressions
  complex, Fortran ( Index Term Link )
  displaying ( Index Term Link )
  interval, Fortran ( Index Term Link )
  monitoring changes ( Index Term Link )
  monitoring the value of ( Index Term Link )
  printing the value of ( Index Term Link ) ( Index Term Link )
  turning off the display of ( Index Term Link )
    
F
 
 fault event ( Index Term Link )
 
 fflush(stdout), after dbx calls ( Index Term Link )
 
 field type
  displaying ( Index Term Link )
  printing ( Index Term Link )
 
 file command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 files
  finding ( Index Term Link ) ( Index Term Link )
  location of ( Index Term Link )
  navigating to ( Index Term Link )
  qualifying name ( Index Term Link )
 
 files command ( Index Term Link )
 
 finding
  object files ( Index Term Link ) ( Index Term Link )
  source files ( Index Term Link ) ( Index Term Link )
  your place on the call stack ( Index Term Link )
 
 fix and continue ( Index Term Link )
  how it operates ( Index Term Link )
  modifying source code using ( Index Term Link )
  restrictions ( Index Term Link )
  using with runtime checking ( Index Term Link )
  using with shared objects ( Index Term Link )
 
 fix command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  effects of ( Index Term Link )
  limitations for files compiled without debugging information ( Index Term Link )
 
 fix_verbose environment variable ( Index Term Link )
 
 fixed command ( Index Term Link )
 
 fixing
  C++ template definitions ( Index Term Link )
  shared objects ( Index Term Link )
  your program ( Index Term Link ) ( Index Term Link )
 
 floating point exception (FPE)
  catching ( Index Term Link )
  determining cause of ( Index Term Link )
  determining location of ( Index Term Link )
 
 follow_fork_inherit environment variable ( Index Term Link ) ( Index Term Link )
 
 follow_fork_mode environment variable ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 follow_fork_mode_inner environment variable ( Index Term Link )
 
 following
  the exec function ( Index Term Link )
  the fork function ( Index Term Link )
 
 fork function, following ( Index Term Link )
 
 Fortran
  allocatable arrays ( Index Term Link )
  array slicing syntax for ( Index Term Link )
  case sensitivity ( Index Term Link )
  complex expressions ( Index Term Link )
  derived types ( Index Term Link )
  interval expressions ( Index Term Link )
  intrinsic functions ( Index Term Link )
  logical operators ( Index Term Link )
  structures ( Index Term Link )
 
 fortran_modules command ( Index Term Link )
 
 FPE signal, trapping ( Index Term Link )
 
 frame, defined ( Index Term Link )
 
 frame command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 func command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 funcs command ( Index Term Link )
 
 function argument, unnamed
  displaying ( Index Term Link )
  evaluating ( Index Term Link )
 
 function template instantiations
  displaying the source code for ( Index Term Link )
  printing a list of ( Index Term Link ) ( Index Term Link )
  printing the values of ( Index Term Link )
 
 functions
  ambiguous or overloaded ( Index Term Link )
  calling ( Index Term Link ) ( Index Term Link )
  currently being executed, changing ( Index Term Link )
  executed, changing ( Index Term Link )
  instantiation
   calling ( Index Term Link )
   evaluating ( Index Term Link )
   printing source listing for ( Index Term Link )
  intrinsic, Fortran ( Index Term Link )
  looking up definitions of ( Index Term Link )
  member of a class template, calling ( Index Term Link )
  member of class template, evaluating ( Index Term Link )
  navigating to ( Index Term Link )
  not yet called, changing ( Index Term Link )
  obtaining names assigned by the compiler ( Index Term Link )
  presently on the stack, changing ( Index Term Link )
  qualifying name ( Index Term Link )
  setting breakpoints in ( Index Term Link )
  setting breakpoints in C++ code ( Index Term Link )
    
G
 
 -g compiler option ( Index Term Link )
 
 gdb command ( Index Term Link )
    
H
 
 handler command ( Index Term Link ) ( Index Term Link )
 
 handler id, defined ( Index Term Link )
 
 handlers ( Index Term Link )
  creating ( Index Term Link ) ( Index Term Link )
  enabling while within a function ( Index Term Link )
 
 header file, modifying ( Index Term Link )
 
 -hidden event specification modifier ( Index Term Link )
 
 hide command ( Index Term Link ) ( Index Term Link )
 
 hiding call stack frames ( Index Term Link )
    
I
 
 -if event specification modifier ( Index Term Link )
 
 ignore command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ignore signal list ( Index Term Link )
 
 import command ( Index Term Link )
 
 in event ( Index Term Link )
 
 -in event specification modifier ( Index Term Link )
 
 In Function breakpoint ( Index Term Link )
 
 In Object breakpoint ( Index Term Link )
 
 inclass event ( Index Term Link )
 
 infunction event ( Index Term Link )
 
 inherited members
  displaying ( Index Term Link )
  seeing ( Index Term Link )
 
 inmember event ( Index Term Link )
 
 inmethod event ( Index Term Link ) ( Index Term Link )
 
 inobject event ( Index Term Link )
 
 input_case_sensitive environment variable ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 instances, displaying the definitions of ( Index Term Link ) ( Index Term Link )
 
 -instr event specification modifier ( Index Term Link )
 
 Intel registers ( Index Term Link )
 
 intercept command ( Index Term Link ) ( Index Term Link )
 
 invocation options ( Index Term Link )
    
J
 
 JAR file, debugging ( Index Term Link )
 
 Java applications
  attaching dbx to ( Index Term Link )
  specifying custom wrappers for ( Index Term Link )
  starting to debug ( Index Term Link )
  that require 64-bit libraries ( Index Term Link )
  types you can debug with dbx ( Index Term Link )
  with wrappers, debugging ( Index Term Link )
 
 Java class file, debugging ( Index Term Link )
 
 Java code
  capabilities of dbx with ( Index Term Link )
  dbx modes for debugging ( Index Term Link )
  limitations of dbx with ( Index Term Link )
  using dbx with ( Index Term Link )
 
 java command ( Index Term Link )
 
 Java debugging, environment variables for ( Index Term Link )
 
 Java source files, specifying the location of ( Index Term Link )
 
 JAVASRCPATH environment variable ( Index Term Link ) ( Index Term Link )
 
 jclasses command ( Index Term Link )
 
 jdbx_mode environment variable ( Index Term Link ) ( Index Term Link )
 
 joff command ( Index Term Link )
 
 jon command ( Index Term Link )
 
 jpkgs command ( Index Term Link )
 
 jvm_invocation environment variable ( Index Term Link ) ( Index Term Link )
 
 JVM software
  customizing startup of ( Index Term Link )
  passing run arguments to ( Index Term Link ) ( Index Term Link )
  specifying 64-bit ( Index Term Link )
  specifying a path name for ( Index Term Link )
    
K
 
 key bindings for editors, displaying or modifying ( Index Term Link )
 
 kill command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 killing
  program ( Index Term Link )
  program only ( Index Term Link )
 
 Korn shell
  differences from dbx ( Index Term Link )
  extensions ( Index Term Link )
  features not implemented ( Index Term Link )
  renamed commands ( Index Term Link )
    
L
 
 language command ( Index Term Link )
 
 language_mode environment variable ( Index Term Link )
 
 lastrites event ( Index Term Link )
 
 LD_AUDIT ( Index Term Link )
 
 libraries
  dynamically linked, setting breakpoints in ( Index Term Link )
  shared, compiling for dbx ( Index Term Link )
 
 librtc.so, preloading ( Index Term Link )
 
 librtld_db.so ( Index Term Link )
 
 libthread_db.so ( Index Term Link )
 
 libthread.so ( Index Term Link )
 
 limiting the experiment size ( Index Term Link )
 
 line command ( Index Term Link ) ( Index Term Link )
 
 link map ( Index Term Link )
 
 linker names ( Index Term Link )
 
 list command ( Index Term Link ) ( Index Term Link )
  syntax ( Index Term Link )
  using to print a source listing for a file or function ( Index Term Link )
  using to print the source listing for a function instantiation ( Index Term Link )
 
 listi command ( Index Term Link ) ( Index Term Link )
 
 listing
  all program modules that contain debugging information ( Index Term Link )
  breakpoints ( Index Term Link ) ( Index Term Link )
  C++ function template instantiations ( Index Term Link )
  debugging information for modules ( Index Term Link )
  names of all program modules ( Index Term Link )
  names of modules containing debugging information that have already been read into dbx ( Index Term Link )
  signals currently being ignored ( Index Term Link )
  signals currently being trapped ( Index Term Link )
  traces ( Index Term Link )
 
 loading your program ( Index Term Link )
 
 loadobject, defined ( Index Term Link )
 
 loadobject -dumpelf command ( Index Term Link )
 
 loadobject -exclude command ( Index Term Link )
 
 loadobject -hide command ( Index Term Link )
 
 loadobject -list command ( Index Term Link )
 
 loadobject -load command ( Index Term Link )
 
 loadobject -unload command ( Index Term Link )
 
 loadobject -use command ( Index Term Link )
 
 loadobject command ( Index Term Link )
 
 looking up
  definitions of classes ( Index Term Link )
  definitions of functions ( Index Term Link )
  definitions of members ( Index Term Link )
  definitions of types ( Index Term Link )
  definitions of variables ( Index Term Link )
  the this pointer ( Index Term Link )
 
 lwp command ( Index Term Link )
 
 -lwp event specification modifier ( Index Term Link )
 
 lwp_exit event ( Index Term Link )
 
 LWPs (lightweight processes) ( Index Term Link )
  information displayed for ( Index Term Link )
  showing information about ( Index Term Link )
 
 lwps command ( Index Term Link ) ( Index Term Link )
    
M
 
 machine-instruction level
  address, setting breakpoint at ( Index Term Link )
  AMD64 registers ( Index Term Link )
  debugging ( Index Term Link )
  Intel registers ( Index Term Link )
  printing the value of all the registers ( Index Term Link )
  setting breakpoint at address ( Index Term Link )
  single stepping ( Index Term Link )
  SPARC registers ( Index Term Link )
  tracing ( Index Term Link )
 
 manipulating event handlers ( Index Term Link )
 
 member functions
  printing ( Index Term Link )
  setting multiple breakpoints in ( Index Term Link )
  tracing ( Index Term Link )
 
 member template functions ( Index Term Link )
 
 members
  declarations, looking up ( Index Term Link )
  looking up declarations of ( Index Term Link )
  looking up definitions of ( Index Term Link )
  viewing ( Index Term Link )
 
 memory
  address display formats ( Index Term Link )
  display modes ( Index Term Link )
  examining contents at address ( Index Term Link )
  states ( Index Term Link )
 
 memory access
  checking ( Index Term Link )
   turning on ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  error report ( Index Term Link )
  errors ( Index Term Link ) ( Index Term Link )
 
 memory leak
  checking ( Index Term Link ) ( Index Term Link )
   turning on ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  errors ( Index Term Link ) ( Index Term Link )
  fixing ( Index Term Link )
  report ( Index Term Link )
 
 memory use checking ( Index Term Link )
  turning on ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 mmapfile command ( Index Term Link )
 
 modifying a header file ( Index Term Link )
 
 module command ( Index Term Link ) ( Index Term Link )
 
 modules
  all program, listing ( Index Term Link )
  containing debugging information that have already been read into dbx, listing ( Index Term Link )
  current, printing the name of ( Index Term Link )
  listing debugging information for ( Index Term Link )
  that contain debugging information, listing ( Index Term Link )
 
 modules command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 monitoring the value of an expression ( Index Term Link )
 
 moving
  down the call stack ( Index Term Link )
  to a specific frame in the call stack ( Index Term Link )
  up the call stack ( Index Term Link )
 
 mt_scalable environment variable ( Index Term Link )
 
 multithreaded programs, debugging ( Index Term Link )
    
N
 
 native command ( Index Term Link )
 
 navigating
  through functions by walking the call stack ( Index Term Link )
  to a file ( Index Term Link )
  to functions ( Index Term Link )
 
 next command ( Index Term Link ) ( Index Term Link )
 
 next event ( Index Term Link )
 
 nexti command ( Index Term Link ) ( Index Term Link )
    
O
 
 object files
  finding ( Index Term Link ) ( Index Term Link )
 
 object pointer types ( Index Term Link )
 
 obtaining the function name assigned by the compiler ( Index Term Link )
 
 OpenMP application programming interface ( Index Term Link )
 
 OpenMP code
  dbx functionality available for ( Index Term Link )
  execution sequence of ( Index Term Link )
  printing shared, private, and threadprivate variables in ( Index Term Link )
  single stepping in ( Index Term Link )
  transformation by compilers ( Index Term Link )
  using stack traces with ( Index Term Link )
  using the dump command on ( Index Term Link )
 
 operators
  backquote ( Index Term Link )
  block local ( Index Term Link )
  C++ double colon scope resolution ( Index Term Link )
 
 optim_local_vars environment variable ( Index Term Link )
 
 optimized code
  compiling ( Index Term Link )
  debugging ( Index Term Link )
 
 output_auto_flush environment variable ( Index Term Link )
 
 output_base environment variable ( Index Term Link )
 
 output_class_prefix environment variable ( Index Term Link )
 
 output_derived_type environment variable ( Index Term Link )
 
 output_dynamic_type environment variable ( Index Term Link ) ( Index Term Link )
 
 output_inherited_members environment variable ( Index Term Link )
 
 output_list_size environment variable ( Index Term Link )
 
 output_log_file_name environment variable ( Index Term Link )
 
 output_max_string_length environment variable ( Index Term Link )
 
 output_no_literal environment variable ( Index Term Link )
 
 output_pretty_print environment variable ( Index Term Link )
 
 output_short_file_name environment variable ( Index Term Link )
 
 overload_function environment variable ( Index Term Link )
 
 overload_operator environment variable ( Index Term Link )
    
P
 
 pathmap command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  using to map the compile-time directory to the debug-time directory ( Index Term Link )
 
 -perm event specification modifier ( Index Term Link )
 
 pointers
  dereferencing ( Index Term Link )
  printing ( Index Term Link )
 
 pop_auto_destruct environment variable ( Index Term Link )
 
 pop command
  syntax ( Index Term Link )
  using to change the current stack frame ( Index Term Link )
  using to pop frames from the call stack ( Index Term Link )
  using to pop one frame from the call stack ( Index Term Link )
  using to remove frames from the call stack ( Index Term Link )
 
 popping
  one frame of the call stack ( Index Term Link )
  the call stack ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 predefined variables for event specification ( Index Term Link )
 
 preloading librtc.so ( Index Term Link )
 
 pretty-printing, using ( Index Term Link )
 
 print command
  syntax ( Index Term Link )
  syntax to slice a C or C++ array ( Index Term Link )
  syntax to slice a Fortran array ( Index Term Link )
  using to dereference a pointer ( Index Term Link )
  using to evaluate a function instantiation or a member function of a class template ( Index Term Link )
  using to evaluate a variable or expression ( Index Term Link )
  using to print the value of an expression ( Index Term Link )
 
 printing
  a list of all class and function template instantiations ( Index Term Link ) ( Index Term Link )
  a list of occurrences of a symbol ( Index Term Link )
  a pointer ( Index Term Link )
  a source listing ( Index Term Link )
  arrays ( Index Term Link )
  data member ( Index Term Link )
  field type ( Index Term Link )
  list of all known threads ( Index Term Link )
  list of threads normally not printed (zombies) ( Index Term Link )
  member functions ( Index Term Link )
  shared, private, and threadprivate variables in OpenMP code ( Index Term Link )
  the declaration of a type or C++ class ( Index Term Link )
  the name of the current module ( Index Term Link )
  the source listing for the specified function instantiation ( Index Term Link )
  the value of a variable or expression ( Index Term Link )
  the value of all the machine-level registers ( Index Term Link )
  the value of an expression ( Index Term Link )
  values of function template instantiations ( Index Term Link )
  variable type ( Index Term Link )
 
 proc command ( Index Term Link )
 
 proc_exclusive_attach environment variable ( Index Term Link )
 
 proc_gone event ( Index Term Link )
 
 procedure, calling ( Index Term Link )
 
 procedure linkage tables ( Index Term Link )
 
 process
  attached, using runtime checking on ( Index Term Link )
  child
   attaching dbx to ( Index Term Link )
   using runtime checking on ( Index Term Link )
  detaching from dbx ( Index Term Link ) ( Index Term Link )
  detaching from dbx and leaving in a stopped state ( Index Term Link )
  running, attaching dbx to ( Index Term Link ) ( Index Term Link )
  stopping execution ( Index Term Link )
  stopping with Ctrl+C ( Index Term Link )
 
 process control commands, definition ( Index Term Link )
 
 prog command ( Index Term Link )
 
 prog_new event ( Index Term Link )
 
 program
  continuing execution of ( Index Term Link )
   after fixing ( Index Term Link )
   at a specified line ( Index Term Link )
  fixing ( Index Term Link ) ( Index Term Link )
  killing ( Index Term Link ) ( Index Term Link )
  multithreaded
   debugging ( Index Term Link )
   resuming execution of ( Index Term Link )
  resuming execution of at a specific line ( Index Term Link )
  running ( Index Term Link )
   under dbx, impacts of ( Index Term Link )
   with runtime checking turned on ( Index Term Link )
  single stepping through ( Index Term Link )
  status, checking ( Index Term Link )
  stepping through ( Index Term Link )
  stopping execution
   if a conditional statement evaluates to true ( Index Term Link )
   if the value of a specified variable has changed ( Index Term Link )
  stripped ( Index Term Link )
    
Q
 
 qualifying symbol names ( Index Term Link )
 
 quit command ( Index Term Link )
 
 quitting a dbx session ( Index Term Link )
 
 quitting dbx ( Index Term Link )
    
R
 
 reading a stack trace ( Index Term Link )
 
 reading in
  debugging information for a module ( Index Term Link )
  debugging information for all modules ( Index Term Link )
 
 registers
  AMD64 architecture ( Index Term Link )
  Intel architecture ( Index Term Link )
  printing the value of ( Index Term Link )
  SPARC architecture ( Index Term Link )
 
 regs command ( Index Term Link ) ( Index Term Link )
 
 removing
  exception types from intercept list ( Index Term Link )
  the stopped in function from the call stack ( Index Term Link )
 
 replay command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 replaying a saved debugging run ( Index Term Link )
 
 reporting where an exception type would be caught ( Index Term Link )
 
 rerun command ( Index Term Link )
 
 resetting application files for replay ( Index Term Link )
 
 restore command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 restoring a saved debugging run ( Index Term Link )
 
 -resumeone event specification modifier ( Index Term Link ) ( Index Term Link )
 
 resuming
  execution of a multithreaded program ( Index Term Link )
  program execution at a specific line ( Index Term Link )
 
 returns event ( Index Term Link ) ( Index Term Link )
 
 rprint, command ( Index Term Link )
 
 rtc_auto_continue environment variable ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 rtc_auto_suppress environment variable ( Index Term Link ) ( Index Term Link )
 
 rtc_biu_at_exit environment variable ( Index Term Link )
 
 rtc_error_limit environment variable ( Index Term Link ) ( Index Term Link )
 
 rtc_error_log_file_name environment variable ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 rtc_error_stack environment variable ( Index Term Link )
 
 rtc_inherit environment variable ( Index Term Link )
 
 rtc_mel_at_exit environment variable ( Index Term Link )
 
 rtc showmap command ( Index Term Link )
 
 rtc skippatch command ( Index Term Link )
 
 rtld ( Index Term Link )
 
 run_autostart environment variable ( Index Term Link )
 
 run command ( Index Term Link ) ( Index Term Link )
 
 run_io environment variable ( Index Term Link )
 
 run_pty environment variable ( Index Term Link )
 
 run_quick environment variable ( Index Term Link )
 
 run_savetty environment variable ( Index Term Link )
 
 run_setpgrp environment variable ( Index Term Link )
 
 runargs command ( Index Term Link )
 
 running a program ( Index Term Link ) ( Index Term Link )
  in dbx without arguments ( Index Term Link ) ( Index Term Link )
  with runtime checking turned on ( Index Term Link )
 
 runtime checking
  a child process ( Index Term Link )
  access checking ( Index Term Link )
  an attached process ( Index Term Link )
  application programming interface ( Index Term Link )
  error suppression ( Index Term Link )
  errors ( Index Term Link )
  fixing memory leaks ( Index Term Link )
  memory access
   checking ( Index Term Link )
   error report ( Index Term Link )
   errors ( Index Term Link ) ( Index Term Link )
  memory leak
   checking ( Index Term Link ) ( Index Term Link )
   error report ( Index Term Link )
   errors ( Index Term Link ) ( Index Term Link )
  memory use checking ( Index Term Link )
  possible leaks ( Index Term Link )
  requirements ( Index Term Link )
  suppressing errors ( Index Term Link )
   default ( Index Term Link )
   examples ( Index Term Link )
  suppression of last error ( Index Term Link )
  troubleshooting tips ( Index Term Link )
  turning off ( Index Term Link )
  types of error suppression ( Index Term Link )
  using fix and continue with ( Index Term Link )
  using in batch mode ( Index Term Link )
   directly from dbx ( Index Term Link )
  when to use ( Index Term Link )
    
S
 
 sample .dbxrc file ( Index Term Link )
 
 save command ( Index Term Link ) ( Index Term Link )
 
 saving
  debugging run to a file ( Index Term Link ) ( Index Term Link )
  series of debugging runs as checkpoints ( Index Term Link )
 
 scope
  changing the visiting ( Index Term Link )
  current ( Index Term Link ) ( Index Term Link )
  defined ( Index Term Link )
  lookup rules, relaxing ( Index Term Link )
  visiting ( Index Term Link )
   changing ( Index Term Link )
   components of ( Index Term Link )
 
 scope_global_enums environment variable ( Index Term Link )
 
 scope_look_aside environment variable ( Index Term Link ) ( Index Term Link )
 
 scope resolution operators ( Index Term Link )
 
 scope resolution search path ( Index Term Link )
 
 scopes command ( Index Term Link )
 
 search command ( Index Term Link )
 
 segmentation fault
  finding line number of ( Index Term Link )
  Fortran, causes ( Index Term Link )
  generating ( Index Term Link )
 
 selecting from a list of C++ ambiguous function names ( Index Term Link )
 
 session, dbx
  quitting ( Index Term Link )
  starting ( Index Term Link )
 
 session_log_file_name environment variable ( Index Term Link )
 
 setting
  a trace ( Index Term Link )
  breakpoints
   at a member function of a template class or at a template function ( Index Term Link )
   at all instances of a function template ( Index Term Link )
   in member functions of different classes ( Index Term Link )
   in member functions of the same class ( Index Term Link )
   in objects ( Index Term Link )
   on code that has not yet been loaded by the JVM software ( Index Term Link )
   with filters that contain function calls ( Index Term Link )
  dbx environment variables with the dbxenv command ( Index Term Link )
  filters on breakpoints ( Index Term Link )
  multiple breakpoints in nonmember functions ( Index Term Link )
 
 shared libraries
  compiling for dbx ( Index Term Link )
  setting breakpoints in ( Index Term Link )
 
 shared objects
  fixing ( Index Term Link )
  using fix and continue with ( Index Term Link )
 
 showblock command ( Index Term Link ) ( Index Term Link )
 
 showleaks command
  default output of ( Index Term Link )
  error limit for ( Index Term Link )
  report resulting from ( Index Term Link )
  syntax ( Index Term Link )
  using to ask for a leaks report ( Index Term Link )
 
 showmemuse command ( Index Term Link ) ( Index Term Link )
 
 sig event ( Index Term Link )
 
 signals
  cancelling ( Index Term Link )
  catching ( Index Term Link )
  changing default lists ( Index Term Link )
  forwarding ( Index Term Link )
  FPE, trapping ( Index Term Link )
  handling automatically ( Index Term Link )
  ignoring ( Index Term Link )
  listing those currently being ignored ( Index Term Link )
  listing those currently being trapped ( Index Term Link )
  names that dbx accepts ( Index Term Link )
  sending in a program ( Index Term Link )
 
 single stepping
  at the machine-instruction level ( Index Term Link )
  through a program ( Index Term Link )
 
 slicing
  arrays ( Index Term Link )
  C and C++ arrays ( Index Term Link )
  Fortran arrays ( Index Term Link )
 
 source command ( Index Term Link )
 
 source files, finding ( Index Term Link ) ( Index Term Link )
 
 source listing, printing ( Index Term Link )
 
 SPARC registers ( Index Term Link )
 
 specifying a path for class files that use custom class loaders ( Index Term Link )
 
 stack_find_source environment variable ( Index Term Link ) ( Index Term Link )
 
 stack frame, defined ( Index Term Link )
 
 stack_max_size environment variable ( Index Term Link )
 
 stack trace ( Index Term Link )
  displaying ( Index Term Link )
  example ( Index Term Link ) ( Index Term Link )
  reading ( Index Term Link )
  using on OpenMP code ( Index Term Link )
 
 stack_verbose environment variable ( Index Term Link )
 
 starting dbx ( Index Term Link )
 
 startup options ( Index Term Link )
 
 status command ( Index Term Link )
 
 step_abflow environment variable ( Index Term Link )
 
 step command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 step event ( Index Term Link )
 
 step_events environment variable ( Index Term Link ) ( Index Term Link )
 
 step_granularity environment variable ( Index Term Link ) ( Index Term Link )
 
 step to command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 step up command ( Index Term Link ) ( Index Term Link )
 
 stepi command ( Index Term Link ) ( Index Term Link )
 
 stepping through a program ( Index Term Link ) ( Index Term Link )
 
 stop at command ( Index Term Link ) ( Index Term Link )
 
 stop change command ( Index Term Link )
 
 stop command ( Index Term Link )
  syntax ( Index Term Link )
  using to set breakpoint at all member functions of a C++ template class ( Index Term Link )
  using to set breakpoints at all instances of a function template ( Index Term Link )
  using to stop in all member functions of a C++ template class ( Index Term Link )
 
 stop event ( Index Term Link )
 
 stop inclass command ( Index Term Link )
 
 stop inmember command ( Index Term Link )
 
 stopi command ( Index Term Link ) ( Index Term Link )
 
 stopping
  a process with Ctrl+C ( Index Term Link )
  in all member functions of a template class ( Index Term Link )
  process execution ( Index Term Link )
  program execution
   if a conditional statement evaluates to true ( Index Term Link )
   if the value of a specified variable has changed ( Index Term Link )
 
 striding across slices of arrays ( Index Term Link )
 
 stripped programs ( Index Term Link )
 
 suppress command
  syntax ( Index Term Link )
  using to limit reporting of runtime checking errors ( Index Term Link )
  using to list errors being suppressed in files not compiled for debugging ( Index Term Link )
  using to manage runtime checking errors ( Index Term Link )
  using to suppress runtime checking errors ( Index Term Link )
 
 suppress_startup_message environment variable ( Index Term Link )
 
 suppression of last error ( Index Term Link )
 
 symbol_info_compression environment variable ( Index Term Link )
 
 symbol names, qualifying scope ( Index Term Link )
 
 symbols
  choosing among multiple occurrences of ( Index Term Link )
  determining which dbx uses ( Index Term Link )
  printing a list of occurrences ( Index Term Link )
 
 sync command ( Index Term Link )
 
 sync event ( Index Term Link )
 
 syncrtld event ( Index Term Link )
 
 syncs command ( Index Term Link )
 
 sysin event ( Index Term Link )
 
 sysout event ( Index Term Link )
 
 system event specifications ( Index Term Link )
    
T
 
 -temp event specification modifier ( Index Term Link )
 
 templates
  class ( Index Term Link )
   stopping in all member functions of ( Index Term Link )
  displaying the definitions of ( Index Term Link ) ( Index Term Link )
  function ( Index Term Link )
  instantiations ( Index Term Link )
   printing a list of ( Index Term Link ) ( Index Term Link )
  looking up declarations of ( Index Term Link )
 
 thr_create event ( Index Term Link ) ( Index Term Link )
 
 thr_exit event ( Index Term Link ) ( Index Term Link )
 
 thread, resuming only the first in which a breakpoint was hit ( Index Term Link )
 
 thread command ( Index Term Link ) ( Index Term Link )
 
 thread creation, understanding ( Index Term Link )
 
 -thread event specification modifier ( Index Term Link )
 
 threads
  current, displaying ( Index Term Link )
  information displayed for ( Index Term Link )
  list, viewing ( Index Term Link )
  other, switching viewing context to ( Index Term Link )
  printing list of all known ( Index Term Link )
  printing list of normally not printed (zombies) ( Index Term Link )
  switching to by thread id ( Index Term Link )
 
 threads command ( Index Term Link ) ( Index Term Link )
 
 throw event ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 timer event ( Index Term Link )
 
 trace command ( Index Term Link ) ( Index Term Link )
 
 trace output, directing to a file ( Index Term Link )
 
 trace_speed environment variable ( Index Term Link ) ( Index Term Link )
 
 tracei command ( Index Term Link ) ( Index Term Link )
 
 traces
  controlling speed of ( Index Term Link )
  implementing ( Index Term Link )
  listing ( Index Term Link ) ( Index Term Link )
  setting ( Index Term Link )
 
 tracing at the machine-instruction level ( Index Term Link )
 
 trip counters ( Index Term Link )
 
 troubleshooting tips, runtime checking ( Index Term Link )
 
 turning off
  runtime checking ( Index Term Link )
  the display of a particular variable or expression ( Index Term Link )
  the display of all currently monitored variables ( Index Term Link )
 
 turning on
  memory access checking ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  memory leak checking ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  memory use checking ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 types
  declarations, looking up ( Index Term Link )
  derived, Fortran ( Index Term Link )
  looking up declarations of ( Index Term Link )
  looking up definitions of ( Index Term Link )
  printing the declaration of ( Index Term Link )
  viewing ( Index Term Link )
    
U
 
 uncheck command ( Index Term Link ) ( Index Term Link )
 
 undisplay command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 unhide command ( Index Term Link ) ( Index Term Link )
 
 unintercept command ( Index Term Link ) ( Index Term Link )
 
 unsuppress command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 unwatch command ( Index Term Link )
 
 up command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 use command ( Index Term Link )
    
V
 
 variable type, displaying ( Index Term Link )
 
 variables
  assigning values to ( Index Term Link ) ( Index Term Link )
  changing after fixing ( Index Term Link )
  declarations, looking up ( Index Term Link )
  determining which dbx is evaluating ( Index Term Link )
  displaying functions and files in which defined ( Index Term Link )
  event specific ( Index Term Link ) ( Index Term Link )
  examining ( Index Term Link )
  looking up declarations of ( Index Term Link )
  looking up definitions of ( Index Term Link )
  monitoring changes ( Index Term Link )
  outside of scope ( Index Term Link )
  printing the value of ( Index Term Link )
  qualifying names ( Index Term Link )
  turning off the display of ( Index Term Link )
  viewing ( Index Term Link )
 
 verifying which variable dbx is evaluating ( Index Term Link )
 
 viewing
  classes ( Index Term Link )
  members ( Index Term Link )
  the context of another thread ( Index Term Link )
  the threads list ( Index Term Link )
  types ( Index Term Link )
  variables ( Index Term Link )
 
 visiting scope ( Index Term Link )
  changing ( Index Term Link ) ( Index Term Link )
  components of ( Index Term Link )
    
W
 
 walking the call stack ( Index Term Link ) ( Index Term Link )
 
 watch command ( Index Term Link )
 
 whatis command ( Index Term Link ) ( Index Term Link )
  syntax ( Index Term Link )
  using to display the definitions of templates and instances ( Index Term Link )
  using to obtain the function name assigned by the compiler ( Index Term Link )
 
 when breakpoint at a line, setting ( Index Term Link )
 
 when command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 wheni command ( Index Term Link )
 
 where command ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 whereami command ( Index Term Link )
 
 whereis command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 which command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 whocatches command ( Index Term Link ) ( Index Term Link )
    
X
 
 x command ( Index Term Link )