Searched refs:esp_gdbstub_send_hex (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/esp_gdbstub/src/ |
D | gdbstub.c | 102 esp_gdbstub_send_hex(s_scratch.signal, 8); in send_reason() 251 esp_gdbstub_send_hex(*str, 8); in esp_gdbstub_send_str_as_hex() 263 esp_gdbstub_send_hex(gdbstub_hton(*p++), 32); in handle_g_command() 293 esp_gdbstub_send_hex(b, 8); in handle_m_command() 462 esp_gdbstub_send_hex(task_index_to_gdb_tid(s_scratch.current_task_index), 32); in handle_qC_command() 480 esp_gdbstub_send_hex(task_index_to_gdb_tid(task_index), 32); in send_single_thread_info() 519 esp_gdbstub_send_hex(' ', 8); in handle_qThreadExtraInfo_command()
|
D | packet.c | 54 void esp_gdbstub_send_hex(int val, int bits) in esp_gdbstub_send_hex() function 66 esp_gdbstub_send_hex(s_chsum, 8); in esp_gdbstub_send_end()
|
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/ |
D | esp_gdbstub_common.h | 157 void esp_gdbstub_send_hex(int val, int bits);
|