Module ida_ua :: Class outctx_base_t
[frames] | no frames]

Class outctx_base_t

object --+
         |
        outctx_base_t
Known Subclasses:

Proxy of C++ outctx_base_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
close_comment(self)
 
clr_gen_label(self)
bool
display_voids(self)
bool
flush_buf(self, buf, indent=-1)
bool
flush_outbuf(self, indent=-1)
int
forbid_annotations(self)
bool
force_code(self)
bool
gen_block_cmt(self, cmt, color)
bool
gen_border_line(self, solid=False)
bool
gen_cmt_line(self, format)
bool
gen_collapsed_line(self, format)
bool
gen_empty_line(self)
 
gen_empty_line_without_annotations(self)
bool
gen_printf(self, indent, format)
bool
gen_xref_lines(self)
member_t *
get_stkvar(self, arg2, arg3, arg4, arg5)
 
init_lines_array(self, answers, maxsize)
bool
multiline(self)
bool
only_main_line(self)
 
out_addr_tag(self, ea)
 
out_btoa(self, Word, radix=0)
 
out_char(self, c)
 
out_chars(self, c, n)
 
out_colored_register_line(self, str)
 
out_keyword(self, str)
 
out_line(self, str, color=0)
 
out_long(self, v, radix)
bool
out_name_expr(self, x, ea, off=BADADDR)
 
out_printf(self, format)
 
out_register(self, str)
 
out_spaces(self, len)
 
out_symbol(self, c)
 
out_tagoff(self, tag)
 
out_tagon(self, tag)
flags_t
out_value(self, x, outf=0)
bool
print_label_now(self)
 
restore_ctxflags(self, saved_flags)
ssize_t
retrieve_cmt(self)
ssize_t
retrieve_name(self, arg2, arg3)
 
set_comment_addr(self, ea)
 
set_dlbind_opnd(self)
 
set_gen_cmt(self, on=True)
 
set_gen_demangled_label(self)
 
set_gen_label(self)
 
set_gen_xrefs(self, on=True)
 
setup_outctx(self, prefix, makeline_flags)
bool
stack_view(self)
int
term_outctx(self, prefix=None)

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

Properties
  default_lnnum
outctx_base_t_default_lnnum_get(self) -> int
  insn_ea
outctx_base_t_insn_ea_get(self) -> ea_t
  outbuf
outctx_base_t_outbuf_get(self) -> qstring *
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

default_lnnum

outctx_base_t_default_lnnum_get(self) -> int

Get Method:
unreachable.outctx_base_t_default_lnnum_get(self)
Set Method:
unreachable.outctx_base_t_default_lnnum_set(self, default_lnnum)

insn_ea

outctx_base_t_insn_ea_get(self) -> ea_t

Get Method:
unreachable.outctx_base_t_insn_ea_get(self)
Set Method:
unreachable.outctx_base_t_insn_ea_set(self, insn_ea)

outbuf

outctx_base_t_outbuf_get(self) -> qstring *

Get Method:
unreachable.outctx_base_t_outbuf_get(self)
Set Method:
unreachable.outctx_base_t_outbuf_set(self, outbuf)

thisown

The membership flag

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