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#5926 libdw: Switch drsyms to use libdw from elfutils #6534

Merged
merged 26 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
db2b344
i#5926 libdw: Add new interface dr_running_under_dynamorio()
derekbruening Jan 2, 2024
5c1bcdd
i#5926 libdw: Switch drsyms to use libdw from elfutils
derekbruening Nov 28, 2023
54b6601
clang-format the autoconfig config.h for elfutils
derekbruening Jan 2, 2024
c83334c
DO NOT COMMIT: disable trailing spaces check as .patch files contain …
derekbruening Jan 2, 2024
221d3ab
Work around compiler warning
derekbruening Jan 2, 2024
a1ea6f6
Link libdw with pthread; install zlib on 32-bit GA CI and attempt to …
derekbruening Jan 2, 2024
b26e75b
Merge branch 'master' of github.com:DynamoRIO/dynamorio into i5926-li…
derekbruening Jan 2, 2024
aa0dec4
Try armhf packages for zlib for android
derekbruening Jan 2, 2024
2c2c2f6
Undo Android libz install attempt and instead go back to libelftc ins…
derekbruening Jan 2, 2024
c2af1ca
Re-add drsyms_dwarf.c to Android
derekbruening Jan 4, 2024
4ef8587
Patch realpath() call in __libdw_elfpath to avoid malloc
derekbruening Jan 4, 2024
eb113ec
Merge branch 'master' of github.com:DynamoRIO/dynamorio into i5926-li…
derekbruening Jan 4, 2024
79328c3
Wrap private lib init/fini call in try/except, and fix shared_data==N…
derekbruening Jan 5, 2024
91529e1
Change privlib crash message from warning to error so it will show up…
derekbruening Jan 5, 2024
303fd2e
DO NOT COMMIT: Remove all but ubuntu22 32-bit job and enable tmate
derekbruening Jan 5, 2024
02671e8
DO NOT COMMIT addendum: add in if-failure line, apparently needed to …
derekbruening Jan 5, 2024
924314f
Try renaming libz.a to force libz.so
derekbruening Jan 5, 2024
c476ac5
Install zlib1g too for .so
derekbruening Jan 5, 2024
6f89370
Revert "Install zlib1g too for .so"
derekbruening Jan 5, 2024
1e1fd75
Revert "Try renaming libz.a to force libz.so"
derekbruening Jan 5, 2024
d13e42f
Revert "DO NOT COMMIT addendum: add in if-failure line, apparently ne…
derekbruening Jan 5, 2024
e6fccd5
Revert "DO NOT COMMIT: Remove all but ubuntu22 32-bit job and enable …
derekbruening Jan 5, 2024
e53b7a9
Update copyright dates
derekbruening Jan 5, 2024
3c89b91
Install zlib1g:i386 for .so to avoid disastrous attempted use of non-…
derekbruening Jan 5, 2024
81f0461
Merge branch 'master' of github.com:DynamoRIO/dynamorio into i5926-li…
derekbruening Jan 5, 2024
ad8c1d0
Add DWARF-5 and elfutils license note to release notes
derekbruening Jan 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 0 additions & 103 deletions .github/workflows/ci-aarch64-native.yml

This file was deleted.

Loading
Loading