Searched refs:_Amd64KernelExceptionUnwinder (Results 1 – 1 of 1) sorted by relevance
537 class _Amd64KernelExceptionUnwinder(Unwinder): class570 super(_Amd64KernelExceptionUnwinder, self).__init__("AMD64 kernel exception unwinder")579 self.at_iframe_setup = self.lookup_minsym(_Amd64KernelExceptionUnwinder.AT_IFRAME_SETUP)580 …self.interrupt_common_begin_addr = self.lookup_minsym(_Amd64KernelExceptionUnwinder.INTERRUPT_COMM…999 gdb.unwinder.register_unwinder(current_objfile, _Amd64KernelExceptionUnwinder(), True)
Completed in 5 milliseconds