Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Studio 12.3: Debugging a Program With dbx Oracle Solaris Studio 12.3 Information Library |
4. Viewing and Navigating To Code
5. Controlling Program Execution
6. Setting Breakpoints and Traces
8. Evaluating and Displaying Data
11. Debugging Multithreaded Applications
16. Debugging Fortran Using dbx
17. Debugging a Java Application With dbx
18. Debugging at the Machine-Instruction Level
19. Using dbx With the Korn Shell
20. Debugging Shared Libraries
The nexti command steps one machine instruction (stepping over calls). It is valid only in native mode.
Step one machine instruction (step over calls).
Step n machine instructions (step over calls).
Deliver the given signal while stepping.
Step the given LWP.
Step the LWP on which the given thread is active. Will not implicitly resume all LWPs when stepping over a function.
where:
n is the number of instructions to step.
signal is the name of a signal.
thread_id is a thread ID.
lwp_id is an LWP ID.