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

Class curloc

object --+
         |
        curloc

Proxy of C++ curloc class

Instance Methods
 
__repr__(self)
repr(x)
curloc
__init__(self)
__init__(self, char stackName) -> curloc
 
linkTo(self, *args)
linkTo(self, char stackName)
 
setx(self, *args)
setx(self, int xx)
 
jump_push(self, *args)
jump_push(self, bool try_to_unhide, ea_t ea = BADADDR, int lnnum = 0, ...
 
pop(self, *args)
pop(self, bool try_tohide) -> bool
 
get(self, *args)
get(self, size_t depth) -> bool
size_t
size(self)
 
copy_current_location(self, *args)
copy_current_location(self, curloc loc)
 
mark(self, *args)
mark(self, int marker, char title, char desc) -> int
 
markedpos(self, *args)
markedpos(self, int marker) -> ea_t
 
jump(self, *args)
jump(self, int marker) -> bool
 
markdesc(self, *args)
markdesc(self, int marker) -> ssize_t

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: ...
  ea = _swig_property(_idaapi.curloc_ea_get, _idaapi.curloc_ea_set)
  x = _swig_property(_idaapi.curloc_x_get, _idaapi.curloc_x_set)
  y = _swig_property(_idaapi.curloc_y_get, _idaapi.curloc_y_set)
  lnnum = _swig_property(_idaapi.curloc_lnnum_get, _idaapi.curlo...
  flags = _swig_property(_idaapi.curloc_flags_get, _idaapi.curlo...
  target = _swig_property(_idaapi.curloc_target_get, _idaapi.cur...
  __swig_destroy__ = _idaapi.delete_curloc
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, char stackName) -> curloc

Returns: curloc
Overrides: object.__init__

jump_push(self, *args)

 

jump_push(self, bool try_to_unhide, ea_t ea = BADADDR, int lnnum = 0, 
    int x = 0, int y = 0)


Class Variable Details

thisown

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

lnnum

Value:
_swig_property(_idaapi.curloc_lnnum_get, _idaapi.curloc_lnnum_set)

flags

Value:
_swig_property(_idaapi.curloc_flags_get, _idaapi.curloc_flags_set)

target

Value:
_swig_property(_idaapi.curloc_target_get, _idaapi.curloc_target_set)