Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 749 Bytes

Dump SHM

This application dumps the content of a shared memory object to stdout.

Dependencies

On Arch linux they are available via the official repositories and the AUR:

Build

cmake -B build . -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
cmake --build build 

Use

dump_shm <shm_name>