Skip to content

Add support for ARM64 and musl and fix few mistakes#3

Open
vladmovchan wants to merge 18 commits intoPercona-Lab:masterfrom
vladmovchan:upstream-fixes-and-improvements
Open

Add support for ARM64 and musl and fix few mistakes#3
vladmovchan wants to merge 18 commits intoPercona-Lab:masterfrom
vladmovchan:upstream-fixes-and-improvements

Conversation

@vladmovchan
Copy link

  • Add support for musl C library
  • Import recent version of linux_syscall_support.h from google-breakpad and add ARM64 architecture support
  • Multiple fixes in parsing/saving vDSO segments
  • Make it possible for non-amd64 platforms to pass coredumper_unittest

Vladyslav Movchan added 18 commits April 26, 2021 14:44
Musl doesn't provide a way of explicitly identifying it, so find it
implicitly as "not glibc and not uclibc".
explicitly

This is necessary to address the following error with musl C library:
error: invalid application of 'sizeof' to incomplete type
'linux_syscall_support::timespec'
This is necessary to prevent creation of conflicting function
declarations in case of musl C library.
There should be just one PT_NOTE segment in a core file.
And otherwise gdb identify such core file as corrupted.
@dutow dutow self-requested a review January 10, 2023 09:50
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