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

Class bpt_t

object --+
         |
        bpt_t

Proxy of C++ bpt_t class.

Instance Methods
bpt_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
badbpt(self)
bool
enabled(self)
size_t
get_cnd_elang_idx(self)
int
get_size(self)
bool
is_absbpt(self)
bool
is_active(self)
bool
is_compiled(self)
bool
is_hwbpt(self)
bool
is_inactive(self)
bool
is_low_level(self)
bool
is_page_bpt(self)
bool
is_partially_active(self)
bool
is_relbpt(self)
bool
is_srcbpt(self)
bool
is_symbpt(self)
bool
is_tracemodebpt(self)
bool
is_traceoffbpt(self)
bool
is_traceonbpt(self)
bool
listbpt(self)
 
set_abs_bpt(self, a)
 
set_rel_bpt(self, mod, o)
 
set_src_bpt(self, fn, lineno)
 
set_sym_bpt(self, sym, o)
bool
set_trace_action(self, enable, trace_types)

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

Properties
  cb
bpt_t_cb_get(self) -> size_t
  cndidx
bpt_t_cndidx_get(self) -> int
  condition
bpt_t_condition_get(self) -> PyObject *
  ea
bpt_t_ea_get(self) -> ea_t
  elang
bpt_t_elang_get(self) -> PyObject *
  flags
bpt_t_flags_get(self) -> uint32
  loc
bpt_t_loc_get(self) -> bpt_location_t
  pass_count
bpt_t_pass_count_get(self) -> int
  pid
bpt_t_pid_get(self) -> pid_t
  props
bpt_t_props_get(self) -> uint32
  size
bpt_t_size_get(self) -> int
  thisown
The membership flag
  tid
bpt_t_tid_get(self) -> thid_t
  type
bpt_t_type_get(self) -> bpttype_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: bpt_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

cb

bpt_t_cb_get(self) -> size_t

Get Method:
unreachable.bpt_t_cb_get(self)
Set Method:
unreachable.bpt_t_cb_set(self, cb)

cndidx

bpt_t_cndidx_get(self) -> int

Get Method:
unreachable.bpt_t_cndidx_get(self)
Set Method:
unreachable.bpt_t_cndidx_set(self, cndidx)

condition

bpt_t_condition_get(self) -> PyObject *

Get Method:
unreachable.bpt_t_condition_get(self)
Set Method:
unreachable.bpt_t_condition_set(self, condition)

ea

bpt_t_ea_get(self) -> ea_t

Get Method:
unreachable.bpt_t_ea_get(self)
Set Method:
unreachable.bpt_t_ea_set(self, ea)

elang

bpt_t_elang_get(self) -> PyObject *

Get Method:
unreachable.bpt_t_elang_get(self)
Set Method:
unreachable.bpt_t_elang_set(self, elang)

flags

bpt_t_flags_get(self) -> uint32

Get Method:
unreachable.bpt_t_flags_get(self)
Set Method:
unreachable.bpt_t_flags_set(self, flags)

loc

bpt_t_loc_get(self) -> bpt_location_t

Get Method:
unreachable.bpt_t_loc_get(self)
Set Method:
unreachable.bpt_t_loc_set(self, loc)

pass_count

bpt_t_pass_count_get(self) -> int

Get Method:
unreachable.bpt_t_pass_count_get(self)
Set Method:
unreachable.bpt_t_pass_count_set(self, pass_count)

pid

bpt_t_pid_get(self) -> pid_t

Get Method:
unreachable.bpt_t_pid_get(self)
Set Method:
unreachable.bpt_t_pid_set(self, pid)

props

bpt_t_props_get(self) -> uint32

Get Method:
unreachable.bpt_t_props_get(self)
Set Method:
unreachable.bpt_t_props_set(self, props)

size

bpt_t_size_get(self) -> int

Get Method:
unreachable.bpt_t_size_get(self)
Set Method:
unreachable.bpt_t_size_set(self, size)

thisown

The membership flag

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

tid

bpt_t_tid_get(self) -> thid_t

Get Method:
unreachable.bpt_t_tid_get(self)
Set Method:
unreachable.bpt_t_tid_set(self, tid)

type

bpt_t_type_get(self) -> bpttype_t

Get Method:
unreachable.bpt_t_type_get(self)
Set Method:
unreachable.bpt_t_type_set(self, type)