GDBserver
|
Go to the source code of this file.
Functions | |
void | perror_with_name (const char *string) |
void | error (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF(1 |
void void | fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF(1 |
void void void | warning (const char *string,...) ATTRIBUTE_PRINTF(1 |
void void void char * | paddress (CORE_ADDR addr) |
char * | pulongest (ULONGEST u) |
char * | plongest (LONGEST l) |
char * | phex_nz (ULONGEST l, int sizeof_l) |
char * | pfildes (gdb_fildes_t fd) |
void error | ( | const char * | string, |
... | |||
) |
void void fatal | ( | const char * | string, |
... | |||
) |
Definition at line 289 of file utils.c.
References phex_nz().
Referenced by aarch64_handle_unaligned_watchpoint(), aarch64_show_debug_reg_state(), add_insns(), add_tracepoint_action(), build_traceframe_info_xml(), cancel_breakpoint(), claim_jump_space(), claim_trampoline_space(), clear_installed_tracepoints(), cmd_qtdp(), cmd_qtdpsrc(), cmd_qtenable_disable(), cmd_qtframe(), cmd_qtp(), cmd_qtro(), collect_data_at_step(), collect_data_at_tracepoint(), compile_bytecodes(), condition_true_at_tracepoint(), delete_fast_tracepoint_jump(), delete_raw_breakpoint(), do_action_at_tracepoint(), fast_tracepoint_collecting(), gdb_no_commands_at_breakpoint(), handle_query(), handle_tracepoint_bkpts(), i386_show_dr(), linux_resume_one_lwp(), linux_wait_1(), need_step_over_p(), probe_marker_at(), record_tracepoint_error(), reinsert_breakpoints_at(), reinsert_fast_tracepoint_jumps_at(), reinsert_raw_breakpoint(), relocate_instruction(), response_action(), response_source(), response_tracepoint(), set_fast_tracepoint_jump(), set_raw_breakpoint_at(), traceframe_read_mem(), tracepoint_finished_step(), tracepoint_handler(), tracepoint_was_hit(), uninsert_breakpoints_at(), uninsert_fast_tracepoint_jumps_at(), uninsert_raw_breakpoint(), unprobe_marker_at(), and upload_fast_traceframes().
void perror_with_name | ( | const char * | string | ) |
Definition at line 84 of file utils.c.
References errno, error(), and strerror.
Referenced by arm_prepare_to_resume(), fetch_ppc_register(), handle_accept_event(), handle_extended_wait(), linux_check_ptrace_features(), linux_create_inferior(), linux_fork_to_function(), linux_resume_one_lwp(), linux_wait_for_lwp(), lynx_add_threads_after_attach(), lynx_create_inferior(), lynx_resume(), lynx_waitpid(), mips_linux_prepare_to_resume(), mips_read_description(), remote_open(), remote_prepare(), spu_create_inferior(), spu_resume(), spu_wait(), and wait_for_event().
char* pfildes | ( | gdb_fildes_t | fd | ) |
Definition at line 297 of file utils.c.
References phex_nz(), and plongest().
Referenced by handle_file_event().
Definition at line 251 of file utils.c.
References CELLSIZE, get_cell(), phex_nz(), thirty_two, and xsnprintf().
Referenced by build_traceframe_info_xml(), cmd_qtbuffer(), cmd_qtstatus(), cmd_qtv(), gdb_eval_agent_expr(), gdb_no_commands_at_breakpoint(), handle_exception(), paddress(), pfildes(), phex_nz(), and response_tsv().
Definition at line 236 of file utils.c.
References decimal2str().
Referenced by cmd_bigqtbuffer_size(), get_trace_state_variable_value(), and pfildes().
Definition at line 227 of file utils.c.
References decimal2str().
Referenced by add_tracepoint_action(), claim_jump_space(), claim_trampoline_space(), condition_true_at_tracepoint(), do_action_at_tracepoint(), and gdb_eval_agent_expr().
void void void warning | ( | const char * | string, |
... | |||
) |