|
str | cb = property(_ida_dbg.bpt_t_cb_get, _ida_dbg.bpt_t_cb_set) |
|
str | loc |
|
str | pid = property(_ida_dbg.bpt_t_pid_get, _ida_dbg.bpt_t_pid_set) |
|
str | tid = property(_ida_dbg.bpt_t_tid_get, _ida_dbg.bpt_t_tid_set) |
|
str | ea = property(_ida_dbg.bpt_t_ea_get, _ida_dbg.bpt_t_ea_set) |
|
str | type |
|
str | pass_count |
|
str | flags |
|
str | props |
|
str | size = property(_ida_dbg.bpt_t_size_get, _ida_dbg.bpt_t_size_set) |
|
str | cndidx |
|
str | bptid |
|
str | condition |
|
str | elang |
|
◆ __init__()
◆ badbpt()
Failed to write bpt to process memory?
◆ enabled()
◆ get_cnd_elang_idx()
'size_t' get_cnd_elang_idx |
( |
| self | ) |
|
◆ get_size()
◆ is_absbpt()
Is absolute address breakpoint?
◆ is_active()
Written completely to process?
◆ is_compiled()
Condition has been compiled?
◆ is_hwbpt()
◆ is_inactive()
Not written to process at all?
◆ is_low_level()
bool is_low_level |
( |
| self | ) |
|
Is bpt condition calculated at low level?
◆ is_page_bpt()
◆ is_partially_active()
bool is_partially_active |
( |
| self | ) |
|
Written partially to process?
◆ is_relbpt()
Is relative address breakpoint?
◆ is_srcbpt()
Is source level breakpoint?
◆ is_symbpt()
◆ is_tracemodebpt()
bool is_tracemodebpt |
( |
| self | ) |
|
Does breakpoint trace anything?
◆ is_traceoffbpt()
bool is_traceoffbpt |
( |
| self | ) |
|
Is this a tracing breakpoint, and is tracing disabled?
◆ is_traceonbpt()
bool is_traceonbpt |
( |
| self | ) |
|
Is this a tracing breakpoint, and is tracing enabled?
◆ listbpt()
◆ set_abs_bpt()
Set bpt location to an absolute address.
◆ set_rel_bpt()
None set_rel_bpt |
( |
| self, |
|
|
str | mod, |
|
|
int | o ) |
Set bpt location to a relative address.
◆ set_src_bpt()
None set_src_bpt |
( |
| self, |
|
|
str | fn, |
|
|
int | lineno ) |
Set bpt location to a source line.
◆ set_sym_bpt()
None set_sym_bpt |
( |
| self, |
|
|
str | sym, |
|
|
int | o ) |
Set bpt location to a symbol.
◆ set_trace_action()
bool set_trace_action |
( |
| self, |
|
|
bool | enable, |
|
|
int | trace_types ) |
Configure tracing options.
◆ bptid
Initial value:= property(_ida_dbg.bpt_t_bptid_get, _ida_dbg.
bpt_t_bptid_set)
◆ cb
str cb = property(_ida_dbg.bpt_t_cb_get, _ida_dbg.bpt_t_cb_set) |
|
static |
◆ cndidx
Initial value:= property(_ida_dbg.bpt_t_cndidx_get, _ida_dbg.
bpt_t_cndidx_set)
◆ condition
Initial value:= property(_ida_dbg.bpt_t_condition_get,
_ida_dbg.bpt_t_condition_set)
◆ ea
str ea = property(_ida_dbg.bpt_t_ea_get, _ida_dbg.bpt_t_ea_set) |
|
static |
◆ elang
Initial value:= property(_ida_dbg.bpt_t_elang_get, _ida_dbg.
bpt_t_elang_set)
◆ flags
Initial value:= property(_ida_dbg.bpt_t_flags_get, _ida_dbg.
bpt_t_flags_set)
◆ loc
Initial value:= property(_ida_dbg.bpt_t_loc_get, _ida_dbg.
bpt_t_loc_set)
◆ pass_count
Initial value:= property(_ida_dbg.bpt_t_pass_count_get, _ida_dbg.
bpt_t_pass_count_set)
◆ pid
str pid = property(_ida_dbg.bpt_t_pid_get, _ida_dbg.bpt_t_pid_set) |
|
static |
◆ props
Initial value:= property(_ida_dbg.bpt_t_props_get, _ida_dbg.
bpt_t_props_set)
◆ size
str size = property(_ida_dbg.bpt_t_size_get, _ida_dbg.bpt_t_size_set) |
|
static |
◆ tid
str tid = property(_ida_dbg.bpt_t_tid_get, _ida_dbg.bpt_t_tid_set) |
|
static |
◆ type
Initial value:= property(_ida_dbg.bpt_t_type_get, _ida_dbg.
bpt_t_type_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: