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

Add source level debugging info to LLVM output #689

Closed
brson opened this issue Jul 14, 2011 · 2 comments
Closed

Add source level debugging info to LLVM output #689

brson opened this issue Jul 14, 2011 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Jul 14, 2011

In addition to being useful for debugging, this seems to be a prerequisite for generating gcov output.

@msullivan
Copy link
Contributor

That'll be really useful. Having rust line numbers in backtraces would be great.
How tricky would it be to be able to inspect variables? Is there a good way to describe our data types to a debugger?
This means we'll need to start tracking span information in trans properly, too.

@msullivan
Copy link
Contributor

This looks to be a dupe of #237.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
unix: add fexecve()

Add missing fexecve() - execute program specified via file descriptor.

Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
- Change `#[kani::proof]` expansion so it doesn't include `#[no_mangle]` but includes `[allow(dead_code)]`. (rust-lang#661 and rust-lang#689).

- Add a check for harnesses with arguments and merge the checks into one function (rust-lang#1919). 

Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
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

No branches or pull requests

2 participants