mayurah / dump_shm

dump content of a shared memory object to stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump SHM

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

Build

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

Use

dump_shm <shm_name>

About

dump content of a shared memory object to stdout

License:MIT License


Languages

Language:CMake 72.6%Language:C++ 20.1%Language:Shell 7.2%