Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c229 static int gdb_get_packet(uint8_t *buf, size_t buf_len, size_t *len) in gdb_get_packet() function
665 ret = gdb_get_packet(buf, sizeof(buf), &pkt_len); in z_gdb_main_loop()