|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
| RZ_API int | rz_signal_from_string (const char *e) |
| RZ_API const char * | rz_signal_to_string (int code) |
Variables | |
| struct { | |
| const char * name | |
| int code | |
| } | signals [] |
Definition at line 52 of file signal.c.
References e, i, signals, and cmd_descs_generate::str.
Referenced by rz_core_debug_kill(), and rz_run_parseline().
Definition at line 63 of file signal.c.
References i, NULL, and signals.
Referenced by handle_exception_message(), rz_cmd_debug(), rz_core_debug_kill(), rz_debug_continue_kill(), and rz_debug_wait().
| struct { ... } signals[] |
Referenced by rz_signal_from_string(), and rz_signal_to_string().