Module idaapi :: Class bpt_t
[frames] | no frames]

Class bpt_t

object --+
         |
        bpt_t

Proxy of C++ bpt_t class

Instance Methods
 
__repr__(self)
repr(x)
bpt_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__swig_destroy__(...)
delete_bpt_t(bpt_t self)
 
__del__(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties
  thisown
The membership flag
  ea
bpt_t_ea_get(bpt_t self) -> ea_t
  size
bpt_t_size_get(bpt_t self) -> asize_t
  type
bpt_t_type_get(bpt_t self) -> bpttype_t
  pass_count
bpt_t_pass_count_get(bpt_t self) -> int
  flags
bpt_t_flags_get(bpt_t self) -> int
  condition
bpt_t_condition_get(bpt_t self) -> char

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: bpt_t
Overrides: object.__init__

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

ea

bpt_t_ea_get(bpt_t self) -> ea_t

Get Method:
unreachable.bpt_t_ea_get(...) - bpt_t_ea_get(bpt_t self) -> ea_t
Set Method:
unreachable.bpt_t_ea_set(...) - bpt_t_ea_set(bpt_t self, ea_t ea)

size

bpt_t_size_get(bpt_t self) -> asize_t

Get Method:
unreachable.bpt_t_size_get(...) - bpt_t_size_get(bpt_t self) -> asize_t
Set Method:
unreachable.bpt_t_size_set(...) - bpt_t_size_set(bpt_t self, asize_t size)

type

bpt_t_type_get(bpt_t self) -> bpttype_t

Get Method:
unreachable.bpt_t_type_get(...) - bpt_t_type_get(bpt_t self) -> bpttype_t
Set Method:
unreachable.bpt_t_type_set(...) - bpt_t_type_set(bpt_t self, bpttype_t type)

pass_count

bpt_t_pass_count_get(bpt_t self) -> int

Get Method:
unreachable.bpt_t_pass_count_get(...) - bpt_t_pass_count_get(bpt_t self) -> int
Set Method:
unreachable.bpt_t_pass_count_set(...) - bpt_t_pass_count_set(bpt_t self, int pass_count)

flags

bpt_t_flags_get(bpt_t self) -> int

Get Method:
unreachable.bpt_t_flags_get(...) - bpt_t_flags_get(bpt_t self) -> int
Set Method:
unreachable.bpt_t_flags_set(...) - bpt_t_flags_set(bpt_t self, int flags)

condition

bpt_t_condition_get(bpt_t self) -> char

Get Method:
unreachable.bpt_t_condition_get(...) - bpt_t_condition_get(bpt_t self) -> char
Set Method:
unreachable.bpt_t_condition_set(...) - bpt_t_condition_set(bpt_t self, char condition)