Skip to content
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

rust-gdb set breakpoints in all the functions in a file #124009

Open
tannal opened this issue Apr 16, 2024 · 0 comments
Open

rust-gdb set breakpoints in all the functions in a file #124009

tannal opened this issue Apr 16, 2024 · 0 comments
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues. WG-debugging Working group: Bad Rust debugging experiences

Comments

@tannal
Copy link

tannal commented Apr 16, 2024

In gdb we can do

rb hello.cc:.

which will set a breakpoint for every function in hello.cc

but in rust-gdb rb hello.rs:. doesn't do anything.

@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Apr 16, 2024
@Nilstrieb Nilstrieb added C-discussion Category: Discussion or questions that doesn't represent real issues. WG-debugging Working group: Bad Rust debugging experiences and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues. WG-debugging Working group: Bad Rust debugging experiences
Projects
None yet
Development

No branches or pull requests

3 participants