Proxy of C++ bpt_location_t class.
|
| "bpt_loctype_t" | type (self, *args) |
| | type(self) -> bpt_loctype_t Get bpt type.
|
| |
| "bool" | is_empty_path (self, *args) |
| | is_empty_path(self) -> bool No path/filename specified? (BPLT_REL, BPLT_SRC)
|
| |
| "char const *" | path (self, *args) |
| | path(self) -> char const * Get path/filename (BPLT_REL, BPLT_SRC)
|
| |
| "char const *" | symbol (self, *args) |
| | symbol(self) -> char const * Get symbol name (BPLT_SYM)
|
| |
| "int" | lineno (self, *args) |
| | lineno(self) -> int Get line number (BPLT_SRC)
|
| |
| "uval_t" | offset (self, *args) |
| | offset(self) -> uval_t Get offset (BPLT_REL, BPLT_SYM)
|
| |
| "ea_t" | ea (self, *args) |
| | ea(self) -> ea_t Get address (BPLT_ABS)
|
| |
| | __init__ (self, *args) |
| | init(self) -> bpt_location_t
|
| |
| "void" | set_abs_bpt (self, *args) |
| | set_abs_bpt(self, a) Specify an absolute address location.
|
| |
| "void" | set_src_bpt (self, *args) |
| | set_src_bpt(self, fn, _lineno) Specify a source level location.
|
| |
| "void" | set_sym_bpt (self, *args) |
| | set_sym_bpt(self, _symbol, _offset=0) Specify a symbolic location.
|
| |
| "void" | set_rel_bpt (self, *args) |
| | set_rel_bpt(self, mod, _offset) Specify a relative address location.
|
| |
| "int" | compare (self, *args) |
| | compare(self, r) -> int Lexically compare two breakpoint locations.
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, *args) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, *args) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, *args) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, *args) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, *args) |
| | ge(self, r) -> bool
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | info = property(_ida_dbg.bpt_location_t_info_get, _ida_dbg.bpt_location_t_info_set, doc=) |
| |
| | index = property(_ida_dbg.bpt_location_t_index_get, _ida_dbg.bpt_location_t_index_set, doc=) |
| |
| | loctype = property(_ida_dbg.bpt_location_t_loctype_get, _ida_dbg.bpt_location_t_loctype_set, doc=) |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
* | args ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
* | args ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
* | args ) |
Bpt locations are first compared based on type (i.e. BPLT_ABS < BPLT_REL). BPLT_ABS locations are compared based on their ea values. For all other location types, locations are first compared based on their string (path/filename/symbol), then their offset/lineno.
- Parameters
-
◆ ea()
| "ea_t" ea |
( |
| self, |
|
|
* | args ) |
◆ is_empty_path()
| "bool" is_empty_path |
( |
| self, |
|
|
* | args ) |
◆ lineno()
| "int" lineno |
( |
| self, |
|
|
* | args ) |
◆ offset()
| "uval_t" offset |
( |
| self, |
|
|
* | args ) |
◆ path()
| "char const *" path |
( |
| self, |
|
|
* | args ) |
◆ set_abs_bpt()
| "void" set_abs_bpt |
( |
| self, |
|
|
* | args ) |
◆ set_rel_bpt()
| "void" set_rel_bpt |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| mod | (C++: const char *) char const * |
| _offset | (C++: uval_t) |
◆ set_src_bpt()
| "void" set_src_bpt |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| fn | (C++: const char *) char const * |
| _lineno | (C++: int) |
◆ set_sym_bpt()
| "void" set_sym_bpt |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| _symbol | (C++: const char *) char const * |
| _offset | (C++: uval_t) |
◆ symbol()
| "char const *" symbol |
( |
| self, |
|
|
* | args ) |
◆ type()
| "bpt_loctype_t" type |
( |
| self, |
|
|
* | args ) |
◆ index
| index = property(_ida_dbg.bpt_location_t_index_get, _ida_dbg.bpt_location_t_index_set, doc=) |
|
static |
◆ info
| info = property(_ida_dbg.bpt_location_t_info_get, _ida_dbg.bpt_location_t_info_set, doc=) |
|
static |
◆ loctype
| loctype = property(_ida_dbg.bpt_location_t_loctype_get, _ida_dbg.bpt_location_t_loctype_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: