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

Class bpt_location_t

object --+
         |
        bpt_location_t

Proxy of C++ bpt_location_t class

Instance Methods
 
__repr__(self)
repr(x)
bpt_loctype_t
type(self)
bool
is_empty_path(self)
char
path(self)
char
symbol(self)
int
lineno(self)
uval_t
offset(self)
ea_t
ea(self)
bpt_location_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
set_abs_bpt(self, *args)
set_abs_bpt(self, ea_t a)
 
set_src_bpt(self, *args)
set_src_bpt(self, char fn, int lineno)
 
set_sym_bpt(self, *args)
set_sym_bpt(self, char symbol, uval_t offset = 0)
 
set_rel_bpt(self, *args)
set_rel_bpt(self, char mod, uval_t offset)
 
compare(self, *args)
compare(self, bpt_location_t r) -> int
 
__eq__(self, *args)
__eq__(self, bpt_location_t r) -> bool
 
__ne__(self, *args)
__ne__(self, bpt_location_t r) -> bool
 
__lt__(self, *args)
__lt__(self, bpt_location_t r) -> bool
 
__gt__(self, *args)
__gt__(self, bpt_location_t r) -> bool
 
__le__(self, *args)
__le__(self, bpt_location_t r) -> bool
 
__ge__(self, *args)
__ge__(self, bpt_location_t r) -> bool

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  info = _swig_property(_idaapi.bpt_location_t_info_get, _idaapi...
  index = _swig_property(_idaapi.bpt_location_t_index_get, _idaa...
  loctype = _swig_property(_idaapi.bpt_location_t_loctype_get, _...
  __swig_destroy__ = _idaapi.delete_bpt_location_t
  __del__ = lambda self:
Properties

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_location_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

info

Value:
_swig_property(_idaapi.bpt_location_t_info_get, _idaapi.bpt_location_t\
_info_set)

index

Value:
_swig_property(_idaapi.bpt_location_t_index_get, _idaapi.bpt_location_\
t_index_set)

loctype

Value:
_swig_property(_idaapi.bpt_location_t_loctype_get, _idaapi.bpt_locatio\
n_t_loctype_set)