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