__init__(self) | debugger_t | |
attach_process(self, "pid_t" pid, "int" event_id, "uint32" dbg_proc_flags) | debugger_t | |
bin_search(self, "ea_t" start_ea, "ea_t" end_ea, "compiled_binpat_vec_t const &" data, "int" srch_flags) | debugger_t | |
bpt_bytes | debugger_t | static |
bpt_size | debugger_t | static |
cache_block_size(self) | debugger_t | |
can_continue_from_bpt(self) | debugger_t | |
can_debug_standalone_dlls(self) | debugger_t | |
check_bpt(self, "int *" bptvc, "bpttype_t" type, "ea_t" ea, "int" len) | debugger_t | |
cleanup_appcall(self, "thid_t" tid) | debugger_t | |
close_file(self, "int" fn) | debugger_t | |
dbg_enable_trace(self, "thid_t" tid, "bool" enable, "int" trace_flags) | debugger_t | |
default_regclasses | debugger_t | static |
detach_process(self) | debugger_t | |
ev_appcall | debugger_t | static |
ev_attach_process | debugger_t | static |
ev_bin_search | debugger_t | static |
ev_check_bpt | debugger_t | static |
ev_cleanup_appcall | debugger_t | static |
ev_close_file | debugger_t | static |
ev_dbg_enable_trace | debugger_t | static |
ev_detach_process | debugger_t | static |
ev_eval_lowcnd | debugger_t | static |
ev_exit_process | debugger_t | static |
ev_get_debapp_attrs | debugger_t | static |
ev_get_debmod_extensions | debugger_t | static |
ev_get_debug_event | debugger_t | static |
ev_get_memory_info | debugger_t | static |
ev_get_processes | debugger_t | static |
ev_get_srcinfo_path | debugger_t | static |
ev_init_debugger | debugger_t | static |
ev_is_tracing_enabled | debugger_t | static |
ev_map_address | debugger_t | static |
ev_open_file | debugger_t | static |
ev_read_file | debugger_t | static |
ev_read_memory | debugger_t | static |
ev_read_registers | debugger_t | static |
ev_rebase_if_required_to | debugger_t | static |
ev_request_pause | debugger_t | static |
ev_resume | debugger_t | static |
ev_rexec | debugger_t | static |
ev_send_ioctl | debugger_t | static |
ev_set_exception_info | debugger_t | static |
ev_set_resume_mode | debugger_t | static |
ev_start_process | debugger_t | static |
ev_suspended | debugger_t | static |
ev_term_debugger | debugger_t | static |
ev_thread_continue | debugger_t | static |
ev_thread_get_sreg_base | debugger_t | static |
ev_thread_suspend | debugger_t | static |
ev_update_bpts | debugger_t | static |
ev_update_call_stack | debugger_t | static |
ev_update_lowcnds | debugger_t | static |
ev_write_file | debugger_t | static |
ev_write_memory | debugger_t | static |
ev_write_register | debugger_t | static |
eval_lowcnd(self, "thid_t" tid, "ea_t" ea) | debugger_t | |
exit_process(self) | debugger_t | |
fake_memory(self) | debugger_t | |
filetype | debugger_t | static |
flags | debugger_t | static |
flags2 | debugger_t | static |
get_debapp_attrs(self, "debapp_attrs_t" out_pattrs) | debugger_t | |
get_debmod_extensions(self) | debugger_t | |
get_debug_event(self, "debug_event_t" event, "int" timeout_ms) | debugger_t | |
get_memory_info(self, "meminfo_vec_t" ranges) | debugger_t | |
get_processes(self, "procinfo_vec_t" procs) | debugger_t | |
get_srcinfo_path(self, "qstring *" path, "ea_t" base) | debugger_t | |
has_appcall(self) | debugger_t | |
has_attach_process(self) | debugger_t | |
has_check_bpt(self) | debugger_t | |
has_detach_process(self) | debugger_t | |
has_get_processes(self) | debugger_t | |
has_map_address(self) | debugger_t | |
has_open_file(self) | debugger_t | |
has_request_pause(self) | debugger_t | |
has_rexec(self) | debugger_t | |
has_set_exception_info(self) | debugger_t | |
has_set_resume_mode(self) | debugger_t | |
has_soft_bpt(self) | debugger_t | |
has_thread_continue(self) | debugger_t | |
has_thread_get_sreg_base(self) | debugger_t | |
has_thread_suspend(self) | debugger_t | |
has_update_call_stack(self) | debugger_t | |
id | debugger_t | static |
init_debugger(self, "char const *" hostname, "int" portnum, "char const *" password) | debugger_t | |
is_remote(self) | debugger_t | |
is_resmod_avail(self, "int" resmod) | debugger_t | |
is_safe(self) | debugger_t | |
is_tracing_enabled(self, "thid_t" tid, "int" tracebit) | debugger_t | |
map_address(self, "ea_t" off, "regval_t" regs, "int" regnum) | debugger_t | |
may_disturb(self) | debugger_t | |
may_take_exit_snapshot(self) | debugger_t | |
memory_page_size | debugger_t | static |
must_have_hostname(self) | debugger_t | |
name | debugger_t | static |
nregisters | debugger_t | static |
open_file(self, "char const *" file, "uint64 *" fsize, "bool" readonly) | debugger_t | |
processor | debugger_t | static |
read_file(self, "int" fn, "qoff64_t" off, "void *" buf, "size_t" size) | debugger_t | |
read_memory(self, "size_t *" nbytes, "ea_t" ea, "void *" buffer, "size_t" size) | debugger_t | |
read_registers(self, "thid_t" tid, "int" clsmask, "regval_t" values) | debugger_t | |
rebase_if_required_to(self, "ea_t" new_base) | debugger_t | |
regclasses | debugger_t | static |
registers | debugger_t | static |
regs(self, "int" idx) | debugger_t | |
request_pause(self) | debugger_t | |
resume(self, "debug_event_t" event) | debugger_t | |
resume_modes | debugger_t | static |
rexec(self, "char const *" cmdline) | debugger_t | |
send_ioctl(self, "int" fn, "void const *" buf, "void **" poutbuf, "ssize_t *" poutsize) | debugger_t | |
set_exception_info(self, "exception_info_t" info, "int" qty) | debugger_t | |
set_resume_mode(self, "thid_t" tid, "resume_mode_t" resmod) | debugger_t | |
start_process(self, "char const *" path, "char const *" args, "launch_env_t" envs, "char const *" startdir, "uint32" dbg_proc_flags, "char const *" input_path, "uint32" input_file_crc32) | debugger_t | |
supports_debthread(self) | debugger_t | |
supports_lowcnds(self) | debugger_t | |
suspended(self, "bool" dlls_added, "thread_name_vec_t *" thr_names=None) | debugger_t | |
term_debugger(self) | debugger_t | |
thisown | debugger_t | static |
thread_continue(self, "thid_t" tid) | debugger_t | |
thread_get_sreg_base(self, "ea_t *" answer, "thid_t" tid, "int" sreg_value) | debugger_t | |
thread_suspend(self, "thid_t" tid) | debugger_t | |
update_bpts(self, "int *" nbpts, "update_bpt_info_t *" bpts, "int" nadd, "int" ndel) | debugger_t | |
update_call_stack(self, "thid_t" tid, "call_stack_t" trace) | debugger_t | |
update_lowcnds(self, "int *" nupdated, "lowcnd_t const *" lowcnds, "int" nlowcnds) | debugger_t | |
use_memregs(self) | debugger_t | |
use_sregs(self) | debugger_t | |
version | debugger_t | static |
virtual_threads(self) | debugger_t | |
write_file(self, "int" fn, "qoff64_t" off, "void const *" buf) | debugger_t | |
write_memory(self, "size_t *" nbytes, "ea_t" ea, "void const *" buffer, "size_t" size) | debugger_t | |
write_register(self, "thid_t" tid, "int" regidx, "regval_t" value) | debugger_t | |