Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

C

C
debugging application that embeds a Java applicationindex iconDebugging a C Application or C++ Application That Embeds a Java Application
source files, specifying the location ofindex iconSpecifying the Location of Your C Source Files or C++ Source Files
C++
ambiguous or overloaded functionsindex iconSelecting From a List of C++ Ambiguous Function Names
backquote operatorindex iconBackquote Operator
class
declarations, looking upindex iconViewing Variables, Members, Types, and Classes
definition, looking upindex iconLooking Up Definitions of Types and Classes
displaying all the data members directly defined byindex iconPrinting C++ Pointers
displaying all the data members inherited fromindex iconPrinting C++ Pointers
printing the declaration ofindex iconLooking Up Definitions of Types and Classes
seeing inherited membersindex iconLooking Up Definitions of Types and Classes
viewingindex iconViewing Variables, Members, Types, and Classes
compiling with the -g optionindex iconCompiling With the g Option
compiling with the -g0 optionindex iconCompiling With the g Option
debugging application that embeds a Java applicationindex iconDebugging a C Application or C++ Application That Embeds a Java Application
double-colon scope resolution operatorindex iconC++ Double-Colon Scope Resolution Operator
exception handlingindex iconException Handling in dbx
function template instantiations, listingindex iconLooking Up Definitions of Variables, Members, and Functions
inherited membersindex iconLooking Up Definitions of Types and Classes
mangled namesindex iconLinker Names
object pointer typesindex iconPrinting C++ Pointers
printingindex iconPrinting C++ Pointers
setting multiple breakpoints
index iconSetting Breakpoints in Member Functions of Different Classes
index iconSetting Multiple Breakpoints in C++ Programs
source files, specifying the location ofindex iconSpecifying the Location of Your C Source Files or C++ Source Files
template debuggingindex iconDebugging With C++ Templates
template definitions
displayingindex iconLooking Up Definitions of Variables, Members, and Functions
fixingindex iconFixing C++ Template Definitions
tracing member functionsindex iconSetting a Trace
unnamed argumentsindex iconEvaluating Unnamed Arguments in C++ Programs
using dbx withindex iconUsing dbx With C++
c_array_op dbxenv variableindex icondbx Environment Variables
call safetyindex iconCall Safety
call stackindex iconUsing the Call Stack
deleting
all frame filtersindex iconHiding Stack Frames
framesindex iconHiding Stack Frames
finding your place onindex iconFinding Your Place on the Stack
frame, definedindex iconUsing the Call Stack
hiding framesindex iconHiding Stack Frames
looking atindex iconLooking at the Call Stack
moving
downindex iconMoving Down the Stack
to a specific frame inindex iconMoving to a Specific Frame
upindex iconMoving Up the Stack
popping
index iconpop Command
index iconChanging a Function Presently on the Stack
index iconChanging a Function Currently Being Executed
index iconPopping the Call Stack
one frame ofindex iconChanging Variables After Fixing
removing the stopped-in function fromindex iconPopping the Call Stack
walking
index iconWalking the Stack and Returning Home
index iconWalking the Call Stack to Navigate To Code
call command
safetyindex iconCall Safety
syntaxindex iconcall Command
using to call a functionindex iconCalling a Function
using to call a function explicitlyindex iconCalling a Function
using to call a procedure
index iconcall Command
index iconCalling a Function
using to explicitly call a function instantiation or member function of a class templateindex iconcall Command
calling
function
index iconCalling a Function
index iconCalling a Function
function instantiation or member function of a class templateindex iconcall Command
member template functionsindex iconDebugging With C++ Templates
procedureindex iconcall Command
cancel commandindex iconcancel Command
catch blocksindex iconException Handling in dbx
catch commandindex iconTrapping the FPE Signal (Oracle Solaris Only)
catch signal listindex iconCatching Signals
catch command
index iconcatch Command
index iconCatching Signals
catching exceptions of a specific typeindex iconintercept Command
change eventindex iconchange Event Specification
changing
default signal listsindex iconChanging the Default Signal Lists
executed functionindex iconChanging an Executed Function
function currently being executedindex iconChanging a Function Currently Being Executed
function not yet calledindex iconChanging a Function Not Yet Called
function presently on the stackindex iconChanging a Function Presently on the Stack
variables after fixingindex iconChanging Variables After Fixing
check command
index iconcheck Command
index iconEnabling All Runtime Checking
index iconEnabling Memory Access Checking
index iconFinding Memory Access Problems and Memory Leaks
–access optionindex iconaccess Option
–all optionindex iconall Option
combining leaksindex iconCombining Leaks
–leaks optionindex iconleaks Option
–memuse optionindex iconmemuse Option
checkpoints, saving a series of debugging runs asindex iconSaving a Series of Debugging Runs as Checkpoints
child process
attaching dbx toindex iconAttaching to Child Processes
debuggingindex iconAttaching to Child Processes
interacting with eventsindex iconInteracting With Events
using runtime checking onindex iconUsing Runtime Checking on a Child Process
choosing among multiple occurrences of a symbolindex iconChoosing Among Multiple Occurrences
class template instantiations, printing a list ofindex iconDebugging With C++ Templates
class template instantiations, printing a list ofindex iconwhereis Command
classes
displaying all the data members directly defined byindex iconPrinting C++ Pointers
displaying all the data members inherited fromindex iconPrinting C++ Pointers
looking up declarations ofindex iconViewing Variables, Members, Types, and Classes
looking up definitions ofindex iconLooking Up Definitions of Types and Classes
printing the declarations ofindex iconLooking Up Definitions of Types and Classes
seeing inherited membersindex iconLooking Up Definitions of Types and Classes
viewingindex iconViewing Variables, Members, Types, and Classes
CLASSPATHX dbxenv variable
index iconEnvironment Variables for Java Debugging
index icondbx Environment Variables
clear commandindex iconclear Command
clearing breakpointsindex iconListing and Deleting Breakpoints
collector hwprofile commandindex iconcollector hwprofile Command
collector archive commandindex iconcollector archive Command
collector dbxsample commandindex iconcollector dbxsample Command
collector disable commandindex iconcollector disable Command
collector enable commandindex iconcollector enable Command
collector heaptrace commandindex iconcollector heaptrace Command
collector limit commandindex iconcollector limit Command
collector pause commandindex iconcollector pause Command
collector profile commandindex iconcollector profile Command
collector resume commandindex iconcollector resume Command
collector sample commandindex iconcollector sample Command
collector show commandindex iconcollector show Command
collector status commandindex iconcollector status Command
collector store commandindex iconcollector store Command
collector synctrace commandindex iconcollector synctrace Command
collector tha commandindex iconcollector tha Command
collector version commandindex iconcollector version Command
collector commandindex iconcollector Command
commandsindex iconCommand Reference
dbxenvindex iconSetting dbxenv Variables
debug
using to attach to a child processindex iconAttaching to Child Processes
fix
effects ofindex iconFixing Your File
handling exceptionsindex iconCommands for Handling Exceptions
killindex iconChecking for Leaks
print
using to dereference a pointerindex iconDereferencing Pointers
process controlindex iconControlling Program Execution
setting startup propertiesindex iconSetting Startup Properties
stop
using to set breakpoint at all member functions of a C++ template classindex iconstop inclass Command
that alter the state of your programindex iconCommands That Alter the State of the Program
threadindex iconViewing the Context of Another Thread
whenindex iconEvent Handlers
compiling
code for debuggingindex iconCompiling Your Code for Debugging
optimized codeindex iconCompiling With the g Option
with the –g0 optionindex iconCompiling a Program for Debugging
with the –g optionindex iconCompiling a Program for Debugging
cond eventindex iconcond Event Specification
cont command
continuing execution of your program with
index iconRunning Your Program
index iconContinuing Execution of a Program
limitations for files compiled without debugging informationindex iconHow Fix and Continue Operates
syntaxindex iconcont Command
using to continue execution after restoring a global variableindex iconChanging Variables After Fixing
using to continue execution of your program after fixingindex iconContinuing After Fixing
using to continue execution of your program from a different lineindex iconChanging a Function Presently on the Stack
using to continue execution of your program from a different line
index iconcont at Command
index iconContinuing Execution of a Program
using to resume execution of a multithreaded programindex iconResuming Execution
continuing execution of a programindex iconContinuing Execution of a Program
after fixingindex iconContinuing After Fixing
at a specified line
index iconcont at Command
index iconContinuing Execution of a Program
core file
core file truncationindex iconIf Your Core File Is Truncated
debugging
index iconDebugging a Core File
index iconExamining a Core File
debugging mismatchedindex iconDebugging a Mismatched Core File
examiningindex iconExamining a Core File
using debug command to debug a core fileindex iconDebugging a Core File in the Same Operating Environment
core_lo_pathmap dbxenv variableindex icondbx Environment Variables
count
usingindex iconUsing Count
creating
a .dbxrc fileindex iconCreating a .dbxrc File
event handlersindex iconCreating Event Handlers
creating a separate debug fileindex iconHow to Create a Separate Debug File
current addressindex iconTypes of Program Locations
current procedure and fileindex iconCurrent Procedure and File
customizing dbxindex iconCustomizing dbx