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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c1019 examine_prologue (CORE_ADDR pc, CORE_ADDR lim_pc, struct frame_info *next_frame, struct ia64_frame_cache *cache) function
1487 /* Call examine_prologue with - as third argument since we don't have a next frame pointer to send. */
1488 return examine_prologue (pc, pc+1024, 0, &cache);
1532 examine_prologue (cache->pc, frame_pc_unwind (next_frame), next_frame, cache);

Completed in 41 milliseconds