Home
last modified time | relevance | path

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

/subsys/debug/gdbstub/
A Dgdbstub.c142 size_t gdb_bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in gdb_bin2hex() function
204 if (gdb_bin2hex(&checksum, 1, buf, sizeof(buf)) == 0) { in gdb_send_packet()
297 count += gdb_bin2hex(&data, 1, buf + count, buf_len - count); in gdb_mem_read_unaligned()
347 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()

Completed in 11 milliseconds