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

Support source lines information extraction for DWARF 5 #3535

Closed
Tracked by #3703
XVilka opened this issue May 29, 2023 · 0 comments · Fixed by #3703
Closed
Tracked by #3703

Support source lines information extraction for DWARF 5 #3535

XVilka opened this issue May 29, 2023 · 0 comments · Fixed by #3703

Comments

@XVilka
Copy link
Member

XVilka commented May 29, 2023

See librz/bin/dwarf.c:

	// TODO finish parsing of source files out of DWARF 5 header
	// for now we skip
	if (hdr->version == 5) {
		tmp_buf += hdr->header_length;
		return tmp_buf;
	}

See https://dwarfstd.org/dwarf5std.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants