Searched refs:cur_pc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | alpha-tdep.c | 981 CORE_ADDR limit_pc, cur_pc; in alpha_heuristic_frame_unwind_cache() local 1007 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) in alpha_heuristic_frame_unwind_cache() 1009 unsigned int word = alpha_read_insn (cur_pc); in alpha_heuristic_frame_unwind_cache() 1077 && cur_pc < (start_pc + 80) in alpha_heuristic_frame_unwind_cache() 1095 while (cur_pc < (limit_pc + 80) && cur_pc < (start_pc + 80)) in alpha_heuristic_frame_unwind_cache() 1097 unsigned int word = alpha_read_insn (cur_pc); in alpha_heuristic_frame_unwind_cache() 1116 cur_pc += 4; in alpha_heuristic_frame_unwind_cache()
|
| H A D | mips-tdep.c | 1993 CORE_ADDR cur_pc; in mips16_heuristic_proc_desc() local 2004 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS16_INSTLEN) in mips16_heuristic_proc_desc() 2011 inst = (unsigned short) mips_fetch_instruction (cur_pc); in mips16_heuristic_proc_desc() 2079 cur_pc += MIPS16_INSTLEN; /* 32-bit instruction */ in mips16_heuristic_proc_desc() 2131 CORE_ADDR cur_pc; in mips32_heuristic_proc_desc() local 2138 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSTLEN) in mips32_heuristic_proc_desc() 2144 inst = (unsigned long) mips_fetch_instruction (cur_pc); in mips32_heuristic_proc_desc()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 284 lldb::addr_t cur_pc = m_thread.GetStackFrameAtIndex(0) in ShouldStop() local 288 cur_pc, in ShouldStop() 290 cur_pc); in ShouldStop()
|
| H A D | ThreadPlanStepRange.cpp | 195 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in InSymbol() local 198 cur_pc, m_thread.CalculateTarget().get()); in InSymbol() 202 return range.ContainsLoadAddress(cur_pc, m_thread.CalculateTarget().get()); in InSymbol()
|
| H A D | StackFrameList.cpp | 65 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth() local 66 if (cur_pc != m_current_inlined_pc) { in GetCurrentInlinedDepth()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-disasm.c | 176 CORE_ADDR cur_pc; in tui_set_disassem_content() local 192 cur_pc = (CORE_ADDR) in tui_set_disassem_content() 253 src->is_exec_point = asm_lines[i].addr == cur_pc; in tui_set_disassem_content()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 5854 Dwarf_Addr row_pc, end_pc, pre_pc, cur_pc; in dump_dwarf_frame_regtable() local 5869 cur_pc = pc; in dump_dwarf_frame_regtable() 5871 for (; cur_pc < end_pc; cur_pc++) { in dump_dwarf_frame_regtable() 5872 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable() 5900 cur_pc = pc; in dump_dwarf_frame_regtable() 5902 for (; cur_pc < end_pc; cur_pc++) { in dump_dwarf_frame_regtable() 5903 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable()
|