Skip to content

Conversation

malsyned
Copy link
Contributor

When Python Frame Filters are used, GDB doesn't include a fullname= field in its -stack-list-frames response record. Fall back to the value of file= instead of reporting Unknown Source.

Fixes #1155

When Python Frame Filters are used, GDB doesn't include a fullname=
field in its -stack-list-frames response record. Fall back to the value
of file= instead of reporting Unknown Source.

Fixes Marus#1155
@malsyned malsyned changed the title mi2:stack-list-frames: use file= if fullname= is missing MI2.getStack(): use file= field of stack-list-frames reply if fullname= is missing Sep 19, 2025
@haneefdm haneefdm merged commit 80a8765 into Marus:master Oct 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Call stack has "Unknown Source" for all frames when GDB Frame Filters are used

2 participants