Skip to content

[NEW]: frame-selection commands: frame, up, down, select-frame, silently-up, silently-down #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GitMensch opened this issue Apr 10, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@GitMensch
Copy link
Contributor

Which command do you need
frame, up, down and their silent pendants, see GDB documentation
Note that frame and select-frame take a "frame-selection-spec", which is "no input", "a number", or a function-specifier (function-name or address; those are also possible in bp-related), up and down + silent variants take an optional number

Describe the rendering you'd like
Just as any other command

Examples & tests

frame
bt
f 3
up
silently-down 2

@GitMensch GitMensch added the enhancement New feature or request label Apr 10, 2025
pirpyn added a commit that referenced this issue Apr 26, 2025
@pirpyn
Copy link
Owner

pirpyn commented Apr 26, 2025

Will try to do that on the next few days. Needs some refactoring

pirpyn added a commit that referenced this issue Apr 28, 2025
pirpyn added a commit that referenced this issue Apr 28, 2025
pirpyn added a commit that referenced this issue Apr 28, 2025
@pirpyn
Copy link
Owner

pirpyn commented Apr 28, 2025

Image

@pirpyn pirpyn closed this as completed Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants