lldb_help
Get help on LLDB debugging commands and usage, including syntax, options, and specific topics like breakpoints or memory inspection.
Instructions
Get help on LLDB commands and usage.
Provides:
- General LLDB usage (empty topic)
- Help on specific commands (e.g., 'breakpoint', 'memory')
- Command syntax and options
Args:
topic: Command or topic to get help on (empty for general help)
Returns:
str: Help text for the specified topicInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |