Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h62 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments() function
H A DProcessWindows.cpp293 const std::vector<ULONG_PTR> &args = exception->GetExceptionArguments(); in DumpAdditionalExceptionInformation()