Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h67 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments() function
DProcessWindows.cpp305 const std::vector<ULONG_PTR> &args = exception->GetExceptionArguments(); in DumpAdditionalExceptionInformation()