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

/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp80 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); local
82 if (pc_addr == m_breakpoint_addr) {
86 pc_addr);
131 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); local
133 if (pc_addr == m_breakpoint_addr) {
H A DThreadPlanTracer.cpp139 Address pc_addr; local
143 pc, pc_addr);
145 pc_addr.Dump(stream, &GetThread(), Address::DumpStyleResolvedDescription,
160 disassembler->DecodeInstructions(pc_addr, extractor, 0, 1, false,
H A DThreadPlanStepInstruction.cpp221 lldb::addr_t pc_addr = thread.GetRegisterContext()->GetPC(0); local
222 if (pc_addr != m_instruction_addr) {
H A DStackFrame.cpp108 const Address &pc_addr, bool behaves_like_zeroth_frame,
113 m_id(pc_addr.GetLoadAddress(thread_sp->CalculateTarget().get()), cfa,
115 m_frame_code_addr(pc_addr), m_sc(), m_flags(), m_frame_base(),
132 ModuleSP pc_module_sp(pc_addr.GetModule());
105 StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, user_id_t unwind_frame_index, const RegisterContextSP &reg_context_sp, addr_t cfa, const Address &pc_addr, bool behaves_like_zeroth_frame, const SymbolContext *sc_ptr) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-m32r-sdi.c440 unsigned long pc_addr, bp_addr, ab_addr; local
455 pc_addr = read_pc ();
457 fprintf_unfiltered (gdb_stdlog, "pc <= 0x%lx\n", pc_addr);
461 if (pc_addr == last_pc_addr)
466 pc_addr += 2;
475 store_long_parameter (buf + 1, pc_addr);
477 store_long_parameter (buf + 1, pc_addr - 1);
485 send_two_arg_cmd (SDI_WRITE_CPU_REG, SDI_REG_BPC, pc_addr);
492 send_two_arg_cmd (SDI_WRITE_CPU_REG, SDI_REG_PBP, pc_addr | 1);
539 if ((bp_addr & 2) == 0 && bp_addr != (pc_addr
687 unsigned long bp_addr, pc_addr; local
[all...]
H A Dhppah-nat.c868 CORE_ADDR pc_addr; local
878 pc_addr = register_addr (PC_REGNUM, regs_offset);
879 pc = call_ptrace (PT_READ_U, pid, (PTRACE_ARG3_TYPE) pc_addr, 0);
H A Dinfttrace.c5065 CORE_ADDR pc_addr;
5043 CORE_ADDR pc_addr; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1501 Address pc_addr = frame.GetFrameCodeAddress(); local
1502 if (pc_addr.GetModule() == m_objfile_sp->GetModule()) {
1506 m_debug_map.FindEntryThatContains(pc_addr.GetFileAddress());
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1477 const Address &pc_addr = frame->GetFrameCodeAddress(); local
1478 if (pc_addr.IsValid()) {
1479 if (DumpAddressAndContent(s, sc, exe_ctx, pc_addr, false))

Completed in 291 milliseconds