Searched refs:this_ip (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c139 uintptr_t prev_ip, this_ip; local
143 if (!read_register (cbs, AMD64_RA, &this_ip))
146 if (this_ip >= state->func_stack_mangle.end
147 || this_ip < state->func_stack_mangle.begin)
158 if (!read_sp (self, cbs, this_ip, &this_sp))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c139 uintptr_t prev_ip, this_ip; local
143 if (!read_register (cbs, AMD64_RA, &this_ip))
146 if (this_ip >= state->func_stack_mangle.end
147 || this_ip < state->func_stack_mangle.begin)
158 if (!read_sp (self, cbs, this_ip, &this_sp))

Completed in 128 milliseconds