# man > dwp(1)

---
type: CommandReference
command: dwp
mode: man
section: 1
source: man-pages
---

## Quick Reference

- `dwp -e <executable>` — get list of DWO files from executable, output to `<executable>.dwp`
- `dwp -o <output.dwp> <file.dwo>...` — specify output DWP file name
- `dwp --verify-only -e <executable>` — verify output file against executable
- `dwp -v` — verbose output
- `dwp -V` — print version

## Name

**dwp** — The DWARF packaging utility

## Synopsis

**dwp** [_options_] [_file_...]

## Options

- `-h, --help` — print this help message
- `-e, --exec` — get list of DWO files from EXE (defaults output to EXE.dwp)
- `-o, --output` — set output DWP file name
- `-v, --verbose` — verbose output
- `--verify-only` — verify output file against exec file
- `-V, --version` — print version number