Home
last modified time | relevance | path

Searched refs:addr_min_width (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp291 const int addr_min_width = 2 + 8; // "0x" + 4 address bytes in DumpAdditionalExceptionInformation() local
318 << llvm::format_hex(access_violation_address, addr_min_width); in DumpAdditionalExceptionInformation()
345 << llvm::format_hex(page_load_error_address, addr_min_width) in DumpAdditionalExceptionInformation()