Searched refs:mem2hex (Results 1 – 1 of 1) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/ |
D | gdbstub.c | 356 static uint8_t * mem2hex(const void *mem_, uint8_t *buf, int count) in mem2hex() function 590 if (mem2hex((void *)addr, remcomOutBuffer, length)) in handle_exception() 616 mem2hex(aregs + addr, remcomOutBuffer, 4); in handle_exception() 618 mem2hex(sregs + DEBUG_PC, remcomOutBuffer, 4); in handle_exception() 620 mem2hex(aregs + ((addr - windowbase) & 0xff), remcomOutBuffer, 4); in handle_exception() 624 mem2hex(sregs + addr, remcomOutBuffer, 4); in handle_exception()
|