| /src/external/gpl3/gdb/dist/gdb/ |
| m32c-tdep.c | 1077 CORE_ADDR scan_pc, next_addr; 1162 gdb_assert (st->next_addr - st->scan_pc < sizeof (st->insn)); 1163 return st->insn[st->next_addr++ - st->scan_pc]; 1592 st.scan_pc = after_last_frame_related_insn = start; 1594 while (st.scan_pc < limit) 1603 if (target_read_memory (st.scan_pc, st.insn, sizeof (st.insn))) 1607 st.next_addr = st.scan_pc; 1799 st.scan_pc = st.next_addr; 1072 CORE_ADDR scan_pc, next_addr; member in struct:m32c_pv_state
|
| rs6000-tdep.c | 753 CORE_ADDR scan_pc, func_start, func_end, epilogue_start, epilogue_end; 769 for (scan_pc = pc; scan_pc < epilogue_end; scan_pc += PPC_INSN_SIZE) 771 if (!safe_frame_unwind_memory (curfrm, scan_pc, 794 for (scan_pc = pc - PPC_INSN_SIZE; 795 scan_pc >= epilogue_start; 796 scan_pc -= PPC_INSN_SIZE) 798 if (!safe_frame_unwind_memory (curfrm, scan_pc, 752 CORE_ADDR scan_pc, func_start, func_end, epilogue_start, epilogue_end; local
|
| arm-tdep.c | 4141 CORE_ADDR scan_pc; local 4164 scan_pc = pc; 4165 while (scan_pc < func_end && !found_return) 4167 if (target_read_memory (scan_pc, buf, 2)) 4170 scan_pc += 2; 4184 if (target_read_memory (scan_pc, buf, 2)) 4187 scan_pc += 2;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m32c-tdep.c | 1077 CORE_ADDR scan_pc, next_addr; 1162 gdb_assert (st->next_addr - st->scan_pc < sizeof (st->insn)); 1163 return st->insn[st->next_addr++ - st->scan_pc]; 1592 st.scan_pc = after_last_frame_related_insn = start; 1594 while (st.scan_pc < limit) 1603 if (target_read_memory (st.scan_pc, st.insn, sizeof (st.insn))) 1607 st.next_addr = st.scan_pc; 1799 st.scan_pc = st.next_addr; 1072 CORE_ADDR scan_pc, next_addr; member in struct:m32c_pv_state
|
| rs6000-tdep.c | 753 CORE_ADDR scan_pc, func_start, func_end, epilogue_start, epilogue_end; 769 for (scan_pc = pc; scan_pc < epilogue_end; scan_pc += PPC_INSN_SIZE) 771 if (!safe_frame_unwind_memory (curfrm, scan_pc, 794 for (scan_pc = pc - PPC_INSN_SIZE; 795 scan_pc >= epilogue_start; 796 scan_pc -= PPC_INSN_SIZE) 798 if (!safe_frame_unwind_memory (curfrm, scan_pc, 752 CORE_ADDR scan_pc, func_start, func_end, epilogue_start, epilogue_end; local
|
| arm-tdep.c | 4144 CORE_ADDR scan_pc; local 4167 scan_pc = pc; 4168 while (scan_pc < func_end && !found_return) 4170 if (target_read_memory (scan_pc, buf, 2)) 4173 scan_pc += 2; 4187 if (target_read_memory (scan_pc, buf, 2)) 4190 scan_pc += 2;
|