analyze_map
Analyze project MAP file to understand memory layout: view section sizes, symbol addresses, or search for specific symbols.
Instructions
Analyze the project MAP file to understand memory layout.
Shows memory section sizes, symbol addresses, or searches for a specific symbol.
Args: section: Filter by section name (e.g., ".text", ".bss", ".data"). Empty for overview. symbol: Search for a specific symbol in the MAP file.
Returns: MAP file analysis (memory layout, section sizes, or symbol info)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |