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

i#7046: Add Linux support to dr_create_memory_dump. #7053

Closed

Conversation

ivankyluk
Copy link
Contributor

This is the first change to add Linux support to dr_create_memory_dump. The memory dump is written in ELF format and save under the logs directory following the WIN example.

The code is test with the following change:

dr_memory_dump_spec_t spec;
spec.size = sizeof(dr_memory_dump_spec_t);
spec.flags = DR_MEMORY_DUMP_ELF;
dr_create_memory_dump(&spec);
and use "readelf -a" to ensure the elf file is built correctly.

Issue: #7046

@ivankyluk ivankyluk self-assigned this Oct 22, 2024
@ivankyluk ivankyluk marked this pull request as draft October 29, 2024 23:49
@ivankyluk ivankyluk closed this Oct 31, 2024
@ivankyluk ivankyluk changed the title i#7046 Add Linux support to dr_create_memory_dump. i#7046: Add Linux support to dr_create_memory_dump. Nov 7, 2024
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.

1 participant