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 dalias command defines a dbx-style (csh-style) alias. It is valid only in native mode.
(dbx alias) List all currently defined aliases.
List the definition, if any, of alias name.
Define name to be an alias for definition. definition may contain white space. A semicolon or newline terminates the definition.
where:
name is the name of an alias
definition is the definition of an alias.
dbx accepts the following csh history substitution meta-syntax, which is commonly used in aliases:
!:<n>
!-<n>
!^
!$
!*
The ! usually needs to be preceded by a backslash. For example:
dalias goto "stop at \!:1; cont; clear"
For more information, see the csh(1) man page.