https://github.com/parca-dev/parca-debuginfo
A command line utility to handle tasks regarding debug information (extraction, upload and debugging)
https://github.com/parca-dev/parca-debuginfo
Last synced: 10 months ago
JSON representation
A command line utility to handle tasks regarding debug information (extraction, upload and debugging)
- Host: GitHub
- URL: https://github.com/parca-dev/parca-debuginfo
- Owner: parca-dev
- License: apache-2.0
- Created: 2022-08-02T14:34:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:07:06.000Z (over 1 year ago)
- Last Synced: 2025-01-18T11:42:00.973Z (12 months ago)
- Language: Go
- Size: 92.8 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)
# parca-debuginfo
A command line utility to handle tasks regarding debug information (extraction, upload and debugging)
## Configuration
Flags:
[embedmd]:# (dist/help.txt)
```txt
Usage: parca-debuginfo [flags]
Flags:
-h, --help Show context-sensitive help.
--log-level="info" Log level.
Commands:
upload --store-address=STRING [flags]
Upload debug information files.
extract ... [flags]
Extract debug information.
buildid [flags]
Extract buildid.
source [] [flags]
Build a source archive by discovering files from a given debuginfo file.
Run "parca-debuginfo --help" for more information on a command.
```