Searched refs:ex_info (Results 1 – 6 of 6) sorted by relevance
42 EXCEPTION_POINTERS** ex_info, in ClientInfo() argument48 ex_info_(ex_info), in ClientInfo()136 bool ClientInfo::GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const { in GetClientExceptionInfo()140 ex_info, in GetClientExceptionInfo()141 sizeof(*ex_info), in GetClientExceptionInfo()146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
53 EXCEPTION_POINTERS** ex_info,62 EXCEPTION_POINTERS** ex_info() const { return ex_info_; } in ex_info() function91 bool GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const;
322 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info, in RequestDump() argument328 exception_pointers_ = ex_info; in RequestDump()340 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info) { in RequestDump() argument341 return RequestDump(ex_info, NULL); in RequestDump()
84 bool RequestDump(EXCEPTION_POINTERS* ex_info,93 bool RequestDump(EXCEPTION_POINTERS* ex_info);
156 static LONG crash_handler(struct _EXCEPTION_POINTERS* ex_info) { in crash_handler() argument159 PEXCEPTION_RECORD exrec = ex_info->ExceptionRecord; in crash_handler()169 print_stack_from_context(*ex_info->ContextRecord); in crash_handler()
1802 def __exit__(self, *ex_info): argument