Skip to content

feat: debuginfod support - #160

Merged
swananan merged 5 commits into
mainfrom
feature/debuginfod-support
May 9, 2026
Merged

feat: debuginfod support#160
swananan merged 5 commits into
mainfrom
feature/debuginfod-support

Conversation

@swananan

@swananan swananan commented May 7, 2026

Copy link
Copy Markdown
Owner

Fixes #159

Usage:

sudo ./target/debug/ghostscope \
  -t /lib/x86_64-linux-gnu/libc.so.6 \
  --script 'trace gethostname { print "gethostname"; }' \
  --debuginfod on \
  --debuginfod-url https://debuginfod.ubuntu.com \
  --debuginfod-cache-dir /tmp/gs-debuginfod-cache \
  --debuginfod-timeout-secs 5 \
  --log \
  --log-file /tmp/ghostscope-debuginfod.log \
  --log-level info \
  --enable-sysmon-shared-lib

@swananan swananan changed the title Feature/debuginfod support feat: debuginfod support May 9, 2026
@swananan
swananan merged commit 89039c5 into main May 9, 2026
10 checks passed
@swananan
swananan deleted the feature/debuginfod-support branch May 9, 2026 15:28
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.

Consider supporting debuginfod

1 participant