lldb_symbols
Look up symbols like functions, variables, and types in an executable using name, regex, address, or type searches to debug C/C++ programs.
Instructions
Look up symbols (functions, variables, types) in an executable.
Search types:
- 'name': Exact symbol name lookup
- 'regex': Regular expression pattern matching
- 'address': Find symbol at a specific address
- 'type': Look up a type definition
Args:
params: SymbolLookupInput with query and search type
Returns:
str: Symbol information including address and source locationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |