Bug 18054 - "info frame" should print the name of the sniffer
Summary: "info frame" should print the name of the sniffer
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: cli (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 22:59 UTC by Tom Tromey
Modified: 2021-12-28 19:55 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2015-02-27 22:59:52 UTC
When debugging a JIT frame sniffer, it would be handy to see
if it worked or not.  One way would be if the "frame" command
printed the name of the unwinder that was used to determine
the current frame.
Comment 1 Tom Tromey 2021-12-28 19:55:00 UTC
You can turn on frame debugging now to get this information, since

commit a154d838a70e96d888620c072e2d6ea8bdf044ca
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Tue Jun 29 12:05:03 2021 -0400

    gdb: add names to unwinders, add debug messages when looking for unwinder

I'm going to close this since I think that's sufficient.