# (Search for Disassembly Pattern)

Syntax

# pattern address-expression

Displays the first line of assembly that contains the specified pattern after address.

For example,

# strlen main
 

causes the debugger to look for the first reference to the function strlen after the entry point to main.