Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw::dump Namespace Reference
Loading...
Searching...
No Matches
pw::dump Namespace Reference

Hexdump utilities. More...

Overview

Hexdump utilities.

Classes

class  FormattedHexDumper
 

Functions

Status DumpAddr (span< char > dest, uintptr_t addr)
 
Status DumpAddr (span< char > dest, const void *ptr)
 
template<std::size_t kBytesPerLine = 16>
void LogBytes (int log_level, pw::ConstByteSpan bytes)
 

Variables

constexpr const size_t kHexAddrStringSize = sizeof(uintptr_t) * 2 + 2