Skip to content

Feature/debuginfod support#160

Open
swananan wants to merge 5 commits intomainfrom
feature/debuginfod-support
Open

Feature/debuginfod support#160
swananan wants to merge 5 commits intomainfrom
feature/debuginfod-support

Conversation

@swananan
Copy link
Copy Markdown
Owner

@swananan swananan commented May 7, 2026

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

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