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

Printing backtrace ip for x86_64-fortanix-unknown-sgx #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VardhanThigle
Copy link
Owner

Ref: #1
As we do not support symbol resolution for this target, we need to always print the frame ip addresses for the backtrace, which can be converted later using addr2line

src/print.rs Outdated
true
} else {
false
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let mut print_frame_ip = PrintFmt::Full == self.fmt.format;

Copy link
Owner Author

@VardhanThigle VardhanThigle Dec 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jethrogb Fixed in current push.

@VardhanThigle VardhanThigle force-pushed the Vardhan/fix_x86_64-fortanix-unknown-sgx branch from 553cf52 to 52c8c06 Compare December 11, 2019 06:35
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.

2 participants