Home
last modified time | relevance | path

Searched refs:gdb_bin2hex (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/debug/
Dgdbstub.h83 size_t gdb_bin2hex(const uint8_t *buf, size_t buflen,
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c152 size_t gdb_bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in gdb_bin2hex() function
207 if (gdb_bin2hex(&checksum, 1, buf, sizeof(buf)) == 0) { in gdb_send_packet()
300 count += gdb_bin2hex(&data, 1, buf + count, buf_len - count); in gdb_mem_read_unaligned()
350 count += gdb_bin2hex(&data.b8[pos], read_sz, in gdb_mem_read_aligned()
577 size = gdb_bin2hex(&exception, 1, buf + 1, len - 1); in gdb_send_exception()