IDAPython 8.4
Loading...
Searching...
No Matches
exception_info_t Class Reference

Proxy of C++ exception_info_t class.

Inheritance diagram for exception_info_t:

Public Member Functions

"bool" break_on (self, *args)
 break_on(self) -> bool Should we break on the exception?
 
"bool" handle (self, *args)
 handle(self) -> bool Should we handle the exception?
 
 __init__ (self, *args)
 init(self) -> exception_info_t init(self, _code, _flags, _name, _desc) -> exception_info_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=)
 
 flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=)
 
 name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_set, doc=)
 
 desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_codeuint
_flagsuint32
_namechar const *
_descchar const *

Member Function Documentation

◆ break_on()

"bool" break_on ( self,
* args )

◆ handle()

"bool" handle ( self,
* args )

Property Documentation

◆ code

code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=)
static

◆ desc

desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=)
static

◆ flags

flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=)
static

◆ name

name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: