IDAPython 9.0
Loading...
Searching...
No Matches
debugger_t Member List

This is the complete list of members for debugger_t, including all inherited members.

__init__(self)debugger_t
attach_process(self, 'pid_t' pid, int event_id, int dbg_proc_flags)debugger_t
bin_search(self, ida_idaapi.ea_t start_ea, ida_idaapi.ea_t end_ea, 'compiled_binpat_vec_t const &' data, int srch_flags)debugger_t
bpt_bytesdebugger_tstatic
bpt_sizedebugger_tstatic
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, ida_idaapi.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_regclassesdebugger_tstatic
detach_process(self)debugger_t
ev_appcalldebugger_tstatic
ev_attach_processdebugger_tstatic
ev_bin_searchdebugger_tstatic
ev_check_bptdebugger_tstatic
ev_cleanup_appcalldebugger_tstatic
ev_close_filedebugger_tstatic
ev_dbg_enable_tracedebugger_tstatic
ev_detach_processdebugger_tstatic
ev_eval_lowcnddebugger_tstatic
ev_exit_processdebugger_tstatic
ev_get_debapp_attrsdebugger_tstatic
ev_get_debmod_extensionsdebugger_tstatic
ev_get_debug_eventdebugger_tstatic
ev_get_dynamic_register_setdebugger_tstatic
ev_get_memory_infodebugger_tstatic
ev_get_processesdebugger_tstatic
ev_get_srcinfo_pathdebugger_tstatic
ev_init_debuggerdebugger_tstatic
ev_is_tracing_enableddebugger_tstatic
ev_map_addressdebugger_tstatic
ev_open_filedebugger_tstatic
ev_read_filedebugger_tstatic
ev_read_memorydebugger_tstatic
ev_read_registersdebugger_tstatic
ev_rebase_if_required_todebugger_tstatic
ev_request_pausedebugger_tstatic
ev_resumedebugger_tstatic
ev_rexecdebugger_tstatic
ev_send_ioctldebugger_tstatic
ev_set_backwardsdebugger_tstatic
ev_set_dbg_optionsdebugger_tstatic
ev_set_exception_infodebugger_tstatic
ev_set_resume_modedebugger_tstatic
ev_start_processdebugger_tstatic
ev_suspendeddebugger_tstatic
ev_term_debuggerdebugger_tstatic
ev_thread_continuedebugger_tstatic
ev_thread_get_sreg_basedebugger_tstatic
ev_thread_suspenddebugger_tstatic
ev_update_bptsdebugger_tstatic
ev_update_call_stackdebugger_tstatic
ev_update_lowcndsdebugger_tstatic
ev_write_filedebugger_tstatic
ev_write_memorydebugger_tstatic
ev_write_registerdebugger_tstatic
eval_lowcnd(self, 'thid_t' tid, ida_idaapi.ea_t ea)debugger_t
exit_process(self)debugger_t
fake_memory(self)debugger_t
filetypedebugger_tstatic
flagsdebugger_tstatic
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_dynamic_register_set(self, 'dynamic_register_set_t *' regset)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, str path, ida_idaapi.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
have_set_options(self)debugger_t
iddebugger_tstatic
init_debugger(self, str hostname, int portnum, str 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
is_ttd(self)debugger_t
map_address(self, ida_idaapi.ea_t off, 'regval_t' regs, int regnum)debugger_t
may_disturb(self)debugger_t
may_take_exit_snapshot(self)debugger_t
memory_page_sizedebugger_tstatic
must_have_hostname(self)debugger_t
namedebugger_tstatic
nregistersdebugger_tstatic
open_file(self, str file, 'uint64 *' fsize, bool readonly)debugger_t
processordebugger_tstatic
read_file(self, int fn, 'qoff64_t' off, 'void *' buf, 'size_t' size)debugger_t
read_memory(self, 'size_t *' nbytes, ida_idaapi.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, ida_idaapi.ea_t new_base)debugger_t
regclassesdebugger_tstatic
registersdebugger_tstatic
regs(self, int idx)debugger_t
request_pause(self)debugger_t
resume(self, 'debug_event_t' event)debugger_t
resume_modesdebugger_tstatic
rexec(self, str cmdline)debugger_t
send_ioctl(self, int fn, 'void const *' buf, 'void **' poutbuf, 'ssize_t *' poutsize)debugger_t
set_backwards(self, bool backwards)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, str path, str args, 'launch_env_t' envs, str startdir, int dbg_proc_flags, str input_path, int 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
thisowndebugger_tstatic
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
versiondebugger_tstatic
virtual_threads(self)debugger_t
write_file(self, int fn, 'qoff64_t' off, 'void const *' buf)debugger_t
write_memory(self, 'size_t *' nbytes, ida_idaapi.ea_t ea, 'void const *' buffer, 'size_t' size)debugger_t
write_register(self, 'thid_t' tid, int regidx, 'regval_t' value)debugger_t