gdb_backtrace
Get a stack backtrace from an embedded device to diagnose crashes. With debug symbols, shows function names, file paths, and line numbers for precise fault location.
Instructions
Get a stack backtrace. With debug symbols loaded, shows function names, file paths, and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include local variables in each frame (default false) |