An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

![Build](https://github.com/parca-dev/parca-debuginfo/actions/workflows/build.yml/badge.svg)
![Container](https://github.com/parca-dev/parca-debuginfo/actions/workflows/container.yml/badge.svg)
[![Apache 2 License](https://img.shields.io/badge/license-Apache%202-blue.svg)](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.
```