Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp955 if (!annotations.message2) in ExtractCrashInfoAnnotations()
958 std::string message2; in ExtractCrashInfoAnnotations() local
960 process.ReadCStringFromMemory(annotations.message2, message2, error); in ExtractCrashInfoAnnotations()
962 if (!message2.empty() && bytes_read == message2.size() && error.Success()) in ExtractCrashInfoAnnotations()
963 if (message2.back() == '\n') in ExtractCrashInfoAnnotations()
964 message2.pop_back(); in ExtractCrashInfoAnnotations()
972 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
H A DPlatformDarwin.h135 uint64_t message2; // char * member