windbg_find_symbols
Search symbols across modules by pattern to locate functions and variables in WinDbg debugging sessions.
Instructions
Search symbols by pattern across modules (cdb 'x'). Pattern: 'mod!func'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Symbol pattern, e.g. 'kernel32!Create*' |