Bug 15702 - Add options to backtrace and frame equivalent to options to "set print frame-arguments"
Summary: Add options to backtrace and frame equivalent to options to "set print frame-...
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: exp (show other bugs)
Version: HEAD
: P2 enhancement
Target Milestone: 9.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 18:05 UTC by dje
Modified: 2024-01-10 18:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dje 2013-06-28 18:05:39 UTC
IWBN if I could pass a value of "set print frame-arguments" to backtrace and frame without having to change global state (and then reset it back again).
Comment 1 Hannes Domani 2024-01-10 18:30:09 UTC
This is possible since gdb-9.1, via 'bt -frame-arguments':
```
  -frame-arguments all|scalars|none|presence
    Set printing of non-scalar frame arguments.
```