Skip to content

dump content of a shared memory object to stdout

License

Notifications You must be signed in to change notification settings

mayurah/dump_shm

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 72.7%
  • C++ 20.1%
  • Shell 7.2%