Bug 18566 - Frame filters cannot display minsyms
Summary: Frame filters cannot display minsyms
Status: RESOLVED INVALID
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 18565
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-20 17:56 UTC by Jan Kratochvil
Modified: 2024-06-21 23:17 UTC (History)
2 users (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 Jan Kratochvil 2015-06-20 17:56:26 UTC
Not sure if it is a bug or not.

The fix in PR 18565 is using find_frame_funname() which can return a minsym.
But the Python API has no way how to return it.
Comment 1 Hannes Domani 2024-06-21 16:34:39 UTC
What exactly is the issue here?
Is there some way to reproduce the problem?
Comment 2 Jan Kratochvil 2024-06-21 23:17:00 UTC
I do not remember.