Searched refs:cur_pc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | 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()
|
| HD | 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-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ThreadPlanStepOverRange.cpp | 281 lldb::addr_t cur_pc = m_thread.GetStackFrameAtIndex(0) in ShouldStop() local 285 cur_pc, in ShouldStop() 287 cur_pc); in ShouldStop()
|
| HD | ThreadPlanStepRange.cpp | 198 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in InSymbol() local 201 cur_pc, m_thread.CalculateTarget().get()); in InSymbol() 205 return range.ContainsLoadAddress(cur_pc, m_thread.CalculateTarget().get()); in InSymbol()
|
| HD | StackFrameList.cpp | 64 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth() local 65 if (cur_pc != m_current_inlined_pc) { in GetCurrentInlinedDepth()
|
| /freebsd-11-stable/contrib/gdb/gdb/tui/ |
| HD | 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-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 6015 Dwarf_Addr row_pc, end_pc, pre_pc, cur_pc; in dump_dwarf_frame_regtable() local 6030 cur_pc = pc; in dump_dwarf_frame_regtable() 6032 for (; cur_pc < end_pc; cur_pc++) { in dump_dwarf_frame_regtable() 6033 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable() 6062 cur_pc = pc; in dump_dwarf_frame_regtable() 6064 for (; cur_pc < end_pc; cur_pc++) { in dump_dwarf_frame_regtable() 6065 if (dwarf_get_fde_info_for_all_regs(fde, cur_pc, &rt, &row_pc, in dump_dwarf_frame_regtable()
|