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

Class curloc

object --+
         |
        curloc
Known Subclasses:

Proxy of C++ curloc class

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

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

Properties
  ea
curloc_ea_get(self) -> ea_t
  flags
curloc_flags_get(self) -> ushort
  lnnum
curloc_lnnum_get(self) -> ushort
  target
curloc_target_get(self) -> ea_t
  thisown
The membership flag
  x
curloc_x_get(self) -> ushort
  y
curloc_y_get(self) -> ushort

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, stackName) -> curloc

Returns: curloc
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

ea

curloc_ea_get(self) -> ea_t

Get Method:
unreachable.curloc_ea_get(self)
Set Method:
unreachable.curloc_ea_set(self, ea)

flags

curloc_flags_get(self) -> ushort

Get Method:
unreachable.curloc_flags_get(self)
Set Method:
unreachable.curloc_flags_set(self, flags)

lnnum

curloc_lnnum_get(self) -> ushort

Get Method:
unreachable.curloc_lnnum_get(self)
Set Method:
unreachable.curloc_lnnum_set(self, lnnum)

target

curloc_target_get(self) -> ea_t

Get Method:
unreachable.curloc_target_get(self)
Set Method:
unreachable.curloc_target_set(self, target)

thisown

The membership flag

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

x

curloc_x_get(self) -> ushort

Get Method:
unreachable.curloc_x_get(self)
Set Method:
unreachable.curloc_x_set(self, x)

y

curloc_y_get(self) -> ushort

Get Method:
unreachable.curloc_y_get(self)
Set Method:
unreachable.curloc_y_set(self, y)

[an error occurred while processing this directive]