ATLAS Offline Software
|
#include "CxxUtils/hexdump.h"
#include "CxxUtils/procmaps.h"
#include "boost/io/ios_state.hpp"
#include <iomanip>
#include <cstdint>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
CxxUtils | |
Functions | |
void | CxxUtils::hexdump (std::ostream &s, const void *addr, size_t n, size_t offset=0) |
Make a hex dump of memory. More... | |
void | CxxUtils::safeHexdump (std::ostream &s, const void *addr, size_t n, size_t offset=0) |
Make a hex dump of memory, protected against bad reads. More... | |