GDBserver
|
Go to the source code of this file.
Functions | |
char * | pulongest (ULONGEST u) |
char * | plongest (LONGEST l) |
char * | phex (ULONGEST l, int sizeof_l) |
char * | phex_nz (ULONGEST l, int sizeof_l) |
char * | hex_string (LONGEST num) |
char * | hex_string_custom (LONGEST num, int width) |
char * | int_string (LONGEST val, int radix, int is_signed, int width, int use_c_format) |
const char * | core_addr_to_string (const CORE_ADDR addr) |
const char * | core_addr_to_string_nz (const CORE_ADDR addr) |
const char * | host_address_to_string (const void *addr) |
const char* core_addr_to_string | ( | const CORE_ADDR | addr | ) |
Definition at line 295 of file print-utils.c.
References get_cell(), and phex().
const char* core_addr_to_string_nz | ( | const CORE_ADDR | addr | ) |
Definition at line 307 of file print-utils.c.
References get_cell(), and phex_nz().
char* hex_string | ( | LONGEST | num | ) |
Definition at line 220 of file print-utils.c.
References CELLSIZE, get_cell(), phex_nz(), and xsnprintf().
Referenced by int_string().
char* hex_string_custom | ( | LONGEST | num, |
int | width | ||
) |
Definition at line 231 of file print-utils.c.
References _, CELLSIZE, get_cell(), internal_error(), and phex_nz().
Referenced by int_string().
const char* host_address_to_string | ( | const void * | addr | ) |
Definition at line 319 of file print-utils.c.
References CELLSIZE, get_cell(), phex_nz(), and xsnprintf().
char* int_string | ( | LONGEST | val, |
int | radix, | ||
int | is_signed, | ||
int | width, | ||
int | use_c_format | ||
) |
Definition at line 253 of file print-utils.c.
References _, decimal2str(), hex_string(), hex_string_custom(), internal_error(), and octal2str().
char* phex | ( | ULONGEST | l, |
int | sizeof_l | ||
) |
Definition at line 151 of file print-utils.c.
References CELLSIZE, get_cell(), phex(), thirty_two, and xsnprintf().
Referenced by core_addr_to_string(), phex(), and x86_show_dr().
char* phex_nz | ( | ULONGEST | l, |
int | sizeof_l | ||
) |
Definition at line 182 of file print-utils.c.
References CELLSIZE, get_cell(), phex_nz(), thirty_two, and xsnprintf().
Referenced by build_traceframe_info_xml(), cmd_qtbuffer(), cmd_qtstatus(), cmd_qtv(), core_addr_to_string_nz(), gdb_eval_agent_expr(), gdb_no_commands_at_breakpoint_z_type(), handle_exception(), hex_string(), hex_string_custom(), host_address_to_string(), paddress(), pfildes(), phex_nz(), and response_tsv().
char* plongest | ( | LONGEST | l | ) |
Definition at line 137 of file print-utils.c.
References decimal2str().
Referenced by cmd_bigqtbuffer_size(), get_trace_state_variable_value(), and pfildes().
char* pulongest | ( | ULONGEST | u | ) |
Definition at line 129 of file print-utils.c.
References decimal2str().
Referenced by add_tracepoint_action(), claim_jump_space(), claim_trampoline_space(), condition_true_at_tracepoint(), do_action_at_tracepoint(), gdb_eval_agent_expr(), mnsh_recv_message(), and mnsh_send_message().