Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp326 const int page_load_error_code = args[0]; in DumpAdditionalExceptionInformation() local
329 switch (page_load_error_code) { in DumpAdditionalExceptionInformation()
340 stream << "Unknown page loading error (code " << page_load_error_code in DumpAdditionalExceptionInformation()