Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Public Attributes | |
int | pid |
int | ppid |
char | status |
int | runnable |
bool | signalled |
char * | path |
int | uid |
int | gid |
ut64 | pc |
Definition at line 408 of file rz_debug.h.
int rz_debug_pid_t::gid |
Definition at line 416 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), linux_info(), and rz_debug_gdb_info().
char* rz_debug_pid_t::path |
Definition at line 414 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), rz_debug_dmp_pids(), and rz_debug_winkd_pids().
ut64 rz_debug_pid_t::pc |
Definition at line 417 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), and linux_thread_list().
int rz_debug_pid_t::pid |
Definition at line 409 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), linux_detach_all(), linux_handle_new_task(), linux_info(), linux_remove_thread(), linux_stop_threads(), match_pid(), rz_core_rtr_gdb_cb(), rz_debug_dmp_pids(), rz_debug_dmp_threads(), rz_debug_gdb_info(), rz_debug_winkd_pids(), and rz_debug_winkd_threads().
int rz_debug_pid_t::ppid |
Definition at line 410 of file rz_debug.h.
Referenced by _extract_pid_info(), build_debug_pid(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), and linux_pid_list().
int rz_debug_pid_t::runnable |
Definition at line 412 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), rz_debug_dmp_pids(), rz_debug_dmp_threads(), rz_debug_winkd_pids(), and rz_debug_winkd_threads().
bool rz_debug_pid_t::signalled |
Definition at line 413 of file rz_debug.h.
char rz_debug_pid_t::status |
Definition at line 411 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), linux_info(), rz_debug_dmp_pids(), rz_debug_dmp_threads(), rz_debug_gdb_info(), rz_debug_winkd_pids(), and rz_debug_winkd_threads().
int rz_debug_pid_t::uid |
Definition at line 415 of file rz_debug.h.
Referenced by _extract_pid_info(), fill_pid_info(), gdbr_parse_processes_xml(), gdbr_pids_list(), gdbr_threads_list(), linux_info(), and rz_debug_gdb_info().